| Rev | Line |  | 
|---|
| [225] | 1 |  | 
|---|
|  | 2 | <link rel=stylesheet type="text/css" href="css/style.css" /> | 
|---|
|  | 3 | <form action="" method="post"> | 
|---|
|  | 4 | <div class="message">Please Login</div> | 
|---|
| [228] | 5 | <table class="table" width="258" border="0" align="center" cellpadding="05" cellspacing="0" id="logintable"> | 
|---|
|  | 6 | <tr> | 
|---|
| [225] | 7 | <td width="80"> </td> | 
|---|
|  | 8 | <td width="192"> </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> </td> | 
|---|
|  | 24 | <td> </td> | 
|---|
|  | 25 | </tr> | 
|---|
|  | 26 | <tr> | 
|---|
|  | 27 | <td> </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.