created coach site

This commit is contained in:
Ricsi
2017-04-22 20:01:23 +02:00
parent acfa06e40a
commit 04beae7eca
16 changed files with 287 additions and 55 deletions

View File

@@ -2,6 +2,7 @@
<form method="post">
<input type="hidden" name="action" id="action" value="login">
<input type="hidden" name="user_type" id="user_type" value="1">
<input type="hidden" name="page" id="page" value="{$page}">
<div>
<label class="desc" id="title1" for="user_name">Név:</label>
<div><input type="text" name="user_name" id="user_name" required></div>