You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
534 B
HTML
22 lines
534 B
HTML
14 years ago
|
<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%">
|
||
|
</form>
|