engelsystem/templates/guest_login_form.html

35 lines
619 B
HTML
Raw Normal View History

2011-09-14 22:19:10 +02:00
<p>
%text1%
</p>
<p>
%text2%
</p>
<p>
%text3%
</p>
2011-06-02 00:48:29 +02:00
<form action="%link%" method="post">
<table>
<tr>
<td align="right">
%nick%
</td>
<td>
<input type="text" name="user" size="23" />
</td>
</tr>
<tr>
<td align="right">
%pass%
</td>
<td>
<input type="password" name="password" size="23">
</td>
</tr>
</table>
<br/>
<input type="submit" name="login_submit" value="%send%">
2011-09-14 22:19:10 +02:00
</form>
<p>
%text4%
</p>