|
Revision 2, 0.6 kB
(checked in by sven, 3 years ago)
|
importing elgg-0.1.1a
|
| Line | |
|---|
| 1 |
<form action="" method="post"> |
|---|
| 2 |
|
|---|
| 3 |
<table width="350" class="actionbox"> |
|---|
| 4 |
|
|---|
| 5 |
<caption align="top"> |
|---|
| 6 |
Log On |
|---|
| 7 |
</caption> |
|---|
| 8 |
<tr> |
|---|
| 9 |
<td> |
|---|
| 10 |
<label for="username">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">Password</label> |
|---|
| 19 |
</td> |
|---|
| 20 |
<td> |
|---|
| 21 |
<input type="password" name="password" id="password" /> |
|---|
| 22 |
</td> |
|---|
| 23 |
</tr> |
|---|
| 24 |
<tr> |
|---|
| 25 |
<td colspan="2" align="right"> |
|---|
| 26 |
<label>Log on: <input type="submit" name="submit" value="Go" /></label> |
|---|
| 27 |
</td> |
|---|
| 28 |
</tr> |
|---|
| 29 |
|
|---|
| 30 |
</table> |
|---|
| 31 |
|
|---|
| 32 |
</form> |
|---|