File: styles/subsilver2/template/index_body.html
Unmodified
Added
Modified
Removed
Line 13 | Line 13 |
---|
<!-- EVENT index_body_markforums_after -->
<!-- INCLUDE forumlist_body.html -->
|
<!-- EVENT index_body_markforums_after -->
<!-- INCLUDE forumlist_body.html -->
|
| <!-- EVENT index_body_forumlist_body_after -->
|
<!-- IF not S_IS_BOT or U_TEAM --> <span class="gensmall">
| <!-- IF not S_IS_BOT or U_TEAM --> <span class="gensmall">
|
Line 63 | Line 65 |
---|
<!-- ENDIF --> </table> <!-- ENDIF -->
|
<!-- ENDIF --> </table> <!-- ENDIF -->
|
| <!-- EVENT index_body_birthday_block_before -->
|
<!-- IF S_DISPLAY_BIRTHDAY_LIST --> <br clear="all" />
| <!-- IF S_DISPLAY_BIRTHDAY_LIST --> <br clear="all" />
|
Line 114 | Line 118 |
---|
<td class="cat"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></td> </tr> <tr>
|
<td class="cat"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></td> </tr> <tr>
|
<td class="row1" align="center"><span class="genmed">{L_USERNAME}{L_COLON}</span> <input class="post" type="text" name="username" size="10" /> <span class="genmed">{L_PASSWORD}{L_COLON}</span> <input class="post" type="password" name="password" size="10" /> <!-- IF U_SEND_PASSWORD --><a href="{U_SEND_PASSWORD}">{L_FORGOT_PASS}</a> <!-- ENDIF --> <!-- IF S_AUTOLOGIN_ENABLED --> <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF --> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
| <td class="row1" align="center"><span class="genmed">{L_USERNAME}{L_COLON}</span> <input class="post" type="text" name="username" size="10" /> <span class="genmed">{L_PASSWORD}{L_COLON}</span> <input class="post" type="password" name="password" size="10" autocomplete="off" /> <!-- IF U_SEND_PASSWORD --><a href="{U_SEND_PASSWORD}">{L_FORGOT_PASS}</a> <!-- ENDIF --> <!-- IF S_AUTOLOGIN_ENABLED --> <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF --> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
|
</tr> </table> {S_LOGIN_REDIRECT}
| </tr> </table> {S_LOGIN_REDIRECT}
|