Correct HTML5
This commit is contained in:
parent
91e3adea28
commit
5ade310e15
@ -1,29 +1,27 @@
|
|||||||
<center>
|
{error?<h2>{error}</h2>}
|
||||||
{error?<h2>{error}</h2>}
|
<form action="" method="post">
|
||||||
<form action="" method="post">
|
{redirect?<input type="hidden" name="redirect" value="{redirect}" />}
|
||||||
{redirect?<input type="hidden" name="redirect" value="{redirect}" />}
|
<table style="margin-top:25px;">
|
||||||
<table style="margin-top:25px;">
|
<tr>
|
||||||
<tr>
|
<th>
|
||||||
<th>
|
Username
|
||||||
Username
|
</th>
|
||||||
</th>
|
<td>
|
||||||
<td>
|
<input type="text" name="username" size="20" maxlength="30" value="{username}">
|
||||||
<input type="text" name="username" size="20" maxlength="30" value="{username}">
|
</td>
|
||||||
</td>
|
</tr>
|
||||||
</tr>
|
<tr>
|
||||||
<tr>
|
<th>
|
||||||
<th>
|
Password
|
||||||
Password
|
</th>
|
||||||
</th>
|
<td>
|
||||||
<td>
|
<input type="password" name="password" size="20" maxlength="30" value="">
|
||||||
<input type="password" name="password" size="20" maxlength="30" value="">
|
</td>
|
||||||
</td>
|
</tr>
|
||||||
</tr>
|
<tr>
|
||||||
<tr>
|
<td></td>
|
||||||
<td></td>
|
<td>
|
||||||
<td>
|
<input type="submit" name="login" value="Continue" />
|
||||||
<input type="submit" name="login" value="Continue" />
|
</td>
|
||||||
</td>
|
</table>
|
||||||
</table>
|
</form>
|
||||||
</form>
|
|
||||||
</center>
|
|
Loading…
Reference in New Issue
Block a user