Просмотр файла wu-engine/wu-pay-systems/wu_pay_form_yandex.php

Размер файла: 874B
<?php
if(!defined('WEBUPPER')){ exit; }
if (!empty($infotext)) { echo '<div class="alert alert-info"><center>'.$infotext.'</center></div><br />'; }
?>
<form action="/wu-engine/wu-pay-systems/wu_pay.php" method="POST" target="_blank" id="wu-form-send-pay">
<input type="hidden" name="token" value="<?php echo wu_token_gen(); ?>">
<input type="hidden" name="paysys" value="<?php echo $id_ps; ?>">
<input type="hidden" name="type" value="<?php echo $type; ?>">
<input type="hidden" name="extra" value="<?php echo $extra; ?>">
<input type="hidden" name="comment" value="<?php echo $comment; ?>">
<center>
<?php if ($showsum == 1) { ?>
<input type="text" class="form-control" style="width: 50%;" placeholder="Введите сумму" name="sum" id="pay_sum" required="" />
<script type="text/javascript">
wu_sum_validate($("#pay_sum"),2);
</script>
<?php } ?>
</center>
</form>