diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-05-23 16:15:03 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-05-23 16:15:03 +0000 |
commit | 2a896ad2600f386b718383934bd7cd383a04ff5f (patch) | |
tree | c0947519273336f6cb349dac6cfd604670717188 /phpBB/templates/subSilver | |
parent | 79eeeb0b7c86cce104085f87c528415bd832f281 (diff) | |
download | forums-2a896ad2600f386b718383934bd7cd383a04ff5f.tar forums-2a896ad2600f386b718383934bd7cd383a04ff5f.tar.gz forums-2a896ad2600f386b718383934bd7cd383a04ff5f.tar.bz2 forums-2a896ad2600f386b718383934bd7cd383a04ff5f.tar.xz forums-2a896ad2600f386b718383934bd7cd383a04ff5f.zip |
Various updates, changed jump to first unread as per Ashe's suggestion/request ... hope people don't start linking to it making me regret reverting to this implementation :D Moved many decisions on what icons to output to templates ... feedback wrt any performance impacts happily accepted.
git-svn-id: file:///svn/phpbb/trunk@4051 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver')
-rw-r--r-- | phpBB/templates/subSilver/posting_topic_review.html | 2 | ||||
-rw-r--r-- | phpBB/templates/subSilver/viewforum_body.html | 90 | ||||
-rw-r--r-- | phpBB/templates/subSilver/viewtopic_body.html | 82 |
3 files changed, 120 insertions, 54 deletions
diff --git a/phpBB/templates/subSilver/posting_topic_review.html b/phpBB/templates/subSilver/posting_topic_review.html index 14025cf8b7..f45be07ca4 100644 --- a/phpBB/templates/subSilver/posting_topic_review.html +++ b/phpBB/templates/subSilver/posting_topic_review.html @@ -72,7 +72,7 @@ function addquote(post_id, username) { <td height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="100%">{postrow.MINI_POST_IMG}<span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td> - <td valign="top" align="right" nowrap="nowrap"><input type="button" class="button" name="addquote" value="{L_QUOTE}" style="width: 50px" onClick="addquote({postrow.POST_ID}, '{postrow.POSTER_NAME}');" /></td> + <td valign="top" align="right" nowrap="nowrap"><!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a><!-- ENDIF --></td> </tr> <tr> <td colspan="2"><hr /></td> diff --git a/phpBB/templates/subSilver/viewforum_body.html b/phpBB/templates/subSilver/viewforum_body.html index 853f7b34b1..288b3c895c 100644 --- a/phpBB/templates/subSilver/viewforum_body.html +++ b/phpBB/templates/subSilver/viewforum_body.html @@ -2,21 +2,21 @@ <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> - <td align="left" valign="bottom"><a class="titles" href="{U_VIEW_FORUM}" title="{FORUM_DESC}">{FORUM_NAME}</a><br /><!-- IF S_IS_POSTABLE --><!-- IF MODERATORS neq '' --><span class="gensmall"><b>{L_MODERATORS}: {MODERATORS}</b></span><!-- ENDIF --><!-- ENDIF --></td> + <td colspan="2"><a class="titles" href="{U_VIEW_FORUM}" title="{FORUM_DESC}">{FORUM_NAME}</a><!-- IF S_IS_POSTABLE --><!-- IF MODERATORS neq ''--><br /><b class="gensmall">{L_MODERATORS}: {MODERATORS}</b><!-- ENDIF --><!-- ENDIF --></td> <td class="gensmall" align="right" valign="bottom"><!-- IF S_IS_POSTABLE -->{MOD_CP}<!-- ENDIF --></td> </tr> <tr> - <td class="gensmall" valign="bottom"><b>{LOGGED_IN_USER_LIST}</b></td> - <td class="gensmall" align="right" valign="bottom" nowrap="nowrap"><b>{PAGINATION}</b></td> + <td class="nav" valign="middle" nowrap="nowrap">{PAGE_NUMBER}</td> + <td class="gensmall" nowrap="nowrap">[ {TOTAL_TOPICS} ] </td> + <td class="gensmall" width="100%" align="right" nowrap="nowrap"><b>{PAGINATION}</b></td> </tr> </table> <!-- IF S_IS_POSTABLE --> -<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> +<table width="100%" cellspacing="1" cellpadding="4" border="0" align="center"> <tr> - <td width="50" align="left" valign="middle"><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a></td> - <td class="nav" width="100%" align="left" valign="middle"> <a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> -> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></td> - <td class="gensmall" align="right" valign="bottom" nowrap="nowrap"><!-- IF S_IS_POSTABLE --><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a><!-- ENDIF --></td> + <td width="10" align="left" valign="middle"><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a></td> + <td class="nav" width="100%" align="left" valign="middle"> <a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> -> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></td> </tr> </table> <!-- ENDIF --> @@ -29,6 +29,19 @@ <table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0"> <tr> <!-- IF S_TOPIC_ICONS --> + <td class="cat" colspan="7"><table width="100%" cellspacing="0" cellpadding="0" border="0"> + <tr> + <td class="nav" valign="middle"> {S_WATCH_FORUM}</td> + <td class="nav" align="right" valign="middle"><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a> </td> + </tr> + </table></td> + <!-- ELSE --> + <td class="cat" colspan="6"></td> + <!-- ENDIF --> + </tr> + + <tr> + <!-- IF S_TOPIC_ICONS --> <th colspan="3" height="25" align="center" nowrap="nowrap"> {L_TOPICS} </th> <!-- ELSE --> <th colspan="2" height="25" align="center" nowrap="nowrap"> {L_TOPICS} </th> @@ -38,7 +51,9 @@ <th width="50" align="center" nowrap="nowrap"> {L_VIEWS} </th> <th align="center" nowrap="nowrap"> {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> @@ -48,29 +63,31 @@ <td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_TOPICS}</b></td> </tr> <!-- ENDIF --> + <tr> - <td class="row1" width="20" align="center" valign="middle">{topicrow.TOPIC_FOLDER_IMG}</td> + <td class="row1" width="25" 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> + <td class="row1" width="25" align="center" valign="middle">{topicrow.TOPIC_ICON_IMG}</td> <!-- ENDIF --> - <td class="row1" width="100%"> - <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_TOPIC_REPORTED --> - <table width="100%" border="0" cellspacing="0" cellpadding="0"> - <tr align="left" valign="middle"> - <td><!-- 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> - <td width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.ATTACH_ICON_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />{topicrow.GOTO_PAGE}</td> - </tr> - </table> - <!-- ELSE --> - <span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.ATTACH_ICON_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />{topicrow.GOTO_PAGE}</span> - <!-- ENDIF --> - </td> + <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%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.ATTACH_ICON_IMG}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />{topicrow.GOTO_PAGE}</td> + </tr> + </table></td> <td class="row2" align="center" valign="middle"><span class="name">{topicrow.TOPIC_AUTHOR}</span></td> <td class="row1" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td> <td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.VIEWS}</span></td> <td class="row1" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{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> @@ -79,22 +96,41 @@ <!-- ENDIF --> </tr> <!-- END topicrow --> + <tr align="center"><form method="post" action="{S_TOPIC_ACTION}"> - <!-- IF S_TOPIC_ICONS --><td class="cat" colspan="8" height="28"><!-- ELSE --><td class="cat" colspan="7" height="28"><!-- 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 type="submit" class="liteoption" value="{L_GO}" name="sort" /></td> + <!-- IF S_TOPIC_ICONS --><td class="cat" colspan="8" height="28"><!-- ELSE --><td class="cat" colspan="7" height="28"><!-- 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="liteoption" type="submit" name="sort" value="{L_GO}" /></td> </form></tr> </table> -<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> +<table width="100%" cellspacing="1" cellpadding="4" border="0" align="center"> <tr> <td align="left" width="50" valign="middle"><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a></td> - <td class="nav" width="100%" align="left" valign="middle"> <a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> -> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></td> - <td align="right" valign="middle" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td> + <td class="nav" width="100%" align="left" valign="middle"> <a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> -> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></td> + <td align="right" valign="middle" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span></td> + </tr> + <tr> + <td colspan="3"><table width="100%" cellspacing="0" cellpadding="0" border="0"> + <tr> + <td class="nav" nowrap="nowrap">{PAGE_NUMBER}</td> + <td class="gensmall" nowrap="nowrap"> [ {TOTAL_TOPICS} ]</td> + <td class="nav" width="100%" align="right" valign="bottom" nowrap="nowrap">{PAGINATION}</td> + </tr> + </table></td> </tr> +</table> + +<!-- IF S_DISPLAY_ONLINE_LIST --> +<br clear="all" /> + +<table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0"> <tr> - <td colspan="2" align="left"><span class="nav">{PAGE_NUMBER}</span> <span class="gensmall">[ {TOTAL_TOPICS} ]</span></td> - <td class="nav" align="right" nowrap="nowrap">{S_WATCH_FORUM}</td> + <td class="cat"><span class="cattitle">{L_WHO_IS_ONLINE}</span></td> + </tr> + <tr class="row1"> + <td class="gensmall" align="left">{LOGGED_IN_USER_LIST}</td> </tr> </table> +<!-- ENDIF --> <br clear="all" /> diff --git a/phpBB/templates/subSilver/viewtopic_body.html b/phpBB/templates/subSilver/viewtopic_body.html index 8818c0c33e..4910515f50 100644 --- a/phpBB/templates/subSilver/viewtopic_body.html +++ b/phpBB/templates/subSilver/viewtopic_body.html @@ -6,15 +6,20 @@ <td class="gensmall" align="right" valign="bottom">{MCP}</td> </tr> <tr> - <td class="gensmall" valign="bottom"><b>{LOGGED_IN_USER_LIST}</b></td> - <td class="gensmall" align="right" valign="bottom" nowrap="nowrap"><b>{PAGINATION}</b></td> + <td colspan="2"><table width="100%" cellspacing="0" cellpadding="0" border="0"> + <tr> + <td class="nav" nowrap="nowrap">{PAGE_NUMBER}</td> + <td class="gensmall" nowrap="nowrap"> [ {TOTAL_POSTS} ]</td> + <td class="nav" width="100%" align="right" valign="bottom" nowrap="nowrap">{PAGINATION}</td> + </tr> + </table></td> </tr> </table> -<table width="100%" cellspacing="2" cellpadding="2" border="0"> +<table width="100%" cellspacing="1" cellpadding="4" border="0"> <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> - <td class="nav" width="100%" align="left" valign="middle"> <a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> -> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></td> + <td class="nav" width="100%" align="left" valign="middle"> <a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> -> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></td> </tr> </table> @@ -22,8 +27,8 @@ <tr align="right"> <td class="cat" colspan="2" height="28"><table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> - <td><span class="nav"> <a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}">{L_PRINT_TOPIC}</a> :: <a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}">{L_EMAIL_TOPIC}</a></span></td> - <td align="right"><span class="nav"><a href="{U_VIEW_UNREAD_POST}">{L_VIEW_UNREAD_POST}</a> :: <a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> </span></td> + <td class="nav" nowrap="nowrap"> <!-- IF S_WATCH_TOPIC -->{S_WATCH_TOPIC} | <!-- ENDIF --><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}">{L_PRINT_TOPIC}</a> | <a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}">{L_EMAIL_TOPIC}</a></td> + <td class="nav" align="right" nowrap="nowrap"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> | <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> | <a href="{U_VIEW_UNREAD_POST}">{L_VIEW_UNREAD_POST}</a> </td> </tr> </table></td> </tr> @@ -86,17 +91,18 @@ <!-- ELSE --> <tr class="row2"> <!-- ENDIF --> - <!-- IF postrow.S_BELOW_MIN_KARMA --> + <!-- IF postrow.S_BELOW_MIN_KARMA --> <td colspan="2" height="25" align="center"><span class="gensmall">{postrow.L_IGNORE_POST}</span></td> - <!-- ELSEIF postrow.S_WRONG_ENCODING --> + <!-- ELSEIF postrow.S_WRONG_ENCODING --> <td colspan="2" height="25" align="center"><span class="gensmall">{postrow.L_IGNORE_POST}</span></td> - <!-- ELSE --> - <td rowspan="2" width="150" align="left" valign="top"><a name="{postrow.U_POST_ID}"></a><b class="name">{postrow.POSTER_NAME}</b><span class="postdetails"><br />{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />{L_JOINED}: {postrow.POSTER_JOINED}<!-- IF postrow.POSTER_POSTS --><br />{L_POSTS}: {postrow.POSTER_POSTS}<!-- ENDIF --><!-- IF postrow.POSTER_FROM --><br />{L_LOCATION}: {postrow.POSTER_FROM}<!-- ENDIF --></span></td> + <!-- ELSE --> + <td rowspan="2" width="150" align="left" valign="top"><a name="{postrow.U_POST_ID}"></a><b class="name">{postrow.POSTER_NAME}</b><span class="postdetails"><br />{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><!-- IF postrow.POSTER_POSTS --><br />{L_JOINED}: {postrow.POSTER_JOINED}<!-- ENDIF --><!-- IF postrow.POSTER_POSTS --><br />{L_POSTS}: {postrow.POSTER_POSTS}<!-- ENDIF --><!-- IF postrow.POSTER_FROM --><br />{L_LOCATION}: {postrow.POSTER_FROM}<!-- ENDIF --></span></td> <td width="100%" height="28"><table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> - <td>{postrow.POST_ICON} </td> - <td class="gensmall" width="100%" valign="middle"><b>{L_POST_SUBJECT}:</b> {postrow.POST_SUBJECT}</td> - <td valign="top" nowrap="nowrap">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td> + <td>{postrow.POST_ICON_IMG} </td> + <td class="gensmall" valign="middle" nowrap="nowrap"><b>{L_POST_SUBJECT}:</b> </td> + <td class="gensmall" width="100%" valign="middle">{postrow.POST_SUBJECT}</td> + <td valign="top" nowrap="nowrap"> <!-- 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 --> <!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_IP --><a href="{postrow.U_IP}">{IP_IMG}</a> <!-- ENDIF --></td> </tr> </table></td> </tr> @@ -114,7 +120,7 @@ </table></td> </tr> <tr> - <td><table width="100%" cellspacing="0" cellpadding="0" border="0" > + <td><table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr valign="middle"> <!-- IF postrow.S_POST_UNAPPROVED --> <td width="5">{UNAPPROVED_IMG}</td> @@ -124,7 +130,14 @@ <td width="5">{REPORTED_IMG}</td> <td class="gensmall" nowrap="nowrap"> <b><a style="color:red" href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></b> </td> <!-- ENDIF --> - <td align="right" nowrap="nowrap"><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><span class="gensmall"><b>{L_POSTED}:</b> {postrow.POST_DATE}</td> + <td width="100%"> </td> + <td width="10" nowrap="nowrap"><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a></td> + <td class="gensmall" nowrap="nowrap"><b>{L_POSTED}:</b> {postrow.POST_DATE}</td> + <!-- IF not postrow.S_POST_REPORTED --> + <!-- IF postrow.U_REPORT --> + <td> <a href="{postrow.U_REPORT}">{REPORT_IMG}</a></td> + <!-- ENDIF --> + <!-- ENDIF --> </tr> </table></td> </tr> @@ -138,18 +151,17 @@ <td class="nav" width="150" align="center" valign="middle"><a href="#top">{L_BACK_TO_TOP}</a></td> <td width="100%" height="28" valign="bottom" nowrap="nowrap"><table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> - <td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}<script language="JavaScript" type="text/javascript"><!-- + <td valign="middle" nowrap="nowrap"><!-- 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 --> <!-- IF postrow.U_WWW --><a href="{postrow.U_WWW}" target="_userwww">{WWW_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_AIM --><a href="{postrow.U_AIM}">{AIM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_YIM --><a href="{postrow.U_YIM}">{YIM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_MSN --><a href="{postrow.U_MSN}">{MSN_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_JABBER --><a href="{postrow.U_JABBER}">{JABBER_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_ICQ --><script language="JavaScript" type="text/javascript"><!-- if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 ) - document.write(' {postrow.ICQ_IMG}'); + document.write(' <a href="{postrow.U_ICQ}">{ICQ_IMG}</a>'); else - document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute">{postrow.ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>'); + document.write('</td><td> </td><td width="100%" valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"><a href="{postrow.U_ICQ}">{ICQ_IMG}</a></div><div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>'); - //--></script><noscript>{postrow.ICQ_IMG}</noscript></td> - <td width="100%" align="right" nowrap="nowrap"><!-- span class="gensmall">{postrow.RATING}</span --><!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a><!-- ENDIF !--></td> + //--></script><noscript><a href="{postrow.U_ICQ}">{ICQ_IMG}</a></noscript><!-- ENDIF --></td> </tr> </table></td> - <!-- ENDIF --> + <!-- ENDIF --> </tr> <tr> <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td> @@ -160,17 +172,35 @@ </form></tr> </table> -<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> +<table width="100%" cellspacing="1" cellpadding="4" border="0" align="center"> <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> - <td class="nav" width="100%" align="left" valign="middle"> <a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> -> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></td> - <td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td> + <td class="nav" width="100%" align="left" valign="middle"> <a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> -> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></td> + <td align="right" valign="middle" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span></td> </tr> <tr> - <td colspan="2" align="left"><span class="nav">{PAGE_NUMBER}</span> <span class="gensmall">[ {TOTAL_POSTS} ]</span></td> - <td class="nav" nowrap="nowrap">{S_WATCH_TOPIC}</td> + <td colspan="3"><table width="100%" cellspacing="0" cellpadding="0" border="0"> + <tr> + <td class="nav" nowrap="nowrap">{PAGE_NUMBER}</td> + <td class="gensmall" nowrap="nowrap"> [ {TOTAL_POSTS} ]</td> + <td class="nav" width="100%" align="right" valign="bottom" nowrap="nowrap">{PAGINATION}</td> + </tr> + </table></td> + </tr> +</table> + +<!-- IF S_DISPLAY_ONLINE_LIST --> +<br clear="all" /> + +<table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0"> + <tr> + <td class="cat"><span class="cattitle">{L_WHO_IS_ONLINE}</span></td> + </tr> + <tr class="row1"> + <td class="gensmall" align="left">{LOGGED_IN_USER_LIST}</td> </tr> </table> +<!-- ENDIF --> <br clear="all" /> |