| Line | |
|---|
| 1 | <!-- INCLUDE overall_header.html -->
|
|---|
| 2 |
|
|---|
| 3 | <div id="pagecontent">
|
|---|
| 4 |
|
|---|
| 5 | <form name="login_forum" method="post" action="{S_LOGIN_ACTION}">
|
|---|
| 6 |
|
|---|
| 7 | <table class="tablebg" width="100%" cellspacing="1" align="center">
|
|---|
| 8 | <tr>
|
|---|
| 9 | <th>{L_LOGIN}</th>
|
|---|
| 10 | </tr>
|
|---|
| 11 | <tr>
|
|---|
| 12 | <td class="row3" align="center"><span class="gensmall">{L_LOGIN_FORUM}</span></td>
|
|---|
| 13 | </tr>
|
|---|
| 14 | <tr>
|
|---|
| 15 | <td class="row1" align="center">
|
|---|
| 16 |
|
|---|
| 17 | <table cellspacing="1" cellpadding="4" border="0">
|
|---|
| 18 | <!-- IF LOGIN_ERROR -->
|
|---|
| 19 | <tr>
|
|---|
| 20 | <td class="gensmall" colspan="2" align="center"><span class="error">{LOGIN_ERROR}</span></td>
|
|---|
| 21 | </tr>
|
|---|
| 22 | <!-- ENDIF -->
|
|---|
| 23 | <tr>
|
|---|
| 24 | <td class="gensmall"><b>{L_PASSWORD}:</b></td>
|
|---|
| 25 | <td><input class="post" type="password" name="password" size="25" tabindex="2" /></td>
|
|---|
| 26 | </tr>
|
|---|
| 27 | </table>
|
|---|
| 28 | </td>
|
|---|
| 29 | </tr>
|
|---|
| 30 | <tr>
|
|---|
| 31 | <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="login" class="btnmain" value="{L_LOGIN}" tabindex="3" /></td>
|
|---|
| 32 | </tr>
|
|---|
| 33 | </table>
|
|---|
| 34 | {S_FORM_TOKEN}
|
|---|
| 35 | {S_LOGIN_REDIRECT}
|
|---|
| 36 | </form>
|
|---|
| 37 |
|
|---|
| 38 | </div>
|
|---|
| 39 |
|
|---|
| 40 | <br clear="all" />
|
|---|
| 41 |
|
|---|
| 42 | <!-- INCLUDE breadcrumbs.html -->
|
|---|
| 43 |
|
|---|
| 44 | <br clear="all" />
|
|---|
| 45 |
|
|---|
| 46 | <div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
|
|---|
| 47 |
|
|---|
| 48 | <!-- INCLUDE overall_footer.html -->
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.