Files
yadyn/server/templates/login.tmpl
2007-11-12 13:35:58 +01:00

18 lines
376 B
Cheetah

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