Файл: templates/shop/wighet.tpl
Строк: 19
<? $this->layout('app', ['title' => 'Платежная
форма']) ?>
<? $this->start('container') ?>
<section class="pt-120 pb-90 default-bg">
<div
class="container">
<div
class="row">
<div
class="col-lg-12">
<div class="post-content-block
contact-form parsley-validate" data-animate="fadeInUp">
<h4 class="font-weight-bold
mb-3">Платежная форма</h4>
<div class="form-response"></div>
<form action="/change_password"
method="POST">
<div
class="row half-gutter">
<div class="col-md-8">
<div
class="form-group">
<textarea class="form-control" rows="6">
<iframe
src="https://pay.uspay.ru/wighet/<?=$shop['id'];?>"
width="590" height="320" frameBorder="0"
target="_parent" ></iframe>
</textarea>
</div>
</div>
</form>
</div>
<!-- End of Post Reply -->
</div>
</div>
</div>
</div>
</section>
<?
$this->stop() ?>