Files
code-cegled/template/templates/parent_create.tpl
2016-11-20 22:55:27 +01:00

42 lines
614 B
Smarty

<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>