source: drbl-virt/web/login.html @ 241

Last change on this file since 241 was 228, checked in by rock, 14 years ago

Modify: manager.html

File size: 802 bytes
Line 
1
2<link rel=stylesheet type="text/css" href="css/style.css" /> 
3<form action="" method="post">
4<div class="message">Please Login</div>
5<table class="table" width="258" border="0" align="center" cellpadding="05" cellspacing="0" id="logintable">
6<tr>
7  <td width="80">&nbsp;</td>
8  <td width="192">&nbsp;</td>
9</tr>
10  <tr>
11    <td>Username</td>
12
13    <td><label for="username"></label>
14    <input name="username" type="text" id="username" value="admin"></td>
15  </tr>
16  <tr>
17    <td>Password</td>
18    <td><label for="password"></label>
19    <input name="password" type="password" id="password" value="admin"></td>
20  </tr>
21
22  <tr>
23    <td>&nbsp;</td>
24    <td>&nbsp;</td>
25  </tr>
26  <tr>
27    <td>&nbsp;</td>
28    <td><input type="submit" name="button" id="button" value="Submit"></td>
29  </tr>
30</table>
31
32</form>
33 
Note: See TracBrowser for help on using the repository browser.