Jelenlet alapfunkcio OK. Edzes torles OK.
This commit is contained in:
42
template/templates/parent_create.tpl
Normal file
42
template/templates/parent_create.tpl
Normal file
@@ -0,0 +1,42 @@
|
||||
<form method="post">
|
||||
<input type="hidden" name="action" value="parent_create">
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
Név:
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" name="up_name">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
E-mail cím:
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" name="up_email">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
Telefonszám:
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" name="up_phone">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
Facebook:
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" name="up_facebook">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<input type="submit" value="Létrehozás">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
Reference in New Issue
Block a user