new
This commit is contained in:
17
server/templates/login.tmpl
Normal file
17
server/templates/login.tmpl
Normal 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"
|
Reference in New Issue
Block a user