This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
host_rhein/rhein/page/default_anfrage/default_anfrage.tpl
2014-05-21 03:51:38 +02:00

52 lines
1.3 KiB
Smarty

<h2>Reservierungsanfrage</h2>
<table>
<tr>
<td>Anrede</td>
<td><input type="select" id="input_anrede"/></td>
</tr>
<tr>
<td>Name</td>
<td><input type="text" id="input_name"/></td>
</tr>
<tr>
<td>Vorname</td>
<td><input type="text" id="input_vorname"/></td>
</tr>
<tr>
<td>Strasse</td>
<td><input type="text" id="input_strasse"/></td>
</tr>
<tr>
<td>Plz</td>
<td><input type="text" id="input_plz"/></td>
</tr>
<tr>
<td>Ort</td>
<td><input type="text" id="input_ort"/></td>
</tr>
<tr>
<td>Land</td>
<td><input type="text" id="input_land"/></td>
</tr>
<tr>
<td>Telefon</td>
<td><input type="text" id="input_telefon"/></td>
</tr>
<tr>
<td>Handy</td>
<td><input type="text" id="input_handy"/></td>
</tr>
<tr>
<td>Mail</td>
<td><input type="text" id="input_mail"/></td>
</tr>
<tr>
<td>Bemerkung</td>
<td><input type="text" id="input_bemerkung"/></td>
</tr>
</table>
<div id="red_star_info">
Mit <font color='red'>*</font> markierte Felder m&uuml;ssen ausgef&uuml;llt werden
</div>
<input type="button" id="input_send" value="Absenden"/>
<input type="button" id="input_clear" value="Löschen"/>