forked from leftypol/leftypol
login template
This commit is contained in:
parent
b2bd3303f9
commit
c9adbdda4c
1 changed files with 28 additions and 0 deletions
28
templates/login.html
Normal file
28
templates/login.html
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
<center>
|
||||||
|
{error?<h2>{error}</h2>}
|
||||||
|
<form action="" method="post">
|
||||||
|
<table style="margin-top:25px;">
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
Username
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<input type="text" name="username" size="20" maxlength="30" value="{username}">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
Password
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<input type="password" name="password" size="20" maxlength="30" value="">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td></td>
|
||||||
|
<td>
|
||||||
|
<input type="submit" name="login" value="Continue" />
|
||||||
|
</td>
|
||||||
|
</table>
|
||||||
|
</form>
|
||||||
|
</center>
|
Loading…
Add table
Add a link
Reference in a new issue