This commit is contained in:
who
2007-11-12 13:35:58 +01:00
parent 3a5e72c2ed
commit 261b60d003
13 changed files with 465 additions and 79 deletions

View File

@ -0,0 +1,17 @@
#include "templates/header.inc"
<form method="POST">
<table>
<tr>
<td>Username:</td><td><input type="text" name="username" value=""/></td>
</tr><tr>
<td>Password:</td><td><input type="password" name="password" value=""/></td>
</tr>
</table>
<br/>
<input type="submit" name="action" value="Login"/>
</form>
#include "templates/footer.inc"