Initial import

This commit is contained in:
Admin Nasledstvo
2026-05-01 20:52:04 +03:00
commit ac168868ee
10028 changed files with 2337954 additions and 0 deletions
@@ -0,0 +1,31 @@
<?php
/* @var $this \yii\web\View */
use app\models\Ts;
?>
<link rel="stylesheet" href="/_public/assets/css/user.css">
<script src='/_public/assets/js/user.js'></script>
<div class="panel-title top30"><?= Ts::get(226) ?></div>
<div class="panel-box top25 bottom30 contact-box">
<label><?= Ts::get(227) ?></label>
<input name="koo" placeholder="<?= Ts::get(228) ?>">
<label class="top10"><?= Ts::get(229) ?></label>
<input name="wwr" placeholder="<?= Ts::get(230) ?>">
<label class="title"><?= Ts::get(231)?></label>
<p><?= Ts::get(232)?>:</p>
<p>* <?= Ts::get(233)?></p>
<label class="required"><?= Ts::get(155)?></label>
<input name="full_name" placeholder="<?= Ts::get(235) ?>">
<label class="top10 required"><?= Ts::get(234)?></label>
<input name="email" placeholder="<?= Ts::get(236) ?>">
<div class="submit-panel top25"><?= Ts::get(237)?></div>
</div>
<script>
const successMessage = '<?= Ts::get(238)?>';
(new UserContact().set())
</script>