Last change
on this file since 225 was
225,
checked in by rock, 14 years ago
|
Add: Web code (Django web framwork)
|
File size:
789 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 width="258" border="0" align="center" cellpadding="05" cellspacing="0" id="logintable"> <tr> |
---|
6 | <td width="80"> </td> |
---|
7 | <td width="192"> </td> |
---|
8 | </tr> |
---|
9 | <tr> |
---|
10 | <td>Username</td> |
---|
11 | |
---|
12 | <td><label for="username"></label> |
---|
13 | <input name="username" type="text" id="username" value="admin"></td> |
---|
14 | </tr> |
---|
15 | <tr> |
---|
16 | <td>Password</td> |
---|
17 | <td><label for="password"></label> |
---|
18 | <input name="password" type="password" id="password" value="admin"></td> |
---|
19 | </tr> |
---|
20 | |
---|
21 | <tr> |
---|
22 | <td> </td> |
---|
23 | <td> </td> |
---|
24 | </tr> |
---|
25 | <tr> |
---|
26 | <td> </td> |
---|
27 | <td><input type="submit" name="button" id="button" value="Submit"></td> |
---|
28 | </tr> |
---|
29 | </table> |
---|
30 | |
---|
31 | </form> |
---|
32 | |
---|
Note: See
TracBrowser
for help on using the repository browser.