| Line | |
|---|
| 1 |
<form action="" method="post"> |
|---|
| 2 |
|
|---|
| 3 |
<table width="350" class="actionbox"> |
|---|
| 4 |
|
|---|
| 5 |
<caption align="top"> |
|---|
| 6 |
__gettext("Log On"); |
|---|
| 7 |
</caption> |
|---|
| 8 |
<tr> |
|---|
| 9 |
<td> |
|---|
| 10 |
<label for="username">__gettext("Username")</label> |
|---|
| 11 |
</td> |
|---|
| 12 |
<td> |
|---|
| 13 |
<input type="text" name="username" id="username" /> |
|---|
| 14 |
</td> |
|---|
| 15 |
</tr> |
|---|
| 16 |
<tr> |
|---|
| 17 |
<td> |
|---|
| 18 |
<label for="password">__gettext("Password")</label> |
|---|
| 19 |
</td> |
|---|
| 20 |
<td> |
|---|
| 21 |
<input type="password" name="password" id="password" /> |
|---|
| 22 |
</td> |
|---|
| 23 |
</tr> |
|---|
| 24 |
<tr> |
|---|
| 25 |
<td> </td> |
|---|
| 26 |
<td> |
|---|
| 27 |
<label><input type="checkbox" name="remember" checked="checked" /> __gettext("Remember Login")</label> |
|---|
| 28 |
</td> |
|---|
| 29 |
</tr> |
|---|
| 30 |
<tr> |
|---|
| 31 |
<td colspan="2" align="right"> |
|---|
| 32 |
<label>Log on: <input type="submit" name="submit" value="__gettext("Go") /></label> |
|---|
| 33 |
</td> |
|---|
| 34 |
</tr> |
|---|
| 35 |
|
|---|
| 36 |
</table> |
|---|
| 37 |
|
|---|
| 38 |
</form> |
|---|
| 39 |
|
|---|