Файл: templates/shop/new.tpl
Строк: 27
<? $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
class="list-group-item" method="post"
action="?">
<label>Наименование
кассы:</label><br>
<input type="text"
class="form-control" name="name"
value=""><br>
<label>Адрес
сайта:</label><br/>
<input type="text"
class="form-control" name="url"
value="http://"><br>
<?=$csrf;?>
<button
type="submit" class="btn"
name="save">Сохранить</button>
</form>
</div>
<!-- End of
Post Reply -->
</div>
</div>
</div>
</div>
</section>
<? $this->stop() ?>