CAMP part 1, registration, apply, new login screen, wide layout

This commit is contained in:
Ricsi
2017-06-08 18:35:09 +02:00
parent 7bd93e1730
commit f17adf4850
58 changed files with 4469 additions and 57 deletions

View File

@@ -0,0 +1,17 @@
<div class="form_wrapper">
<form method="post">
<input type="hidden" name="action" value="camp_shirt_create">
<div>
<label class="desc" id="title1" for="shirt_name">Póló típus neve:</label>
<div><input type="text" name="shirt_name" id="shirt_name" required></div>
</div>
<div>
<div>
<input class="button black" type="submit" value="Létrehozás">
</div>
</div>
</form>
</div>