format a little
This commit is contained in:
parent
f1ee82e43f
commit
fb5990602a
1 changed files with 13 additions and 5 deletions
|
@ -18,11 +18,19 @@
|
||||||
Enter a new password for your Skynet account below.
|
Enter a new password for your Skynet account below.
|
||||||
</p>
|
</p>
|
||||||
<form id="reset">
|
<form id="reset">
|
||||||
<label for="pass1">Password</label>
|
<table id="table">
|
||||||
<input id="pass1" name="password" type="password"/> <br/>
|
<tr>
|
||||||
<label for="pass2">Confirm</label>
|
<td><label for="pass1">New Password</label> </td>
|
||||||
<input id="pass2" name="confirm" type="password"/> <br/>
|
<td><input id="pass1" name="password" type="password"/> <br/> </td>
|
||||||
<input type="submit"/>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><label for="pass2">Confirm New Password</label> </td>
|
||||||
|
<td><input id="pass2" name="confirm" type="password"/> <br/> </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2"><input type="submit"/> </td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
</form>
|
</form>
|
||||||
<p id="formStatus"></p>
|
<p id="formStatus"></p>
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in a new issue