Файл: wenr.online/templates/user/save.tpl
Строк: 21
<? $this->layout('app', ['title' => 'Сохранение'])
?>
<? $this->start('container') ?>
<div
class="box">
<h4 class="text-center
inf-us">
Сохранение<br>
</h4>
<div class="list-group">
<form
method="post" class="list-group-item">
<label>Ник:</label>
<input type="text"
name="nick" class="form-control">
<br>
<label>E-Mail:</label>
<input
type="text" name="email"
class="form-control">
<br>
<label>Пароль:</label>
<input
type="password" name="password"
class="form-control">
<br>
<input
type="hidden" name="r"
value="<?=$r;?>">
<input
type="submit" value="Сохранить"
class="btn btn-success">
</form>
</div>
</div>
<? $this->stop() ?>