907 |
richard |
1 |
<form name="master" action="user_admin.php#pass" method="post">
|
|
|
2 |
<input type=hidden name=login value=<?php echo $login ?>>
|
|
|
3 |
<input type=hidden name=action value=checkpass>
|
|
|
4 |
<br>
|
925 |
richard |
5 |
<table border=0 width=620 cellpadding=1 cellspacing=1>
|
907 |
richard |
6 |
<tr valign=top>
|
925 |
richard |
7 |
<td width=400></td>
|
|
|
8 |
<td bgcolor="black">
|
907 |
richard |
9 |
<table border=0 width=100% cellpadding=2 cellspacing=0>
|
|
|
10 |
<tr bgcolor="#907030" align=right valign=top><th>
|
|
|
11 |
<font color="white">Check Password</font>
|
|
|
12 |
</th></tr>
|
|
|
13 |
</table>
|
|
|
14 |
</td></tr>
|
|
|
15 |
<tr bgcolor="black" valign=top><td colspan=2>
|
|
|
16 |
<table border=0 width=100% cellpadding=12 cellspacing=0 bgcolor="#ffffd0" valign=top>
|
|
|
17 |
<tr><td>
|
|
|
18 |
<table border=1 bordercolordark=#ffffe0 bordercolorlight=#000000 width=100% cellpadding=2 cellspacing=0 bgcolor="#ffffe0" valign=top>
|
|
|
19 |
<tr><td align=center bgcolor="#d0ddb0">Password</td><td><input type="password" name="passwd" value=""> <input type="submit" class=button value="check"></td></tr>
|
|
|
20 |
</table>
|
|
|
21 |
</table>
|
|
|
22 |
</table>
|