diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-01-06 15:36:16 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-01-06 15:36:16 +0000 |
commit | 73d2f9c8421f853d62763efd06c3cc741d82ba9d (patch) | |
tree | 18a92004fe38bf4fb524a57fd086c23a71150ef3 /phpBB/styles | |
parent | 66cc31fb1d868e8846c89600c284514b246abe21 (diff) | |
download | forums-73d2f9c8421f853d62763efd06c3cc741d82ba9d.tar forums-73d2f9c8421f853d62763efd06c3cc741d82ba9d.tar.gz forums-73d2f9c8421f853d62763efd06c3cc741d82ba9d.tar.bz2 forums-73d2f9c8421f853d62763efd06c3cc741d82ba9d.tar.xz forums-73d2f9c8421f853d62763efd06c3cc741d82ba9d.zip |
Mental note, stop playing with markup and finish the board
git-svn-id: file:///svn/phpbb/trunk@4723 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/subSilver/template/bbcode.html | 38 | ||||
-rw-r--r-- | phpBB/styles/subSilver/template/index_body.html | 287 | ||||
-rw-r--r-- | phpBB/styles/subSilver/template/overall_footer.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subSilver/template/overall_header.html | 28 | ||||
-rw-r--r-- | phpBB/styles/subSilver/template/viewforum_body.html | 373 | ||||
-rw-r--r-- | phpBB/styles/subSilver/template/viewtopic_body.html | 510 |
6 files changed, 647 insertions, 591 deletions
diff --git a/phpBB/styles/subSilver/template/bbcode.html b/phpBB/styles/subSilver/template/bbcode.html index 70fe44ba96..80ecd0b349 100644 --- a/phpBB/styles/subSilver/template/bbcode.html +++ b/phpBB/styles/subSilver/template/bbcode.html @@ -9,50 +9,34 @@ <!-- BEGIN listitem_close --></li><!-- END listitem_close --> <!-- BEGIN quote_username_open --> -<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"> - <tr> - <td class="quote"><b>{USERNAME} {L_WROTE}:</b><hr /> +<div class="quotetitle"><b>{USERNAME} {L_WROTE}:</b></div><div class="quotecontent"> <!-- END quote_username_open --> <!-- BEGIN quote_open --> -<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"> - <tr> - <td><b class="genmed">{L_QUOTE}:</b></td> - </tr> - <tr> - <td class="quote"> +<div class="quotetitle"><b>{L_QUOTE}:</b></div><div class="quotecontent"> <!-- END quote_open --> <!-- BEGIN quote_close --> - </td> - </tr> -</table> +</div> <!-- END quote_close --> <!-- BEGIN code_open --> -<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"> - <tr> - <td><b class="genmed">{L_CODE}:</b></td> - </tr> - <tr> - <td class="code"> +<div class="codetitle"><b>{L_CODE}:</b></div><div class="codecontent"> <!-- END code_open --> <!-- BEGIN code_close --> - </td> - </tr> -</table> +</div> <!-- END code_close --> -<!-- BEGIN b_open --><span style="font-weight: bold"><!-- END b_open --> -<!-- BEGIN b_close --></span><!-- END b_close --> +<!-- BEGIN b_open --><strong><!-- END b_open --> +<!-- BEGIN b_close --></strong><!-- END b_close --> -<!-- BEGIN u_open --><span style="text-decoration: underline"><!-- END u_open --> -<!-- BEGIN u_close --></span><!-- END u_close --> +<!-- BEGIN u_open --><u><!-- END u_open --> +<!-- BEGIN u_close --></u><!-- END u_close --> -<!-- BEGIN i_open --><span style="font-style: italic"><!-- END i_open --> -<!-- BEGIN i_close --></span><!-- END i_close --> +<!-- BEGIN i_open --><em><!-- END i_open --> +<!-- BEGIN i_close --></em><!-- END i_close --> <!-- BEGIN color --><span style="color: {COLOR}">{TEXT}</span><!-- END color --> diff --git a/phpBB/styles/subSilver/template/index_body.html b/phpBB/styles/subSilver/template/index_body.html index 96188033bb..f152ef69fd 100644 --- a/phpBB/styles/subSilver/template/index_body.html +++ b/phpBB/styles/subSilver/template/index_body.html @@ -1,149 +1,162 @@ <!-- INCLUDE overall_header.html --> -<!-- $Id$ --> - -<table class="tablebg" width="100%" cellspacing="1"> - <tr> - <td class="row1"><div class="nav" style="float:left"><a href="{U_INDEX}">{L_INDEX}</a></div><div class="gensmall" style="float:right">{S_TIMEZONE}</div></td> - </tr> -</table> - -<br clear="all" /> - -<table class="tablebg" cellspacing="1"> - <tr> - <td class="cat" colspan="5" align="right" valign="middle"><a class="nav" href="{U_MARK_READ}">{L_MARK_FORUMS_READ}</a> </td> - </tr> - <tr> - <th colspan="2"> {L_FORUM} </th> - <th width="50"> {L_TOPICS} </th> - <th width="50"> {L_POSTS} </th> - <th> {L_LAST_POST} </th> - </tr> - <!-- BEGIN forumrow --> - <!-- IF forumrow.S_IS_CAT --> - <tr> - <td class="cat" colspan="2"><a class="cattitle" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></td> - <td class="catdiv" colspan="3" align="right"> </td> - </tr> - <!-- ELSEIF forumrow.S_IS_LINK --> - <tr> - <td class="row1" width="50" align="center" valign="middle">{forumrow.FORUM_FOLDER_IMG}</td> - <!-- IF forumrow.CLICKS --> - <td class="row1"> + <!-- $Id$ --> + + <table class="tablebg" cellspacing="1"> + <tr> + <td class="cat" colspan="5" align="right"><a class="nav" href="{U_MARK_READ}">{L_MARK_FORUMS_READ}</a> </td> + </tr> + <tr> + <th colspan="2"> {L_FORUM} </th> + <th width="50"> {L_TOPICS} </th> + <th width="50"> {L_POSTS} </th> + <th> {L_LAST_POST} </th> + </tr> + <!-- BEGIN forumrow --> + <!-- IF forumrow.S_IS_CAT --> + <tr> + <td class="cat" colspan="2"><h4><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></h4></td> + <td class="catdiv" colspan="3"> </td> + </tr> + <!-- ELSEIF forumrow.S_IS_LINK --> + <tr> + <td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td> + <!-- IF forumrow.CLICKS --> + <td class="row1"> + <!-- ELSE --> + <td class="row1" colspan="4"> + <!-- ENDIF --> + <a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a> + <p class="forumdesc">{forumrow.FORUM_DESC}</p></td> + <!-- IF forumrow.CLICKS --> + <td class="row2" colspan="3" align="center"><span class="gensmall">{L_REDIRECTS}: {forumrow.CLICKS}</span></td> + <!-- ENDIF --> + </tr> <!-- ELSE --> - <td class="row1" colspan="4"> + <tr> + <td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td> + <td class="row1" width="100%"> + <a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a> + <p class="forumdesc">{forumrow.FORUM_DESC}</p> + <!-- IF forumrow.MODERATORS --> + <p class="forumdesc"><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}</p> + <!-- ENDIF --> + <!-- IF forumrow.SUBFORUMS --> + <p class="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p> + <!-- ENDIF --> + </td> + <td class="row2" align="center"><p class="gensmall">{forumrow.TOPICS}</p></td> + <td class="row2" align="center"><p class="gensmall">{forumrow.POSTS}</p></td> + <td class="row2" align="center" nowrap="nowrap"> + <!-- IF forumrow.LAST_POST_TIME --> + <p class="gensmall">{forumrow.LAST_POST_TIME}</p> + <p class="gensmall"> + <!-- IF forumrow.U_LAST_POSTER --> + <a href="{forumrow.U_LAST_POSTER}">{forumrow.LAST_POSTER}</a> + <!-- ELSE --> + {forumrow.LAST_POSTER} + <!-- ENDIF --> + <a href="{forumrow.U_LAST_POST}">{forumrow.LAST_POST_IMG}</a> + </p> + <!-- ELSE --> + <p class="gensmall">{L_NO_POSTS}</p> + <!-- ENDIF --> + </td> + </tr> <!-- ENDIF --> - <a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><br /><div class="gensmall" style="padding: 4px;">{forumrow.FORUM_DESC}</div></td> - <!-- IF forumrow.CLICKS --> - <td class="row2" colspan="3" align="center" valign="middle" ><span class="gensmall">{L_REDIRECTS}: {forumrow.CLICKS}</span></td> - <!-- ENDIF --> - </tr> - <!-- ELSE --> - <tr> - <td class="row1" width="50" align="center" valign="middle">{forumrow.FORUM_FOLDER_IMG}</td> - <td class="row1" width="100%" valign="top"><a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><br /> - - <div class="gensmall" style="padding: 4px;">{forumrow.FORUM_DESC}</div> - - <div class="gensmall"><!-- IF forumrow.MODERATORS --><b>{forumrow.L_MODERATOR_STR}:</b> {forumrow.MODERATORS}<br /><!-- ENDIF --><!-- IF forumrow.SUBFORUMS --><br /><b>{forumrow.L_SUBFORUM_STR}</b> {forumrow.SUBFORUMS}<!-- ENDIF --></div> - </td> - <td class="row2" align="center" valign="middle"><span class="gensmall">{forumrow.TOPICS}</span></td> - <td class="row2" align="center" valign="middle"><span class="gensmall">{forumrow.POSTS}</span></td> - <td class="row2" align="center" valign="middle" nowrap="nowrap"><span class="gensmall"><!-- IF forumrow.LAST_POST_TIME -->{forumrow.LAST_POST_TIME}<br /><!-- IF forumrow.U_LAST_POSTER --><a href="{forumrow.U_LAST_POSTER}">{forumrow.LAST_POSTER}</a><!-- ELSE -->{forumrow.LAST_POSTER}<!-- ENDIF --> <a href="{forumrow.U_LAST_POST}">{forumrow.LAST_POST_IMG}</a><!-- ELSE -->{L_NO_POSTS}<!-- ENDIF --></span></td> - </tr> - <!-- ENDIF --> - <!-- BEGINELSE --> - <tr> - <td class="row1" colspan="5" align="center"><span class="gensmall">{L_NO_FORUMS}</span></td> - </tr> - <!-- END forumrow --> -</table> - -<br clear="all" /> - -<table class="tablebg" width="100%" cellspacing="1"> - <tr> - <td class="row1"><div class="nav" style="float:left"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></div><div class="gensmall" style="float:right">{S_TIMEZONE}</div></td> - </tr> -</table> - -<!-- IF S_DISPLAY_ONLINE_LIST --> -<br clear="all" /> - -<table class="tablebg" width="100%" cellspacing="1"> - <tr> - <td class="cat" colspan="2"><a class="cattitle" href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></td> - </tr> - <tr> + <!-- BEGINELSE --> + <tr> + <td class="row1" colspan="5" align="center"><p class="gensmall">{L_NO_FORUMS}</p></td> + </tr> + <!-- END forumrow --> + </table> + + <br clear="all" /> + + <table class="tablebg" width="100%" cellspacing="1" cellpadding="0"> + <tr> + <td class="row1"> + <p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a></p> + <p class="datetime">{S_TIMEZONE}</p> + </td> + </tr> + </table> + + <!-- IF S_DISPLAY_ONLINE_LIST --> + <br clear="all" /> + + <table class="tablebg" width="100%" cellspacing="1"> + <tr> + <td class="cat" colspan="2"><h4><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h4></td> + </tr> + <tr> + <!-- IF LEGEND --> + <td class="row1" rowspan="2" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td> + <!-- ELSE --> + <td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td> + <!-- ENDIF --> + <td class="row1" width="100%"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />{RECORD_USERS}<br /><br />{LOGGED_IN_USER_LIST}<br /><br />{L_ONLINE_EXPLAIN}</span></td> + </tr> <!-- IF LEGEND --> - <td class="row1" rowspan="2" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td> - <!-- ELSE --> - <td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td> + <tr> + <td class="row1"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td> + </tr> <!-- ENDIF --> - <td class="row1" width="100%"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />{RECORD_USERS}<br /><br />{LOGGED_IN_USER_LIST}<br /><br />{L_ONLINE_EXPLAIN}</span></td> - </tr> - <!-- IF LEGEND --> - <tr> - <td class="row1"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td> - </tr> + </table> <!-- ENDIF --> -</table> -<!-- ENDIF --> - -<!-- IF S_DISPLAY_BIRTHDAY_LIST --> -<br clear="all" /> - -<table class="tablebg" width="100%" cellspacing="1"> - <tr> - <td class="cat" colspan="2"><span class="cattitle">{L_BIRTHDAYS}</span></td> - </tr> - <tr> - <td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td> - <td class="row1" width="100%"><span class="gensmall"><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <b>{BIRTHDAY_LIST}</b><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></span></td> - </tr> -</table> -<!-- ENDIF --> - -<br clear="all" /> -<table class="tablebg" width="100%" cellspacing="1"> - <tr> - <td class="cat" colspan="2"><span class="cattitle">{L_STATISTICS}</span></td> - </tr> - <tr> - <td class="row1"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td> - <td class="row1" width="100%" valign="middle"><span class="gensmall">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}</span></td> - </tr> -</table> - -<!-- IF not S_USER_LOGGED_IN --> -<br clear="all" /> - -<form method="post" action="{S_LOGIN_ACTION}"><table class="tablebg" width="100%" cellspacing="1"> - <tr> - <td class="cat"><a class="cattitle" href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></td> - </tr> - <tr> - <td class="row1" align="center"><span class="gensmall">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" /> <span class="gensmall">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" /> <span class="gensmall">{L_LOG_ME_IN}</span> <input class="text" type="checkbox" name="autologin" /> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td> - </tr> -</table></form> -<!-- ENDIF --> - -<br clear="all" /> + <!-- IF S_DISPLAY_BIRTHDAY_LIST --> + <br clear="all" /> + + <table class="tablebg" width="100%" cellspacing="1"> + <tr> + <td class="cat" colspan="2"><h4>{L_BIRTHDAYS}</h4></td> + </tr> + <tr> + <td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td> + <td class="row1" width="100%"><p class="gensmall"><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <b>{BIRTHDAY_LIST}</b><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p></td> + </tr> + </table> + <!-- ENDIF --> -<table align="center"> - <tr> - <td width="20" align="center">{FORUM_NEW_IMG}</td> - <td><span class="gensmall">{L_NEW_POSTS}</span></td> - <td> </td> - <td width="20" align="center">{FORUM_IMG}</td> - <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td> - <td> </td> - <td width="20" align="center">{FORUM_LOCKED_IMG}</td> - <td><span class="gensmall">{L_FORUM_LOCKED}</span></td> - </tr> -</table> + <br clear="all" /> + + <table class="tablebg" width="100%" cellspacing="1"> + <tr> + <td class="cat" colspan="2"><h4>{L_STATISTICS}</h4></td> + </tr> + <tr> + <td class="row1"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td> + <td class="row1" width="100%" valign="middle"><p class="gensmall">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}</p></td> + </tr> + </table> + + <!-- IF not S_USER_LOGGED_IN --> + <br clear="all" /> + + <form method="post" action="{S_LOGIN_ACTION}"><table class="tablebg" width="100%" cellspacing="1"> + <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="gensmall">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" /> <span class="gensmall">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" /> <span class="gensmall">{L_LOG_ME_IN}</span> <input class="text" type="checkbox" name="autologin" /> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td> + </tr> + </table></form> + <!-- ENDIF --> + <br clear="all" /> + + <table align="center"> + <tr> + <td width="20" align="center">{FORUM_NEW_IMG}</td> + <td><span class="gensmall">{L_NEW_POSTS}</span></td> + <td> </td> + <td width="20" align="center">{FORUM_IMG}</td> + <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td> + <td> </td> + <td width="20" align="center">{FORUM_LOCKED_IMG}</td> + <td><span class="gensmall">{L_FORUM_LOCKED}</span></td> + </tr> + </table> <!-- INCLUDE overall_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/subSilver/template/overall_footer.html b/phpBB/styles/subSilver/template/overall_footer.html index 4c5a4e6249..4298e56968 100644 --- a/phpBB/styles/subSilver/template/overall_footer.html +++ b/phpBB/styles/subSilver/template/overall_footer.html @@ -12,7 +12,7 @@ The phpBB Group : 2003 // --> -<div id="footer"> +<div id="wrapfooter"> <!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF --> diff --git a/phpBB/styles/subSilver/template/overall_header.html b/phpBB/styles/subSilver/template/overall_header.html index ac3bc8cdef..93bafe4e74 100644 --- a/phpBB/styles/subSilver/template/overall_header.html +++ b/phpBB/styles/subSilver/template/overall_header.html @@ -50,7 +50,7 @@ function jumpto() <a name="top"></a> -<div id="header"> +<div id="wrapheader"> <div id="logodesc"><table width="100%" cellspacing="0"> <tr> @@ -59,14 +59,14 @@ function jumpto() </tr> </table></div> - <div id="menu"><table width="100%" cellspacing="0"> + <div id="menubar"><table width="100%" cellspacing="0"> <tr> <td class="genmed"><a href="{U_LOGIN_LOGOUT}"><img src="{T_THEME_PATH}/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" /> {L_LOGIN_LOGOUT}</a> <!-- IF S_USER_LOGGED_IN --><!-- IF S_DISPLAY_PM --> <a href="{U_PRIVATEMSGS}"><img src="{T_THEME_PATH}/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" /> {PRIVATE_MESSAGE_INFO}</a><!-- ENDIF --><!-- ELSE --> <a href="{U_REGISTER}"><img src="{T_THEME_PATH}/images/icon_mini_register.gif" width="12" height="13" border="0" alt="{L_REGISTER}" /> {L_REGISTER}</a><!-- ENDIF --></td> <td class="genmed" align="right"><a href="{U_FAQ}"><img src="{T_THEME_PATH}/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" /> {L_FAQ}</a><!-- IF S_DISPLAY_SEARCH --> <a href="{U_SEARCH}"><img src="{T_THEME_PATH}/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" /> {L_SEARCH}</a><!-- ENDIF --><!-- IF S_DISPLAY_MEMBERLIST --> <a href="{U_MEMBERLIST}"><img src="{T_THEME_PATH}/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" /> {L_MEMBERLIST}</a><!-- ENDIF --> <a href="{U_GROUP_CP}"><img src="{T_THEME_PATH}/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" /> {L_USERGROUPS}</a><!-- IF S_USER_LOGGED_IN --> <a href="{U_PROFILE}"><img src="{T_THEME_PATH}/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" /> {L_PROFILE}</a><!-- ENDIF --></td> </tr> </table></div> - <div id="info"><table width="100%" cellspacing="0"> + <div id="datebar"><table width="100%" cellspacing="0"> <tr> <td class="gensmall"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ENDIF --></td> <td class="gensmall" align="right">{CURRENT_TIME}<br /></td> @@ -75,8 +75,24 @@ function jumpto() </div> -<div id="maintable"> +<div id="wrapcentre"> -<div class="gensmall" style="float: left; padding-bottom: 4px;"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></div><div class="gensmall" style="float: right; padding-bottom: 4px;"><!-- IF S_USER_LOGGED_IN --><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><!-- ENDIF --></div> + <p class="searchbar"> + <a style="float: left;" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> + <!-- IF S_USER_LOGGED_IN --> + <span style="float: right;"><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span> + <!-- ENDIF --> + </p> -<br clear="all" /> + <br clear="all" /> + + <table class="tablebg" width="100%" cellspacing="1" cellpadding="0"> + <tr> + <td class="row1"> + <p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p> + <p class="datetime">{S_TIMEZONE}</p> + </td> + </tr> + </table> + + <br clear="all" /> diff --git a/phpBB/styles/subSilver/template/viewforum_body.html b/phpBB/styles/subSilver/template/viewforum_body.html index e6950fb01a..a17ceb5fed 100644 --- a/phpBB/styles/subSilver/template/viewforum_body.html +++ b/phpBB/styles/subSilver/template/viewforum_body.html @@ -1,202 +1,225 @@ <!-- INCLUDE overall_header.html --> -<!-- $Id$ --> - -<table class="tablebg" width="100%" cellspacing="1"> - <tr> - <td class="row1"><div class="nav" style="float:left"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></div><div class="gensmall" style="float:right">{S_TIMEZONE}</div></td> - </tr> - <!-- IF U_FORUM_RULES --> - <tr> - <td class="row2"><span><a class="nav" href="{U_FORUM_RULES}">{L_FORUM_RULES}</a></td> - </tr> - <!-- ELSEIF RULES_TEXT --> - <tr> - <td class="row2"><span class="nav">{L_FORUM_RULES}</span></td> - </tr> - <!-- ENDIF --> -</table> + <!-- $Id$ --> -<br clear="all" /> + <!-- IF S_FORUM_RULES --> + <p class="forumrules"> + <!-- IF U_FORUM_RULES --> + <a href="{U_FORUM_RULES}">{L_FORUM_RULES}</a> + <!-- ELSE --> + {L_FORUM_RULES} + <!-- ENDIF --> + </p> -<!-- IF S_HAS_SUBFORUM --> -<!-- INCLUDE viewforum_subforum.html --> -<!-- ENDIF --> + <br clear="all" /> + <!-- ENDIF --> -<!-- IF S_IS_POSTABLE --> -<div><a class="titles" href="{U_VIEW_FORUM}" title="{FORUM_DESC}">{FORUM_NAME}</a></div> -<div class="gensmall" style="float:left"><!-- IF S_IS_POSTABLE and MODERATORS --><b >{L_MODERATORS}: {MODERATORS}</b><!-- ENDIF --></div> -<div class="gensmall" style="float:right"><!-- IF S_IS_POSTABLE and U_MCP -->[ <a href="{U_MCP}">{L_MCP}</a> ]<!-- ENDIF --></div> + <!-- IF S_HAS_SUBFORUM --> + <!-- INCLUDE viewforum_subforum.html --> + <!-- ENDIF --> -<br clear="all" /><br /> -<!-- ENDIF --> + <!-- IF S_IS_POSTABLE --> + <div id="pageheader"> + <h2><a class="titles" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></h2> -<!-- IF S_IS_POSTABLE or TOTAL_TOPICS --> -<table width="100%" cellspacing="1"> - <tr> - <!-- IF S_IS_POSTABLE --> - <td align="left" valign="middle"><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a></td> + <!-- IF MODERATORS --> + <p class="moderators">{L_MODERATORS}: {MODERATORS}</p> <!-- ENDIF --> - <!-- IF TOTAL_TOPICS --> - <td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td> - <td class="gensmall" nowrap="nowrap"> [ {TOTAL_TOPICS} ] </td> - <td class="gensmall" width="100%" align="right" nowrap="nowrap"><b>{PAGINATION}</b></td> + <!-- IF U_MCP --> + <p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p> <!-- ENDIF --> - </tr> -</table> -<!-- ENDIF --> - -<!-- IF S_IS_POSTABLE --> -<form method="post" action="{S_TOPIC_ACTION}"><table class="tablebg" width="100%" cellspacing="1"> - <tr> - <!-- IF S_TOPIC_ICONS --><td class="cat" colspan="7"><!-- ELSE --><td class="cat" colspan="6"><!-- ENDIF --><table width="100%" cellspacing="0"> - <tr class="nav"> - <td valign="middle"> <!-- IF S_WATCH_FORUM -->{S_WATCH_FORUM}<!-- ENDIF --></td> - <td align="right" valign="middle"><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a> </td> - </tr> - </table></td> - </tr> + </div> - <tr> - <!-- IF S_TOPIC_ICONS --> - <th colspan="3"> {L_TOPICS} </th> - <!-- ELSE --> - <th colspan="2"> {L_TOPICS} </th> - <!-- ENDIF --> - <th width="100"> {L_AUTHOR} </th> - <th width="50"> {L_REPLIES} </th> - <th width="50"> {L_VIEWS} </th> - <th> {L_LAST_POST} </th> - </tr> - - <!-- BEGIN topicrow --> - - <!-- IF topicrow.S_TOPIC_TYPE_SWITCH eq 1 --> - <tr> - <td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_ANNOUNCEMENTS}</b></td> - </tr> - <!-- ELSEIF topicrow.S_TOPIC_TYPE_SWITCH eq 0 --> - <tr> - <td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_TOPICS}</b></td> - </tr> + <br clear="all" /><br /> <!-- ENDIF --> - <tr> - <td class="row1" align="center" valign="middle">{topicrow.TOPIC_FOLDER_IMG}</td> - <!-- IF S_TOPIC_ICONS --> - <td class="row1" align="center" valign="middle">{topicrow.TOPIC_ICON_IMG}</td> - <!-- ENDIF --> - <td class="row1" width="100%"><table width="100%" border="0" cellspacing="0" cellpadding="0"> + <div id="pagecontent"> + + <!-- IF S_IS_POSTABLE or TOTAL_TOPICS --> + <table width="100%" cellspacing="1"> <tr> - <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_TOPIC_REPORTED --> - <td align="left" valign="middle"> - <!-- IF topicrow.S_TOPIC_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{UNAPPROVED_IMG}</a> <!-- ENDIF --> - <!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a> <!-- ENDIF --> - </td> + <!-- IF S_IS_POSTABLE --> + <td align="left" valign="middle"><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a></td> + <!-- ENDIF --> + <!-- IF TOTAL_TOPICS --> + <td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td> + <td class="gensmall" nowrap="nowrap"> [ {TOTAL_TOPICS} ] </td> + <td class="gensmall" width="100%" align="right" nowrap="nowrap"><b>{PAGINATION}</b></td> <!-- ENDIF --> - <td width="100%">{topicrow.NEWEST_POST_IMG}{topicrow.ATTACH_ICON_IMG}<a class="topictitle" href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a><span class="gensmall"><br />{topicrow.GOTO_PAGE}</span></td> </tr> - </table></td> - <td class="row2" align="center" valign="middle"><span class="topicauthor">{topicrow.TOPIC_AUTHOR}</span></td> - <td class="row1" align="center" valign="middle"><span class="topicdetails">{topicrow.REPLIES}</span></td> - <td class="row2" align="center" valign="middle"><span class="topicdetails">{topicrow.VIEWS}</span></td> - <td class="row1" align="center" valign="middle" nowrap="nowrap"><span class="topicdetails">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</span></td> - </tr> - - <!-- BEGINELSE --> - - <tr> - <!-- IF S_TOPIC_ICONS --> - <td class="row1" colspan="7" height="30" align="center" valign="middle"><span class="gen">{L_NO_TOPICS}</span></td> - <!-- ELSE --> - <td class="row1" colspan="6" height="30" align="center" valign="middle"><span class="gen">{L_NO_TOPICS}</span></td> + </table> <!-- ENDIF --> - </tr> - <!-- END topicrow --> - - <tr align="center"> - <!-- IF S_TOPIC_ICONS --><td class="cat" colspan="8"><!-- ELSE --><td class="cat" colspan="7" ><!-- ENDIF --><span class="gensmall">{L_DISPLAY_TOPICS}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="btnlite" type="submit" name="sort" value="{L_GO}" /></td> - </tr> -</table></form> - -<table width="100%" cellspacing="1"> - <tr> - <td align="left" valign="middle"><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a></td> - <td class="nav" nowrap="nowrap"> {PAGE_NUMBER}</td> - <td class="gensmall" nowrap="nowrap"> [ {TOTAL_TOPICS} ]</td> - <td class="nav" width="100%" align="right" nowrap="nowrap">{PAGINATION}</td> - </tr> -</table> - -<br clear="all" /> -<!-- ENDIF --> - -<table class="tablebg" width="100%" cellspacing="1"> - <tr> - <td class="row1"><div class="nav" style="float:left"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></div><div class="gensmall" style="float:right">{S_TIMEZONE}</div></td> - </tr> -</table> - -<!-- IF S_DISPLAY_ONLINE_LIST --> -<br clear="all" /> - -<table class="tablebg" width="100%" cellspacing="1"> - <tr> - <td class="cat"><span class="cattitle">{L_WHO_IS_ONLINE}</span></td> - </tr> - <tr> - <td class="row1"><span class="gensmall">{LOGGED_IN_USER_LIST}</span></td> - </tr> -</table> -<!-- ENDIF --> - -<!-- IF S_IS_POSTABLE --> -<br clear="all" /> - -<table width="100%" cellspacing="0"> - <tr> - <td align="left" valign="top"><table cellspacing="3" cellpadding="0" border="0"> + + <!-- IF S_IS_POSTABLE --> + <table class="tablebg" width="100%" cellspacing="1"> <tr> - <td width="20" align="left">{FOLDER_NEW_IMG}</td> - <td class="gensmall">{L_NEW_POSTS}</td> - <td> </td> - <td width="20" align="center">{FOLDER_IMG}</td> - <td class="gensmall">{L_NO_NEW_POSTS}</td> - <td> </td> - <td width="20" align="center">{FOLDER_ANNOUNCE_IMG}</td> - <td class="gensmall">{L_POST_ANNOUNCEMENT}</td> + <td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><table width="100%" cellspacing="0"> + <tr class="nav"> + <td valign="middle"> <!-- IF S_WATCH_FORUM -->{S_WATCH_FORUM}<!-- ENDIF --></td> + <td align="right" valign="middle"><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a> </td> + </tr> + </table></td> </tr> + + <tr> + <!-- IF S_TOPIC_ICONS --> + <th colspan="3"> {L_TOPICS} </th> + <!-- ELSE --> + <th colspan="2"> {L_TOPICS} </th> + <!-- ENDIF --> + <th width="100"> {L_AUTHOR} </th> + <th width="50"> {L_REPLIES} </th> + <th width="50"> {L_VIEWS} </th> + <th> {L_LAST_POST} </th> + </tr> + + <!-- BEGIN topicrow --> + + <!-- IF topicrow.S_TOPIC_TYPE_SWITCH eq 1 --> <tr> - <td width="20" align="center">{FOLDER_HOT_NEW_IMG}</td> - <td class="gensmall">{L_NEW_POSTS_HOT}</td> - <td> </td> - <td width="20" align="center">{FOLDER_HOT_IMG}</td> - <td class="gensmall">{L_NO_NEW_POSTS_HOT}</td> - <td> </td> - <td width="20" align="center">{FOLDER_STICKY_IMG}</td> - <td class="gensmall">{L_POST_STICKY}</td> + <td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_ANNOUNCEMENTS}</b></td> </tr> + <!-- ELSEIF topicrow.S_TOPIC_TYPE_SWITCH eq 0 --> <tr> - <td class="gensmall">{FOLDER_LOCKED_NEW_IMG}</td> - <td class="gensmall">{L_NEW_POSTS_LOCKED}</td> - <td> </td> - <td class="gensmall">{FOLDER_LOCKED_IMG}</td> - <td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td> + <td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_TOPICS}</b></td> </tr> - </table></td> - <td align="right"><span class="gensmall"><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></span></td> - </tr> -</table> + <!-- ENDIF --> -<!-- ENDIF --> + <tr> + <td class="row1" width="40" align="center">{topicrow.TOPIC_FOLDER_IMG}</td> + <!-- IF S_TOPIC_ICONS --> + <td class="row1" align="center">{topicrow.TOPIC_ICON_IMG}</td> + <!-- ENDIF --> + <td class="row1" width="100%"><table width="100%" border="0" cellspacing="0" cellpadding="0"> + <tr> + <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_TOPIC_REPORTED --> + <td align="left" valign="middle"> + <!-- IF topicrow.S_TOPIC_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{UNAPPROVED_IMG}</a> <!-- ENDIF --> + <!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a> <!-- ENDIF --> + </td> + <!-- ENDIF --> + <td width="100%">{topicrow.NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} <p class="topictitle"><a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></p><p class="gensmall">{topicrow.GOTO_PAGE}</p></td> + </tr> + </table></td> + <td class="row2" align="center"><p class="topicauthor">{topicrow.TOPIC_AUTHOR}</p></td> + <td class="row1" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td> + <td class="row2" align="center"><p class="topicdetails">{topicrow.VIEWS}</p></td> + <td class="row1" align="center" nowrap="nowrap"> + <p class="topicdetails">{topicrow.LAST_POST_TIME}</p> + <p class="topicdetails"> + <!-- IF forumrow.U_LAST_POSTER --> + <a href="{forumrow.U_LAST_POST_AUTHOR}">{topicrow.LAST_POST_AUTHOR}</a> + <!-- ELSE --> + {topicrow.LAST_POST_AUTHOR} + <!-- ENDIF --> + <a href="{forumrow.U_LAST_POST}">{topicrow.LAST_POST_IMG}</a> + </p> + </td> + </tr> + + <!-- BEGINELSE --> + + <tr> + <!-- IF S_TOPIC_ICONS --> + <td class="row1" colspan="7" height="30" align="center" valign="middle"><span class="gen">{L_NO_TOPICS}</span></td> + <!-- ELSE --> + <td class="row1" colspan="6" height="30" align="center" valign="middle"><span class="gen">{L_NO_TOPICS}</span></td> + <!-- ENDIF --> + </tr> + <!-- END topicrow --> + + <tr align="center"> + <!-- IF S_TOPIC_ICONS --> + <td class="cat" colspan="8"><form method="post" action="{S_TOPIC_ACTION}"> + <!-- ELSE --> + <td class="cat" colspan="7" > + <!-- ENDIF --> + <span class="gensmall">{L_DISPLAY_TOPICS}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="btnlite" type="submit" name="sort" value="{L_GO}" /></form></td> + </tr> + </table> + + <table width="100%" cellspacing="1"> + <tr> + <td align="left" valign="middle"><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a></td> + <td class="nav" nowrap="nowrap"> {PAGE_NUMBER}</td> + <td class="gensmall" nowrap="nowrap"> [ {TOTAL_TOPICS} ]</td> + <td class="nav" width="100%" align="right" nowrap="nowrap">{PAGINATION}</td> + </tr> + </table> + + <br clear="all" /> + <!-- ENDIF --> + + </div> + + <table class="tablebg" width="100%" cellspacing="1" cellpadding="0"> + <tr> + <td class="row1"> + <p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p> + <p class="datetime">{S_TIMEZONE}</p> + </td> + </tr> + </table> + + <!-- IF S_DISPLAY_ONLINE_LIST --> + <br clear="all" /> + + <table class="tablebg" width="100%" cellspacing="1"> + <tr> + <td class="cat"><h4>{L_WHO_IS_ONLINE}</h4></td> + </tr> + <tr> + <td class="row1"><p class="gensmall">{LOGGED_IN_USER_LIST}</p></td> + </tr> + </table> + <!-- ENDIF --> + + <!-- IF S_IS_POSTABLE --> + <br clear="all" /> + + <table width="100%" cellspacing="0"> + <tr> + <td align="left" valign="top"><table cellspacing="3" cellpadding="0" border="0"> + <tr> + <td width="20" align="left">{FOLDER_NEW_IMG}</td> + <td class="gensmall">{L_NEW_POSTS}</td> + <td> </td> + <td width="20" align="center">{FOLDER_IMG}</td> + <td class="gensmall">{L_NO_NEW_POSTS}</td> + <td> </td> + <td width="20" align="center">{FOLDER_ANNOUNCE_IMG}</td> + <td class="gensmall">{L_POST_ANNOUNCEMENT}</td> + </tr> + <tr> + <td width="20" align="center">{FOLDER_HOT_NEW_IMG}</td> + <td class="gensmall">{L_NEW_POSTS_HOT}</td> + <td> </td> + <td width="20" align="center">{FOLDER_HOT_IMG}</td> + <td class="gensmall">{L_NO_NEW_POSTS_HOT}</td> + <td> </td> + <td width="20" align="center">{FOLDER_STICKY_IMG}</td> + <td class="gensmall">{L_POST_STICKY}</td> + </tr> + <tr> + <td class="gensmall">{FOLDER_LOCKED_NEW_IMG}</td> + <td class="gensmall">{L_NEW_POSTS_LOCKED}</td> + <td> </td> + <td class="gensmall">{FOLDER_LOCKED_IMG}</td> + <td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td> + </tr> + </table></td> + <td align="right"><span class="gensmall"><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></span></td> + </tr> + </table> + <!-- ENDIF --> -<br clear="all" /> + <br clear="all" /> -<table width="100%" cellspacing="0"> - <tr> - <td><!-- IF S_DISPLAY_SEARCHBOX --><!-- INCLUDE searchbox.html --><!-- ENDIF --></td> - <td align="right"><!-- INCLUDE jumpbox.html --></td> - </tr> -</table> + <table width="100%" cellspacing="0"> + <tr> + <td><!-- IF S_DISPLAY_SEARCHBOX --><!-- INCLUDE searchbox.html --><!-- ENDIF --></td> + <td align="right"><!-- INCLUDE jumpbox.html --></td> + </tr> + </table> <!-- INCLUDE overall_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/subSilver/template/viewtopic_body.html b/phpBB/styles/subSilver/template/viewtopic_body.html index 9dd4f82771..b387854a50 100644 --- a/phpBB/styles/subSilver/template/viewtopic_body.html +++ b/phpBB/styles/subSilver/template/viewtopic_body.html @@ -1,288 +1,308 @@ <!-- INCLUDE overall_header.html --> -<!-- $Id$ --> - -<table class="tablebg" width="100%" cellspacing="1"> - <tr> - <td class="row1"><div class="nav" style="float:left"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></div><div class="gensmall" style="float:right">{S_TIMEZONE}</div></td> - </tr> - <!-- IF U_FORUM_RULES --> - <tr> - <td class="row2"><a class="nav" href="{U_FORUM_RULES}">{L_FORUM_RULES}</a></td> - </tr> - <!-- ELSEIF RULES_TEXT --> - <tr> - <td class="row2"><span class="nav">{L_FORUM_RULES}</span></td> - </tr> + <!-- $Id$ --> + + <!-- IF S_FORUM_RULES --> + <p class="forumrules"> + <!-- IF U_FORUM_RULES --> + <a href="{U_FORUM_RULES}">{L_FORUM_RULES}</a> + <!-- ELSE --> + {L_FORUM_RULES} + <!-- ENDIF --> + </p> + + <br clear="all" /> <!-- ENDIF --> -</table> -<br clear="all" /> + <div id="pageheader"> + <h2><a class="titles" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></h2> -<div><a class="titles" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></div> -<div class="gensmall" style="float:left"><!-- IF MODERATORS --><b >{L_MODERATORS}: {MODERATORS}</b><!-- ENDIF --></div> -<div class="gensmall" style="float:right"><!-- IF U_MCP -->[ <a href="{U_MCP}">{L_MCP}</a> ]<!-- ENDIF --></div> + <!-- IF MODERATORS --> + <p class="moderators">{L_MODERATORS}: {MODERATORS}</p> + <!-- ENDIF --> + <!-- IF U_MCP --> + <p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p> + <!-- ENDIF --> + </div> -<br clear="all" /><br /> + <br clear="all" /><br /> -<table width="100%" cellspacing="1"> - <tr> - <td align="left" valign="middle" nowrap="nowrap"><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a> <a href="{U_POST_REPLY_TOPIC}">{REPLY_IMG}</a></td> - <!-- IF TOTAL_POSTS --> - <td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td> - <td class="gensmall" nowrap="nowrap"> [ {TOTAL_POSTS} ] </td> - <td class="gensmall" width="100%" align="right" nowrap="nowrap"><b>{PAGINATION}</b></td> - <!-- ENDIF --> - </tr> -</table> + <div id="pagecontent"> -<form name="viewtopic" method="post" action="{S_TOPIC_ACTION}"><table class="tablebg" width="100%" cellspacing="1"> - <tr> - <td class="cat" colspan="2"><table width="100%" cellspacing="0"> + <table width="100%" cellspacing="1"> <tr> - <td class="nav" nowrap="nowrap"> - <!-- IF S_WATCH_TOPIC -->{S_WATCH_TOPIC}<!-- IF U_PRINT_TOPIC or U_EMAIL_TOPIC or U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF --> - <!-- IF U_PRINT_TOPIC --><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}">{L_PRINT_TOPIC}</a><!-- IF U_EMAIL_TOPIC or U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF --> - <!-- IF U_EMAIL_TOPIC --><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}">{L_EMAIL_TOPIC}</a><!-- IF U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF --> - <!-- IF U_BUMP_TOPIC --><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a><!-- ENDIF --> - </td> - <td class="nav" align="right" nowrap="nowrap"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> | <a href="{U_VIEW_UNREAD_POST}">{L_VIEW_UNREAD_POST}</a> | <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> </td> + <td align="left" valign="middle" nowrap="nowrap"><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a> <a href="{U_POST_REPLY_TOPIC}">{REPLY_IMG}</a></td> + <!-- IF TOTAL_POSTS --> + <td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td> + <td class="gensmall" nowrap="nowrap"> [ {TOTAL_POSTS} ] </td> + <td class="gensmall" width="100%" align="right" nowrap="nowrap"><b>{PAGINATION}</b></td> + <!-- ENDIF --> </tr> - </table></td> - </tr> - <!-- IF S_HAS_POLL --> - <tr> - <td class="row2" colspan="2"><br clear="all" /><form method="post" action="{S_POLL_ACTION}"><table cellspacing="0" cellpadding="4" border="0" align="center"> + </table> + + <table class="tablebg" width="100%" cellspacing="1"> <tr> - <td align="center"><span class="gen"><b>{POLL_QUESTION}</b></span><br /><span class="gensmall">{L_POLL_LENGTH}</span></td> + <td class="cat" colspan="2"><table width="100%" cellspacing="0"> + <tr> + <td class="nav" nowrap="nowrap"> + <!-- IF S_WATCH_TOPIC -->{S_WATCH_TOPIC}<!-- IF U_PRINT_TOPIC or U_EMAIL_TOPIC or U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF --> + <!-- IF U_PRINT_TOPIC --><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}">{L_PRINT_TOPIC}</a><!-- IF U_EMAIL_TOPIC or U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF --> + <!-- IF U_EMAIL_TOPIC --><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}">{L_EMAIL_TOPIC}</a><!-- IF U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF --> + <!-- IF U_BUMP_TOPIC --><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a><!-- ENDIF --> + </td> + <td class="nav" align="right" nowrap="nowrap"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> | <a href="{U_VIEW_UNREAD_POST}">{L_VIEW_UNREAD_POST}</a> | <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> </td> + </tr> + </table></td> </tr> + <!-- IF S_HAS_POLL --> <tr> - <td align="center"><table cellspacing="0" cellpadding="2" border="0"> - <!-- BEGIN poll_option --> - <tr> + <td class="row2" colspan="2"><br clear="all" /><form method="post" action="{S_POLL_ACTION}"> + + <table cellspacing="0" cellpadding="4" border="0" align="center"> + <tr> + <td align="center"><span class="gen"><b>{POLL_QUESTION}</b></span><br /><span class="gensmall">{L_POLL_LENGTH}</span></td> + </tr> + <tr> + <td align="center"><table cellspacing="0" cellpadding="2" border="0"> + <!-- BEGIN poll_option --> + <tr> + <!-- IF S_CAN_VOTE --> + <td><!-- IF S_IS_MULTI_CHOICE --><input type="checkbox" name="vote_id[]" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF -->/><!-- ELSE --><input type="radio" name="vote_id[]" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> /><!-- ENDIF --> </td> + <!-- ENDIF --> + <td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td> + <!-- IF S_DISPLAY_RESULTS --> + <td>{POLL_LEFT_CAP_IMG}{poll_option.POLL_OPTION_IMG}{POLL_RIGHT_CAP_IMG}</td> + <td class="gen" align="center"><b> {poll_option.POLL_OPTION_PERCENT} </b></td> + <td class="gen" align="center">[ {poll_option.POLL_OPTION_RESULT} ]</td> + <!-- IF poll_option.POLL_OPTION_VOTED --> + <td class="gensmall" valign="top"><b title="{L_POLL_VOTED_OPTION}">x</b></td> + <!-- ENDIF --> + <!-- ENDIF --> + </tr> + <!-- END poll_option --> + </table></td> + </tr> <!-- IF S_CAN_VOTE --> - <td><!-- IF S_IS_MULTI_CHOICE --><input type="checkbox" name="vote_id[]" value="{poll_option.POLL_OPTION_ID}" <!-- IF poll_option.POLL_OPTION_VOTED -->checked="checked"<!-- ENDIF -->/><!-- ELSE --><input type="radio" name="vote_id[]" value="{poll_option.POLL_OPTION_ID}" <!-- IF poll_option.POLL_OPTION_VOTED -->checked="checked"<!-- ENDIF --> /><!-- ENDIF --> </td> + <tr> + <td align="center"><span class="gensmall">{L_MAX_VOTES}</span><br /><br /><input type="submit" name="update" value="{L_SUBMIT_VOTE}" class="btnlite" /></td> + </tr> <!-- ENDIF --> - <td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td> <!-- IF S_DISPLAY_RESULTS --> - <td><table cellspacing="0" cellpadding="0" border="0"> - <tr> - <td>{POLL_LEFT_CAP_IMG}</td> - <td>{poll_option.POLL_OPTION_IMG}</td> - <td>{POLL_RIGHT_CAP_IMG}</td> - </tr> - </table></td> - <td class="gen" align="center"><b> {poll_option.POLL_OPTION_PERCENT} </b></td> - <td class="gen" align="center">[ {poll_option.POLL_OPTION_RESULT} ]</td> - <!-- IF poll_option.POLL_OPTION_VOTED --> - <td class="gensmall" valign="top"><b title="{L_POLL_VOTED_OPTION}">x</b></td> - <!-- ENDIF --> + <tr> + <td class="gensmall" colspan="4" align="center"><b>{L_TOTAL_VOTES} : {TOTAL_VOTES}</b></td> + </tr> + <!-- ELSE --> + <tr> + <td align="center"><span class="gensmall"><b><a href="{U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></b></span></td> + </tr> <!-- ENDIF --> - </tr> - <!-- END poll_option --> - </table></td> - </tr> - <!-- IF S_CAN_VOTE --> - <tr> - <td align="center"><span class="gensmall">{L_MAX_VOTES}</span><br /><br /><input type="submit" name="update" value="{L_SUBMIT_VOTE}" class="btnlite" /></td> + </table> + {S_HIDDEN_FIELDS}</form></td> </tr> <!-- ENDIF --> - <!-- IF S_DISPLAY_RESULTS --> <tr> - <td class="gensmall" colspan="4" align="center"><b>{L_TOTAL_VOTES} : {TOTAL_VOTES}</b></td> + <th width="150" nowrap="nowrap">{L_AUTHOR}</th> + <th nowrap="nowrap">{L_MESSAGE}</th> </tr> - <!-- ELSE --> - <tr> - <td align="center"><span class="gensmall"><b><a href="{U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></b></span></td> - </tr> - <!-- ENDIF --> - </table>{S_HIDDEN_FIELDS}</form></td> - </tr> - <!-- ENDIF --> - <tr> - <th width="150" nowrap="nowrap">{L_AUTHOR}</th> - <th nowrap="nowrap">{L_MESSAGE}</th> - </tr> - <!-- BEGIN postrow --> + <!-- BEGIN postrow --> - <!-- IF postrow.S_ROW_COUNT is even --> - <tr class="row1"> - <!-- ELSE --> - <tr class="row2"> - <!-- ENDIF --> + <!-- IF postrow.S_ROW_COUNT is even --> + <tr class="row1"> + <!-- ELSE --> + <tr class="row2"> + <!-- ENDIF --> - <!-- IF postrow.S_IGNORE_POST --> - <td class="gensmall" colspan="2" height="25" align="center">{postrow.L_IGNORE_POST}</td> - <!-- ELSE --> - <td align="center" valign="middle"><a name="{postrow.U_POST_ID}"></a><b class="postauthor">{postrow.POSTER_NAME}</b></td> - <td width="100%" height="25"><table width="100%" cellspacing="0"> - <tr> - <td class="gensmall"><div style="float:left"> <b>{L_POST_SUBJECT}:</b> {postrow.POST_SUBJECT}</div><div style="float:right"><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><b>{L_POSTED}:</b> {postrow.POST_DATE} </div></td> + <!-- IF postrow.S_IGNORE_POST --> + <td class="gensmall" colspan="2" height="25" align="center">{postrow.L_IGNORE_POST}</td> + <!-- ELSE --> + <td align="center" valign="middle"><a name="{postrow.U_POST_ID}"></a><b class="postauthor">{postrow.POSTER_NAME}</b></td> + <td width="100%" height="25"><table width="100%" cellspacing="0"> + <tr> + <td class="gensmall"><div style="float:left"> <b>{L_POST_SUBJECT}:</b> {postrow.POST_SUBJECT}</div><div style="float:right"><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><b>{L_POSTED}:</b> {postrow.POST_DATE} </div></td> + </tr> + </table></td> </tr> - </table></td> - </tr> - - <!-- IF postrow.S_ROW_COUNT is even --> - <tr class="row1"> - <!-- ELSE --> - <tr class="row2"> - <!-- ENDIF --> - <td valign="top"> - - <div align="center"> - - <table cellspacing="4" align="center"> - <tr> - <td>{postrow.KARMA_IMG}</td> - </tr> - <!-- IF postrow.ONLINE_IMG --> - <tr> - <td>{postrow.ONLINE_IMG}</td> - </tr> - <!-- ENDIF --> - <!-- IF postrow.POSTER_RANK --> - <tr> - <td class="postdetails">{postrow.POSTER_RANK}</td> - </tr> - <!-- ENDIF --> - <!-- IF postrow.RANK_IMAGE --> - <tr> - <td>{postrow.RANK_IMAGE}</td> - </tr> - <!-- ENDIF --> - <!-- IF postrow.POSTER_AVATAR --> - <tr> - <td>{postrow.POSTER_AVATAR}</td> - </tr> - <!-- ENDIF --> - </table> - - <span class="postdetails"> - <!-- IF postrow.POSTER_POSTS --><br /><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}<!-- ENDIF --> - <!-- IF postrow.POSTER_POSTS --><br /><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<!-- ENDIF --> - <!-- IF postrow.POSTER_FROM --><br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF --> - </span> - - </div> - </td> - <td valign="top"><table width="100%" cellspacing="5"> - <tr> - <td> - <!-- IF postrow.S_POST_UNAPPROVED or postrow.S_POST_REPORTED --> - <table width="100%" cellspacing="0"> + <!-- IF postrow.S_ROW_COUNT is even --> + <tr class="row1"> + <!-- ELSE --> + <tr class="row2"> + <!-- ENDIF --> + <td valign="top"> + + <div align="center"> + + <table cellspacing="4" align="center"> <tr> - <td class="gensmall"><!-- IF postrow.S_POST_UNAPPROVED --><b style="color:green">» <a style="color:green" href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></b> <!-- ENDIF --> <!-- IF postrow.S_POST_REPORTED --><b style="color:red">» <a style="color:red" href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></b><!-- ENDIF --></td> + <td>{postrow.KARMA_IMG}</td> </tr> - </table> - - <br clear="all" /> - <!-- ENDIF --> - - <span class="postbody">{postrow.MESSAGE}</span> - - <!-- IF postrow.S_HAS_ATTACHMENTS --> - <br clear="all" /><br /><table class="tablebg" width="100%" cellspacing="1"> + <!-- IF postrow.ONLINE_IMG --> + <tr> + <td>{postrow.ONLINE_IMG}</td> + </tr> + <!-- ENDIF --> + <!-- IF postrow.POSTER_RANK --> <tr> - <td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td> + <td class="postdetails">{postrow.POSTER_RANK}</td> </tr> - <!-- BEGIN attachment --> + <!-- ENDIF --> + <!-- IF postrow.RANK_IMAGE --> <tr> - <!-- IF postrow.S_ROW_COUNT is even --><td class="row2"><!-- ELSE --><td class="row1"><!-- ENDIF -->{postrow.attachment.DISPLAY_ATTACHMENT}</td> + <td>{postrow.RANK_IMAGE}</td> </tr> - <!-- END attachment --> + <!-- ENDIF --> + <!-- IF postrow.POSTER_AVATAR --> + <tr> + <td>{postrow.POSTER_AVATAR}</td> + </tr> + <!-- ENDIF --> </table> - <!-- ENDIF --> - <!-- IF postrow.S_DISPLAY_NOTICE --><span class="gensmall" style="color:red;"><br /><br />{L_DOWNLOAD_NOTICE}</span><!-- ENDIF --> - <!-- IF postrow.SIGNATURE --><span class="postbody"><br />_________________<br />{postrow.SIGNATURE}</span><!-- ENDIF --> - <!-- IF postrow.EDITED_MESSAGE --><span class="gensmall">{postrow.EDITED_MESSAGE}</span><!-- ENDIF --> - <!-- IF postrow.BUMPED_MESSAGE --><span class="gensmall">{postrow.BUMPED_MESSAGE}</span><!-- ENDIF --> + <span class="postdetails"> + <!-- IF postrow.POSTER_POSTS --><br /><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}<!-- ENDIF --> + <!-- IF postrow.POSTER_POSTS --><br /><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<!-- ENDIF --> + <!-- IF postrow.POSTER_FROM --><br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF --> + </span> + + </div> + </td> + <td valign="top"><table width="100%" cellspacing="5"> + <tr> + <td> + + <!-- IF postrow.S_POST_UNAPPROVED or postrow.S_POST_REPORTED --> + <table width="100%" cellspacing="0"> + <tr> + <td class="gensmall"><!-- IF postrow.S_POST_UNAPPROVED --><b class="postapprove">» <a class="postapprove" href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></b> <!-- ENDIF --> <!-- IF postrow.S_POST_REPORTED --><b class="postreported">» <a class="postreported" href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></b><!-- ENDIF --></td> + </tr> + </table> + + <br clear="all" /> + <!-- ENDIF --> + + <div class="postbody">{postrow.MESSAGE}</div> + + <!-- IF postrow.S_HAS_ATTACHMENTS --> + <br clear="all" /><br /> + + <table class="tablebg" width="100%" cellspacing="1"> + <tr> + <td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td> + </tr> + <!-- BEGIN attachment --> + <tr> + <!-- IF postrow.S_ROW_COUNT is even --><td class="row2"><!-- ELSE --><td class="row1"><!-- ENDIF -->{postrow.attachment.DISPLAY_ATTACHMENT}</td> + </tr> + <!-- END attachment --> + </table> + <!-- ENDIF --> + + <!-- IF postrow.S_DISPLAY_NOTICE --> + <span class="gensmall" style="color:red;"><br /><br />{L_DOWNLOAD_NOTICE}</span> + <!-- ENDIF --> + <!-- IF postrow.SIGNATURE --> + <span class="postbody"><br />_________________<br />{postrow.SIGNATURE}</span> + <!-- ENDIF --> + <!-- IF postrow.EDITED_MESSAGE --> + <span class="gensmall">{postrow.EDITED_MESSAGE}</span> + <!-- ENDIF --> + <!-- IF postrow.BUMPED_MESSAGE --> + <span class="gensmall">{postrow.BUMPED_MESSAGE}</span> + <!-- ENDIF --> + + <!-- IF not postrow.S_HAS_ATTACHMENTS --><br clear="all" /><br /><!-- ENDIF --> + + <table width="100%" cellspacing="0"> + <tr valign="middle"> + <!-- IF postrow.S_CAN_RATE --> + <td class="gensmall"><b>{L_RATE}:</b> <a style="color:green" href="{postrow.U_RATE_GOOD}">{L_RATE_GOOD}</a> / <a style="color:red" href="{postrow.U_RATE_BAD}">{L_RATE_BAD}</a></td> + <!-- ENDIF --> + <td class="gensmall" align="right"><!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_IP --><a href="{postrow.U_IP}">{IP_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF --></td> + </tr> + </table> + + </td> + </tr> + </table></td> + </tr> + + <!-- IF postrow.S_ROW_COUNT is even --> + <tr class="row1"> + <!-- ELSE --> + <tr class="row2"> + <!-- ENDIF --> + <td></td> + <td><div class="gensmall" style="float:left"> <!-- IF postrow.U_PROFILE --><a href="{postrow.U_PROFILE}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_PM --><a href="{postrow.U_PM}">{PM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF --> </div> <div class="gensmall" style="float:right"><!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF --> </div></td> + </tr> - <!-- IF not postrow.S_HAS_ATTACHMENTS --><br clear="all" /><br /><!-- ENDIF --> + <!-- ENDIF --> + <tr> + <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td> + </tr> - <table width="100%" cellspacing="0"> - <tr valign="middle"> - <td class="gensmall"><!-- IF postrow.S_CAN_RATE --><b>{L_RATE}:</b> <a style="color:green" href="{postrow.U_RATE_GOOD}">{L_RATE_GOOD}</a> / <a style="color:red" href="{postrow.U_RATE_BAD}">{L_RATE_BAD}</a><!-- ENDIF --></td> - <td class="gensmall" align="right"><!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_IP --><a href="{postrow.U_IP}">{IP_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF --></td> - </tr> - </table> + <!-- END postrow --> - </td> + <tr align="center"> + <td class="cat" colspan="2"><form name="viewtopic" method="post" action="{S_TOPIC_ACTION}"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="btnlite" type="submit" value="{L_GO}" name="sort" /></form></td> </tr> - </table></td> - </tr> + </table> - <!-- IF postrow.S_ROW_COUNT is even --> - <tr class="row1"> - <!-- ELSE --> - <tr class="row2"> + <table width="100%" cellspacing="1"> + <tr> + <td align="left" valign="middle" nowrap="nowrap"><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a> <a href="{U_POST_REPLY_TOPIC}">{REPLY_IMG}</a></td> + <!-- IF TOTAL_POSTS --> + <td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td> + <td class="gensmall" nowrap="nowrap"> [ {TOTAL_POSTS} ] </td> + <td class="gensmall" width="100%" align="right" nowrap="nowrap"><b>{PAGINATION}</b></td> + <!-- ENDIF --> + </tr> + </table> + + </div> + + <div id="pagefooter"></div> + + <br clear="all" /> + + <table class="tablebg" width="100%" cellspacing="1" cellpadding="0"> + <tr> + <td class="row1"> + <p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p> + <p class="datetime">{S_TIMEZONE}</p> + </td> + </tr> + </table> + + <!-- IF S_DISPLAY_ONLINE_LIST --> + <br clear="all" /> + + <table class="tablebg" width="100%" cellspacing="1"> + <tr> + <td class="cat"><h4>{L_WHO_IS_ONLINE}</h4></td> + </tr> + <tr> + <td class="row1"><p class="gensmall">{LOGGED_IN_USER_LIST}</p></td> + </tr> + </table> <!-- ENDIF --> - <td></td> - <td><div class="gensmall" style="float:left"> <!-- IF postrow.U_PROFILE --><a href="{postrow.U_PROFILE}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_PM --><a href="{postrow.U_PM}">{PM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF --> </div> <div class="gensmall" style="float:right"><!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF --> </div></td> - </tr> - <!-- ENDIF --> - <tr> - <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td> - </tr> - - <!-- END postrow --> - - <tr align="center"> - <td class="cat" colspan="2" height="28"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="btnlite" type="submit" value="{L_GO}" name="sort" /></td> - </tr> -</table></form> - -<table width="100%" cellspacing="1"> - <tr> - <td align="left" valign="middle" nowrap="nowrap"><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a> <a href="{U_POST_REPLY_TOPIC}">{REPLY_IMG}</a></td> - <!-- IF TOTAL_POSTS --> - <td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td> - <td class="gensmall" nowrap="nowrap"> [ {TOTAL_POSTS} ] </td> - <td class="gensmall" width="100%" align="right" nowrap="nowrap"><b>{PAGINATION}</b></td> - <!-- ENDIF --> - </tr> -</table> - -<br clear="all" /> - -<table class="tablebg" width="100%" cellspacing="1"> - <tr> - <td class="row1"><div class="nav" style="float:left"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></div><div class="gensmall" style="float:right">{S_TIMEZONE}</div></td> - </tr> -</table> - -<!-- IF S_DISPLAY_ONLINE_LIST --> -<br clear="all" /> - -<table class="tablebg" width="100%" cellspacing="1"> - <tr> - <td class="cat"><span class="cattitle">{L_WHO_IS_ONLINE}</span></td> - </tr> - <tr> - <td class="row1"><span class="gensmall">{LOGGED_IN_USER_LIST}</span></td> - </tr> -</table> -<!-- ENDIF --> - -<br clear="all" /> - -<table width="100%" cellspacing="1"> - <tr> - <td width="40%" valign="top" nowrap="nowrap" align="left"><!-- IF S_TOPIC_MOD --><form method="post" action="{S_MOD_ACTION}"><span class="gensmall">{L_QUICK_MOD}:</span> {S_TOPIC_MOD} <input class="btnlite" type="submit" value="{L_GO}" /></form><!-- ENDIF --></td> - <td align="right" valign="top" nowrap="nowrap"><span class="gensmall"><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></span></td> - </tr> -</table> - -<br clear="all" /> - -<table width="100%" cellspacing="0"> - <tr> - <td><!-- IF S_DISPLAY_SEARCHBOX --><!-- INCLUDE searchbox.html --><!-- ENDIF --></td> - <td align="right"><!-- INCLUDE jumpbox.html --></td> - </tr> -</table> + <br clear="all" /> + + <table width="100%" cellspacing="1"> + <tr> + <td width="40%" valign="top" nowrap="nowrap" align="left"><!-- IF S_TOPIC_MOD --><form method="post" action="{S_MOD_ACTION}"><span class="gensmall">{L_QUICK_MOD}:</span> {S_TOPIC_MOD} <input class="btnlite" type="submit" value="{L_GO}" /></form><!-- ENDIF --></td> + <td align="right" valign="top" nowrap="nowrap"><span class="gensmall"><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></span></td> + </tr> + </table> + + <br clear="all" /> + + <table width="100%" cellspacing="0"> + <tr> + <td><!-- IF S_DISPLAY_SEARCHBOX --><!-- INCLUDE searchbox.html --><!-- ENDIF --></td> + <td align="right"><!-- INCLUDE jumpbox.html --></td> + </tr> + </table> <!-- INCLUDE overall_footer.html -->
\ No newline at end of file |