mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
More attempts at "modern markup"
git-svn-id: file:///svn/phpbb/trunk@4726 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
bdbbc7544b
commit
715731ca3e
21 changed files with 826 additions and 907 deletions
|
@ -1,30 +1,33 @@
|
|||
<!-- INCLUDE overall_header.html -->
|
||||
|
||||
<!-- $Id$ -->
|
||||
<!-- $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>
|
||||
<div id="pagecontent">
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<form action="{S_CONFIRM_ACTION}" method="post"><table class="tablebg" width="100%" cellspacing="1">
|
||||
<form name="confirm" action="{S_CONFIRM_ACTION}" method="post"><table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th>{MESSAGE_TITLE}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" align="center"><span class="gen"><br /><br />{MESSAGE_TEXT}<br /><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{L_YES}" class="btnmain" /> <input type="submit" name="cancel" value="{L_NO}" class="btnlite" /></span></td>
|
||||
<td class="row1" align="center"><br /><p class="gen">{MESSAGE_TEXT}</p><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{L_YES}" class="btnmain" /> <input type="submit" name="cancel" value="{L_NO}" class="btnlite" /></span></td>
|
||||
</tr>
|
||||
</table></form>
|
||||
</table></form>
|
||||
|
||||
<br clear="all" />
|
||||
</div>
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<br clear="all" />
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
|
||||
<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>
|
||||
<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>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<div align="right"><!-- INCLUDE jumpbox.html --></div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
|
@ -1,16 +1,10 @@
|
|||
<!-- INCLUDE overall_header.html -->
|
||||
|
||||
<!-- $Id$ -->
|
||||
<!-- $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>
|
||||
<div id="pagecontent">
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th>{L_FAQ_TITLE}</th>
|
||||
</tr>
|
||||
|
@ -28,14 +22,14 @@
|
|||
<tr>
|
||||
<td class="cat"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
<br clear="all" />
|
||||
|
||||
<!-- BEGIN faq_block -->
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<!-- BEGIN faq_block -->
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<td class="cat" align="center"><span class="cattitle">{faq_block.BLOCK_TITLE}</span></td>
|
||||
<td class="cat" align="center"><h4>{faq_block.BLOCK_TITLE}</h4></td>
|
||||
</tr>
|
||||
<!-- BEGIN faq_row -->
|
||||
<tr>
|
||||
|
@ -45,26 +39,35 @@
|
|||
<!-- ELSE -->
|
||||
<td class="row2" valign="top">
|
||||
<!-- ENDIF -->
|
||||
<span class="postbody"><a name="{faq_block.faq_row.U_FAQ_ID}"></a><b>{faq_block.faq_row.FAQ_QUESTION}</b><br />{faq_block.faq_row.FAQ_ANSWER}<br /><a class="postlink" href="#Top">{L_BACK_TO_TOP}</a></span>
|
||||
<p class="postbody"><a name="{faq_block.faq_row.U_FAQ_ID}"></a><b>» {faq_block.faq_row.FAQ_QUESTION}</b></p>
|
||||
|
||||
<p class="postbody">{faq_block.faq_row.FAQ_ANSWER}</p>
|
||||
|
||||
<p class="gensmall"><a href="#Top">{L_BACK_TO_TOP}</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="spacer" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
|
||||
</tr>
|
||||
<!-- END faq_row -->
|
||||
</table>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
<!-- END faq_block -->
|
||||
<br clear="all" />
|
||||
<!-- END faq_block -->
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
</div>
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
|
||||
<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>
|
||||
<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>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
<br clear="all" />
|
||||
|
||||
<div style="float:right"><!-- INCLUDE jumpbox.html --></div>
|
||||
<div align="right"><!-- INCLUDE jumpbox.html --></div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
|
@ -4,14 +4,6 @@
|
|||
|
||||
<form action="{S_LOGIN_ACTION}" method="post">
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1" align="center">
|
||||
<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" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th colspan="2">{L_LOGIN}</th>
|
||||
|
@ -60,10 +52,18 @@
|
|||
|
||||
<br clear="all" />
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1" align="center">
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
|
||||
<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>
|
||||
<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>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<div align="right"><!-- INCLUDE jumpbox.html --></div>
|
||||
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
|
@ -1,18 +1,10 @@
|
|||
<!-- INCLUDE overall_header.html -->
|
||||
|
||||
<!-- $Id$ -->
|
||||
<!-- $Id$ -->
|
||||
|
||||
<form action="{S_LOGIN_ACTION}" method="post">
|
||||
<div id="pagecontent">
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1" align="center">
|
||||
<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" width="100%" cellspacing="1" align="center">
|
||||
<form name="login" method="post" action="{S_LOGIN_ACTION}"><table class="tablebg" width="100%" cellspacing="1" align="center">
|
||||
<tr>
|
||||
<th>{L_LOGIN}</th>
|
||||
</tr>
|
||||
|
@ -37,14 +29,23 @@
|
|||
<tr>
|
||||
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="login" class="btnmain" value="{L_LOGIN}" tabindex="3" /></td>
|
||||
</tr>
|
||||
</table></form>
|
||||
</table></form>
|
||||
|
||||
<br clear="all" />
|
||||
</div>
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1" align="center">
|
||||
<br clear="all" />
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
|
||||
<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>
|
||||
<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>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<div align="right"><!-- INCLUDE jumpbox.html --></div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
|
@ -1,8 +1,25 @@
|
|||
<!-- $Id$ -->
|
||||
</form>
|
||||
|
||||
<!-- $Id$ -->
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
</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>
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<div style="float: right"><!-- INCLUDE mcp_jumpbox.html --></div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
|
@ -1,23 +1,48 @@
|
|||
<!-- $ Id: $ -->
|
||||
<!-- INCLUDE mcp_header.html -->
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0">
|
||||
<form method="post" name="mcp" action="{S_MCP_ACTION}">
|
||||
<!-- $ Id: $ -->
|
||||
|
||||
<form method="post" name="mcp" action="{S_MCP_ACTION}"><table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th width="4%" height="28" nowrap="nowrap"> </th>
|
||||
<td class="cat" colspan="6" align="center"><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}" /></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th width="4%" nowrap="nowrap"> </th>
|
||||
<th nowrap="nowrap"> {L_TOPICS} </th>
|
||||
<th width="8%" nowrap="nowrap"> {L_REPLIES} </th>
|
||||
<th width="17%" nowrap="nowrap"> {L_LAST_POST} </th>
|
||||
<th width="5%" nowrap="nowrap"> {L_SELECT} </th>
|
||||
<th width="5%" nowrap="nowrap"> {L_MARK} </th>
|
||||
</tr>
|
||||
<tr align="center">
|
||||
<td class="cat" colspan="6" height="28">
|
||||
<!--<!-- IF S_CAN_DELETE --><input type="submit" name="mode[delete_topic]" class="btnlite" value="{L_DELETE}" /> <!-- ENDIF -->
|
||||
<!-- IF S_CAN_MOVE --><input type="submit" name="mode[move]" class="btnlite" value="{L_MOVE}" /> <!-- ENDIF -->
|
||||
<!-- IF S_CAN_FORK --><input type="submit" name="mode[fork]" class="btnlite" value="{L_FORK}" /> <!-- ENDIF -->
|
||||
<!-- IF S_CAN_LOCK --><input type="submit" name="mode[lock]" class="btnlite" value="{L_LOCK}" /> <input type="submit" name="mode[unlock]" class="btnlite" value="{L_UNLOCK}" /> <!-- ENDIF -->
|
||||
<!-- IF S_CAN_SYNC --><input type="submit" name="mode[resync]" class="btnlite" value="{L_RESYNC}" /> <!-- ENDIF -->-->
|
||||
<!-- BEGIN topicrow -->
|
||||
<tr>
|
||||
<td class="row1" width="25" align="center">{topicrow.TOPIC_FOLDER_IMG}</td>
|
||||
<!-- IF S_TOPIC_ICONS -->
|
||||
<!-- td class="row1" width="25" align="center">{topicrow.TOPIC_ICON_IMG}</td -->
|
||||
<!-- ENDIF -->
|
||||
<td class="row1">
|
||||
<!-- IF topicrow.S_SELECT_TOPIC -->
|
||||
[ <a href="{topicrow.U_SELECT_TOPIC}">{L_SELECT}</a> ]
|
||||
<!-- ENDIF -->
|
||||
<!-- 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 -->
|
||||
<p class="topictitle">{topicrow.NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} <a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></p>
|
||||
</td>
|
||||
<td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td>
|
||||
<td class="row1" width="120" align="center"><p class="topicdetails">{topicrow.LAST_POST_TIME}</p></td>
|
||||
<td class="row2" align="center"><input type="checkbox" name="topic_id_list[]" value="{topicrow.TOPIC_ID}" {topicrow.S_TOPIC_CHECKED}/></td>
|
||||
|
||||
</tr>
|
||||
<!-- BEGINELSE -->
|
||||
<tr>
|
||||
<td class="row1" colspan="8" height="28" align="center"><p class="gen">{L_NO_TOPICS}</p></td>
|
||||
</tr>
|
||||
<!-- END topicrow -->
|
||||
<tr>
|
||||
<td class="cat" colspan="6" align="right">
|
||||
<select name="mode">
|
||||
<!-- IF S_CAN_DELETE --><option value="delete_topic">{L_DELETE}</option><!-- ENDIF -->
|
||||
<!-- IF S_CAN_MOVE --><option value="move">{L_MOVE}</option><!-- ENDIF -->
|
||||
|
@ -28,43 +53,6 @@
|
|||
<input class="btnmain" type="submit" value="{L_SUBMIT}" />
|
||||
</td>
|
||||
</tr>
|
||||
<!-- BEGIN topicrow -->
|
||||
<tr>
|
||||
<td class="row1" align="center" valign="middle">{topicrow.TOPIC_FOLDER_IMG}</td>
|
||||
<td class="row1" width="100%"><table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr class="topictitle">
|
||||
<!-- IF topicrow.S_SELECT_TOPIC -->
|
||||
<td nowrap="nowrap">[ <a href="{topicrow.U_SELECT_TOPIC}">{L_SELECT}</a> ] </td>
|
||||
<!-- ENDIF -->
|
||||
<!-- 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.ATTACH_ICON_IMG}<a 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="postdetails">{topicrow.REPLIES}</span></td>
|
||||
<td class="row1" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{topicrow.LAST_POST_TIME}</span></td>
|
||||
<td class="row2" align="center" valign="middle"><input type="checkbox" name="topic_id_list[]" value="{topicrow.TOPIC_ID}" {topicrow.S_TOPIC_CHECKED}/></td>
|
||||
</tr>
|
||||
<!-- BEGINELSE -->
|
||||
<tr>
|
||||
<td class="row1" colspan="8" height="30" align="center" valign="middle"><span class="gen">{L_NO_TOPICS}</span></td>
|
||||
</tr>
|
||||
<!-- END topicrow -->
|
||||
<tr>
|
||||
<td colspan="6" class="cat" height="28" align="center"><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}" /></span></td>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
|
||||
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
|
||||
<tr>
|
||||
<td class="nav" align="left" valign="middle">{PAGE_NUMBER}</td>
|
||||
<td align="right" valign="top" nowrap="nowrap"><b class="gensmall"><a href="javascript:marklist('mcp', true);">{L_MARK_ALL}</a> :: <a href="javascript:marklist('mcp', false);">{L_UNMARK_ALL}</a></b><br /><span class="nav">{PAGINATION}</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
</table></form>
|
||||
|
||||
<!-- INCLUDE mcp_footer.html -->
|
|
@ -1,13 +1,14 @@
|
|||
<!-- $Id$ -->
|
||||
<!-- INCLUDE mcp_header.html -->
|
||||
|
||||
<!-- $Id$ -->
|
||||
|
||||
<!-- IF S_SHOW_UNAPPROVED -->
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0" align="right">
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<td class="cat" colspan="5" height="28"><span class="cattitle">{L_LATEST_UNAPPROVED}</span></td>
|
||||
<td class="cat" colspan="5"><span class="cattitle">{L_LATEST_UNAPPROVED}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th height="28"> {L_FORUM} </th>
|
||||
<th> {L_FORUM} </th>
|
||||
<th> {L_TOPIC} </th>
|
||||
<th> {L_SUBJECT} </th>
|
||||
<th> {L_AUTHOR} </th>
|
||||
|
@ -33,13 +34,13 @@
|
|||
<!-- ENDIF -->
|
||||
</table>
|
||||
|
||||
<br clear="all" /><br clear="all" />
|
||||
<br clear="all" /><br />
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_SHOW_REPORTS -->
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0" align="right">
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<td class="cat" colspan="5" height="28"><span class="cattitle">{L_LATEST_REPORTED}</span></td>
|
||||
<td class="cat" colspan="5"><span class="cattitle">{L_LATEST_REPORTED}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th height="28"> {L_FORUM} </th>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!-- $Id$ -->
|
||||
<!-- INCLUDE overall_header.html -->
|
||||
|
||||
<!-- $Id$ -->
|
||||
|
||||
<script language="javascript" type="text/javascript" defer="defer">
|
||||
<!--
|
||||
function marklist(form_name, status)
|
||||
|
@ -13,69 +14,61 @@ function marklist(form_name, status)
|
|||
//-->
|
||||
</script>
|
||||
|
||||
<table width="95%" cellspacing="0" cellpadding="2" border="0" align="center">
|
||||
<tr valign="top">
|
||||
<td colspan="2"><table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
|
||||
<!-- IF TOPIC_TITLE -->
|
||||
<tr>
|
||||
<td class="titles" colspan="2" align="left" valign="bottom"><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></td>
|
||||
</tr>
|
||||
<!-- ELSEIF FORUM_NAME -->
|
||||
<tr>
|
||||
<td class="titles" colspan="2" align="left" valign="bottom"><a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF PAGINATION -->
|
||||
<tr>
|
||||
<td valign="bottom" class="gensmall">{MODERATORS}</td>
|
||||
<td align="right" valign="bottom" nowrap="nowrap"><b class="gensmall">{PAGINATION}</b></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<tr>
|
||||
<td class="nav" colspan="2" align="left" valign="middle"><!-- IF S_FORUM_NAV --><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> -> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --><!-- ENDIF --></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="20%"><form method="post" name="jumpbox" action="{S_JUMPBOX_ACTION}"{S_FORM_ENCTYPE}><table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0" align="left">
|
||||
<tr>
|
||||
<th height="28">{L_JUMPBOX}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><!-- INCLUDE mcp_jumpbox.html --></td>
|
||||
</tr>
|
||||
</table></form>
|
||||
<!-- IF TOPIC_TITLE or FORUM_NAME -->
|
||||
<div id="pageheader">
|
||||
<h2><!-- IF TOPIC_TITLE --><a class="titles" href="{U_VIEWTOPIC}">{TOPIC_TITLE}</a><!-- ELSE --><a class="titles" href="{U_VIEW_FORUM}" title="{FORUM_DESC}">{FORUM_NAME}</a><!-- ENDIF --></h2>
|
||||
|
||||
<br clear="all" /><br clear="all" />
|
||||
<!-- 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>
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0" align="left">
|
||||
<br clear="all" />
|
||||
<!-- ENDIF -->
|
||||
|
||||
<div id="pagecontent">
|
||||
|
||||
|
||||
<!-- {PAGINATION} -->
|
||||
|
||||
<table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<th height="28">{L_OPTIONS}</th>
|
||||
<td width="20%" valign="top">
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th>{L_OPTIONS}</th>
|
||||
</tr>
|
||||
<!-- BEGIN mcp_section -->
|
||||
<tr>
|
||||
<!-- IF mcp_section.S_SELECTED -->
|
||||
<td class="row1" height="28"><b class="nav">{mcp_section.L_TITLE}</b>
|
||||
<table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<td class="row1"><b class="nav">{mcp_section.L_TITLE}</b>
|
||||
|
||||
<ul class="nav" style="margin: 0px; padding: 0px; list-style-type: none; line-height: 175%;">
|
||||
<!-- BEGIN mcp_subsection -->
|
||||
<tr>
|
||||
<td class="nav">»</td>
|
||||
<td class="nav" height="20"><!-- IF mcp_section.mcp_subsection.S_SELECTED --><b>{mcp_section.mcp_subsection.L_TITLE}</b><!-- ELSE --><a href="{mcp_section.mcp_subsection.U_TITLE}">{mcp_section.mcp_subsection.L_TITLE}</a><!-- ENDIF --></td>
|
||||
</tr>
|
||||
<li>» <!-- IF ucp_section.ucp_subsection.S_SELECTED --><b>{mcp_section.mcp_subsection.L_TITLE}</b><!-- ELSE --><a href="{mcp_section.mcp_subsection.U_TITLE}">{mcp_section.mcp_subsection.L_TITLE}</a><!-- ENDIF --></li>
|
||||
<!-- END mcp_subsection -->
|
||||
</table>
|
||||
</ul>
|
||||
|
||||
<!-- ELSE -->
|
||||
<td class="row2" height="25" nowrap="nowrap" onmouseover="this.className='row1'" onmouseout="this.className='row2'" onclick="location.href='{mcp_section.U_TITLE}'" style="cursor: pointer"><a class="nav" href="{mcp_section.U_TITLE}">{mcp_section.L_TITLE}</a>
|
||||
<td class="row2" nowrap="nowrap" onmouseover="this.className='row1'" onmouseout="this.className='row2'" onclick="location.href='{mcp_section.U_TITLE}'"><a class="nav" href="{mcp_section.U_TITLE}">{mcp_section.L_TITLE}</a>
|
||||
<!-- ENDIF -->
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END mcp_section -->
|
||||
</table></td>
|
||||
<td width="80%">
|
||||
</table>
|
||||
|
||||
</td>
|
||||
<td><img src="images/spacer.gif" width="4" alt="" /></td>
|
||||
<td width="80%" valign="top">
|
||||
|
||||
<!-- IF MESSAGE -->
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th height="28"><b>{L_MESSAGE}</b></th>
|
||||
<th>{L_MESSAGE}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" align="center"><br /><span class="gen">{MESSAGE}<br /><br /><!-- BEGIN return_links -->{return_links.MESSAGE_LINK}<br /><br /><!-- END return_links --></span></td>
|
||||
|
@ -84,13 +77,14 @@ function marklist(form_name, status)
|
|||
|
||||
<br />
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF CONFIRM_MESSAGE -->
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0" align="center"><form method="post" name="jumpbox" action="{S_CONFIRM_ACTION}"{S_FORM_ENCTYPE}>
|
||||
<table class="tablebg" width="100%" cellspacing="1"><form name="confirm" method="post" action="{S_CONFIRM_ACTION}"{S_FORM_ENCTYPE}>
|
||||
<tr>
|
||||
<th height="28"><b>{L_PLEASE_CONFIRM}</b></th>
|
||||
<th><b>{L_PLEASE_CONFIRM}</b></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" align="center"><span class="gen"><br />{CONFIRM_MESSAGE}<br /><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{L_YES}" class="btnmain" /> <input type="submit" name="cancel" value="{L_NO}" class="btnlite" /><br /><br /></span></td>
|
||||
<td class="row1" align="center"><span class="gen"><br />{CONFIRM_MESSAGE}<br /><br />{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="confirm" value="{L_YES}" /> <input class="btnlite" type="submit" name="cancel" value="{L_NO}" /><br /><br /></span></td>
|
||||
</tr>
|
||||
</form></table>
|
||||
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
<!-- $Id$ --><span class="gensmall">{L_JUMP_TO}:</span> <select name="f" onChange="if(this.options[this.selectedIndex].value != -1 && this.options[this.selectedIndex].value != document.jumpbox.current_f.value){ forms['jumpbox'].submit() }">
|
||||
<!-- $Id$ -->
|
||||
|
||||
<form name="jumpbox" method="post" action="{S_JUMPBOX_ACTION}">
|
||||
<span class="gensmall">{L_JUMP_TO}:</span> <select name="f" onChange="if(this.options[this.selectedIndex].value != -1 && this.options[this.selectedIndex].value != document.jumpbox.current_f.value){ forms['jumpbox'].submit() }">
|
||||
<!-- IF S_ENABLE_SELECT_ALL -->
|
||||
<option value="0">{L_ALL_FORUMS}</option>
|
||||
<!-- ELSE -->
|
||||
|
@ -8,3 +11,4 @@
|
|||
<!-- BEGINELSE -->
|
||||
<!-- END options -->
|
||||
</select> <input type="hidden" name="current_f" value="{S_CURRENT_FORUM}" /><input name="jumpbox" class="btnlite" type="submit" value="{L_GO}" onClick="if(document.jumpbox.f.value == -1){return false;}" />
|
||||
</form>
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
<!-- INCLUDE mcp_header.html -->
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0">
|
||||
<form name="mcp" method="post" action="{S_MCP_ACTION}">
|
||||
<!-- IF S_CAN_SPLIT -->
|
||||
<form name="mcp" method="post" action="{S_MCP_ACTION}"><table class="tablebg" width="100%" cellspacing="1">
|
||||
<!-- IF S_CAN_SPLIT -->
|
||||
<tr>
|
||||
<th colspan="3" height="28" nowrap="nowrap">{L_SPLIT_TOPIC}</th>
|
||||
<th colspan="3" nowrap="nowrap">{L_SPLIT_TOPIC}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2" colspan="3" align="center"><span class="gensmall">{L_SPLIT_TOPIC_EXPLAIN}</span></td>
|
||||
|
@ -30,7 +29,7 @@
|
|||
<!-- ENDIF -->
|
||||
<!-- IF S_CAN_MERGE -->
|
||||
<tr>
|
||||
<th colspan="3" height="28" nowrap="nowrap">{L_MERGE_TOPIC}</th>
|
||||
<th colspan="3" nowrap="nowrap">{L_MERGE_TOPIC}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2" colspan="3" align="center"><span class="gensmall">{L_MERGE_TOPIC_EXPLAIN}</span></td>
|
||||
|
@ -46,7 +45,7 @@
|
|||
<!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
<tr>
|
||||
<th colspan="3" height="28" nowrap="nowrap">{L_DISPLAY_OPTIONS}</th>
|
||||
<th colspan="3" nowrap="nowrap">{L_DISPLAY_OPTIONS}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" nowrap="nowrap"><span class="gen">{L_POSTS_PER_PAGE}</span><br /><span class="gensmall">{L_POSTS_PER_PAGE_EXPLAIN}</span</td>
|
||||
|
|
|
@ -1,103 +1,28 @@
|
|||
<!-- $Id$ -->
|
||||
<!-- INCLUDE overall_header.html -->
|
||||
|
||||
<!-- $Id$ -->
|
||||
|
||||
<div id="pagecontent">
|
||||
|
||||
<!-- You should retain this javascript in your own template! -->
|
||||
<!-- IF S_SEARCH_USER -->
|
||||
<script language="javascript" type="text/javascript">
|
||||
<!--
|
||||
function insert_user(user)
|
||||
{
|
||||
opener.document.forms['{S_FORM_NAME}'].{S_FIELD_NAME}.value = ( opener.document.forms['{S_FORM_NAME}'].{S_FIELD_NAME}.value.length && opener.document.forms['{S_FORM_NAME}'].{S_FIELD_NAME}.type == "textarea" ) ? opener.document.forms['{S_FORM_NAME}'].{S_FIELD_NAME}.value + "\n" + user : user;
|
||||
}
|
||||
|
||||
function insert_marked(users)
|
||||
{
|
||||
for(i = 0; i < users.length; i++)
|
||||
{
|
||||
if ( users[i].checked )
|
||||
{
|
||||
insert_user(users[i].value);
|
||||
}
|
||||
}
|
||||
}
|
||||
<!-- IF S_SEARCH_USER --><!-- INCLUDE memberlist_search.html --><!-- ENDIF -->
|
||||
|
||||
function marklist(status)
|
||||
{
|
||||
for (i = 0; i < document.results.length; i++)
|
||||
{
|
||||
document.results.elements[i].checked = status;
|
||||
}
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<!-- IF S_SEARCH_USER -->
|
||||
<form method="post" name="results" action="{S_MODE_ACTION}" onsubmit="insert_marked(this.user);return false">
|
||||
<!-- ELSEIF U_FIND_MEMBER-->
|
||||
<form method="post" action="{S_MODE_ACTION}">
|
||||
|
||||
<form method="post" action="{S_MODE_ACTION}" name="search"><table class="tablebg" width="95%" cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<table width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th colspan="2" height="28">{L_FIND_USERNAME}</th>
|
||||
<td class="gensmall" align="right"><a href="{U_FIND_MEMBER}">{L_FIND_USERNAME}</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row3" colspan="2"><span class="gensmall">{L_FIND_USERNAME_EXPLAIN}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_USERNAME}:</b></td>
|
||||
<td class="row2"><input class="post" type="text" name="username" value="{USERNAME}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_EMAIL}:</b></td>
|
||||
<td class="row2"><input class="post" type="text" name="email" value="{EMAIL}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_ICQ}:</b></td>
|
||||
<td class="row2"><input class="post" type="text" name="icq" value="{ICQ}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_AIM}:</b></td>
|
||||
<td class="row2"><input class="post" type="text" name="aim" value="{AIM}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_YIM}:</b></td>
|
||||
<td class="row2"><input class="post" type="text" name="yahoo" value="{YAHOO}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_MSNM}:</b></td>
|
||||
<td class="row2"><input class="post" type="text" name="msn" value="{MSNM}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_JOINED}:</b></td>
|
||||
<td class="row2"><select name="joined_select">{S_JOINED_TIME_OPTIONS}</select> <input class="post" type="text" name="joined" value="{JOINED}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_LAST_ACTIVE}:</b></td>
|
||||
<td class="row2"><select name="active_select">{S_ACTIVE_TIME_OPTIONS}</select> <input class="post" type="text" name="active" value="{ACTIVE}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_POSTS}:</b></td>
|
||||
<td class="row2"><select name="count_select">{S_COUNT_OPTIONS}</select> <input class="post" type="text" name="count" value="{COUNT}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_POST_IP}:</b></td>
|
||||
<td class="row2"><input class="post" type="text" name="ip" value="{IP}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_SORT_BY}:</b></td>
|
||||
<td class="row2" valign="middle" nowrap="nowrap"><select name="sk">{S_SORT_OPTIONS}</select> <select name="sd">{S_ORDER_SELECT}</select> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center"><input class="btnlite" type="submit" name="submit" value="{L_SEARCH}" /> <input class="btnlite" type="reset" value="{L_RESET}" /></td>
|
||||
</tr>
|
||||
</table></form>
|
||||
<!-- ENDIF -->
|
||||
</table>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_SEARCH_USER --><form method="post" name="results" action="{S_MODE_ACTION}" onsubmit="insert_marked(this.user);return false"><!-- ELSE --><form method="post" action="{S_MODE_ACTION}"><!-- ENDIF --><table width="95%" cellspacing="2" cellpadding="2" border="0" align="center">
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<td class="nav" align="left"><a href="{U_INDEX}">{L_INDEX}</a></td>
|
||||
<!-- IF U_FIND_MEMBER neq '' --><td class="gensmall" align="right"><a href="{U_FIND_MEMBER}">{L_FIND_USERNAME}</a></td><!-- ENDIF -->
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table class="tablebg" width="95%" cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<th height="28" nowrap="nowrap">#</th>
|
||||
<th nowrap="nowrap">#</th>
|
||||
<th nowrap="nowrap" width="25%"><a class="th" href="{U_SORT_USERNAME}">{L_USERNAME}</a></th>
|
||||
<th nowrap="nowrap" width="15%"><a class="th" href="{U_SORT_JOINED}">{L_JOINED}</a></th>
|
||||
<th nowrap="nowrap" width="10%"><a class="th" href="{U_SORT_POSTS}">{L_POSTS}</a></th>
|
||||
|
@ -117,44 +42,52 @@ function marklist(status)
|
|||
|
||||
<td class="gen" align="center"> {memberrow.ROW_NUMBER} </td>
|
||||
<td class="gen" align="center"><a href="{memberrow.U_VIEWPROFILE}"><!-- IF memberrow.USER_COLOR --><b style="color:{memberrow.USER_COLOR}"><!-- ELSE --><b><!-- ENDIF -->{memberrow.USERNAME}</b></a></td>
|
||||
<td class="gensmall" align="center" valign="middle" nowrap="nowrap"> {memberrow.JOINED} </td>
|
||||
<td class="gen" align="center" valign="middle">{memberrow.POSTS}</td>
|
||||
<td class="gen" align="center" valign="middle">{memberrow.RANK_IMG}</td>
|
||||
<td class="gensmall" align="center" nowrap="nowrap"> {memberrow.JOINED} </td>
|
||||
<td class="gen" align="center">{memberrow.POSTS}</td>
|
||||
<td class="gen" align="center">{memberrow.RANK_IMG}</td>
|
||||
<td class="gen" align="center"> <!-- IF memberrow.U_PM --><a href="{memberrow.U_PM}">{PM_IMG}</a><!-- ENDIF --> </td>
|
||||
<td class="gen" align="center" valign="middle"> <!-- IF memberrow.U_EMAIL --><a href="{memberrow.U_EMAIL}">{EMAIL_IMG}</a><!-- ENDIF --> </td>
|
||||
<td class="gen" align="center"> <!-- IF memberrow.U_WWW --><a href="{memberrow.U_WWW}" target="_userwww">{WWW_IMG}</a><!-- ENDIF --> </td>
|
||||
<!-- IF S_SEARCH_USER --><td align="center" valign="middle"><input type="checkbox" name="user" value="{memberrow.USERNAME}" /></td><!-- ENDIF -->
|
||||
<td class="gen" align="center"> <!-- IF memberrow.U_EMAIL --><a href="{memberrow.U_EMAIL}">{EMAIL_IMG}</a><!-- ENDIF --> </td>
|
||||
<td class="gen" align="center"> <!-- IF memberrow.U_WWW --><a href="{memberrow.U_WWW}" target="_blank">{WWW_IMG}</a><!-- ENDIF --> </td>
|
||||
<!-- IF S_SEARCH_USER --><td align="center"><input type="checkbox" name="user" value="{memberrow.USERNAME}" /></td><!-- ENDIF -->
|
||||
|
||||
</tr>
|
||||
|
||||
<!-- BEGINELSE -->
|
||||
|
||||
<tr>
|
||||
<td class="row1" colspan="<!-- IF S_SEARCH_USER -->9<!-- ELSE -->8<!-- ENDIF -->" height="30" align="center" valign="middle"><span class="gen">{L_NO_MEMBERS}</span></td>
|
||||
<td class="row1" colspan="<!-- IF S_SEARCH_USER -->9<!-- ELSE -->8<!-- ENDIF -->" height="28" align="center"><span class="gen">{L_NO_MEMBERS}</span></td>
|
||||
</tr>
|
||||
|
||||
<!-- END memberrow -->
|
||||
|
||||
<tr>
|
||||
<td class="cat" colspan="<!-- IF S_SEARCH_USER -->9<!-- ELSE -->8<!-- ENDIF -->" height="28"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td align="center"><!-- IF S_SEARCH_USER --><input class="btnlite" type="submit" value="{L_SELECT_MARKED}" /><!-- ELSE --><span class="gensmall">{L_SELECT_SORT_METHOD}:</span> <select name="sk">{S_MODE_SELECT}</select> <span class="gensmall">{L_ORDER}</span> <select name="sd">{S_ORDER_SELECT}</select> <input type="submit" name="submit" value="{L_SUBMIT}" class="btnlite" /><!-- ENDIF --></td>
|
||||
<td class="cat" colspan="<!-- IF S_SEARCH_USER -->9<!-- ELSE -->8<!-- ENDIF -->" align="center"><!-- IF S_SEARCH_USER --><input class="btnlite" type="submit" value="{L_SELECT_MARKED}" /><!-- ELSE --><span class="gensmall">{L_SELECT_SORT_METHOD}:</span> <select name="sk">{S_MODE_SELECT}</select> <span class="gensmall">{L_ORDER}</span> <select name="sd">{S_ORDER_SELECT}</select> <input type="submit" name="submit" value="{L_SUBMIT}" class="btnlite" /><!-- ENDIF --></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
</table></form>
|
||||
|
||||
<table width="95%" cellspacing="2" cellpadding="0" border="0" align="center">
|
||||
<tr>
|
||||
<td valign="top"><span class="nav">{PAGE_NUMBER}</span> <span class="gensmall">[ <b>{TOTAL_USERS}</b> ]</span></td>
|
||||
<td align="right"><span class="gensmall"><!-- IF S_SEARCH_USER --><b><a href="javascript:marklist(true);">{L_MARK_ALL}</a> :: <a href="javascript:marklist(false);">{L_UNMARK_ALL}</a></b><br /><br /><!-- ENDIF -->{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td>
|
||||
</tr>
|
||||
</table></form>
|
||||
</div>
|
||||
|
||||
<table width="95%" cellspacing="2" border="0" align="center">
|
||||
<table width="100%" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td valign="top" align="right"><!-- INCLUDE jumpbox.html --></td>
|
||||
<td class="pagination">{PAGE_NUMBER} [ {TOTAL_USERS} ]</td>
|
||||
<td align="right"><!-- IF S_SEARCH_USER --><b class="nav"><a href="javascript:marklist(true);">{L_MARK_ALL}</a> :: <a href="javascript:marklist(false);">{L_UNMARK_ALL}</a></b><br /><!-- ENDIF --><span class="pagination">{PAGINATION}</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
</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><!-- 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" />
|
||||
|
||||
<div style="float: right"><!-- INCLUDE jumpbox.html --></div>
|
||||
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
|
@ -1,9 +1,13 @@
|
|||
<!-- INCLUDE overall_header.html -->
|
||||
|
||||
<!-- $Id$ -->
|
||||
|
||||
<script language="JavaScript" type="text/javascript">
|
||||
<!--
|
||||
|
||||
function checkForm(formObj) {
|
||||
return;
|
||||
return;
|
||||
|
||||
formErrors = false;
|
||||
|
||||
if (formObj.message.value.length < 2) {
|
||||
|
@ -22,19 +26,15 @@ return;
|
|||
//-->
|
||||
</script>
|
||||
|
||||
<form action="{S_POST_ACTION}" method="post" name="post" onsubmit="return checkForm(this)"><table width="95%" cellspacing="2" cellpadding="2" border="0" align="center">
|
||||
<tr>
|
||||
<td align="left"><a class="nav" href="{U_INDEX}">{L_INDEX}</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div id="pagecontent">
|
||||
|
||||
<table class="tablebg" width="95%" cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<form action="{S_POST_ACTION}" method="post" name="post" onsubmit="return checkForm(this)"><table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th colspan="2" height="28"><b>{L_SEND_EMAIL}</b></th>
|
||||
<th colspan="2">{L_SEND_EMAIL}</th>
|
||||
</tr>
|
||||
<!-- IF ERROR_MESSAGE neq '' -->
|
||||
<!-- IF ERROR_MESSAGE -->
|
||||
<tr>
|
||||
<td class="row3" colspan="2" align="center"><span class="gen" style="color:red">{ERROR_MESSAGE}</span></td>
|
||||
<td class="row3" colspan="2" align="center"><span class="error">{ERROR_MESSAGE}</span></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_SEND_USER -->
|
||||
|
@ -76,18 +76,23 @@ return;
|
|||
<tr>
|
||||
<td class="cat" colspan="2" height="28" align="center"><input type="submit" tabindex="6" name="submit" class="btnmain" value="{L_SEND_EMAIL}" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</table></form>
|
||||
|
||||
<table width="95%" cellspacing="2" cellpadding="2" border="0" align="center">
|
||||
<tr>
|
||||
<td class="gensmall" align="right" valign="top">{S_TIMEZONE}</td>
|
||||
</tr>
|
||||
</table></form>
|
||||
</div>
|
||||
|
||||
<table width="95%" cellspacing="2" cellpadding="2" border="0" border="0" align="center">
|
||||
<br clear="all" />
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
|
||||
<tr>
|
||||
<td align="right">{JUMPBOX}</td>
|
||||
<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>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<div style="float: right;"><!-- INCLUDE jumpbox.html --></div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
|
@ -1,23 +1,21 @@
|
|||
<!-- INCLUDE overall_header.html -->
|
||||
|
||||
<form method="post" action="{S_PROFILE_ACTION}"><table width="95%" cellspacing="2" cellpadding="2" border="0" align="center">
|
||||
<tr>
|
||||
<td align="left"><a class="nav" href="{U_INDEX}" class="nav">{L_INDEX}</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table class="tablebg" width="95%" cellspacing="1" cellpadding="2" border="0" align="center">
|
||||
<div id="pagecontent">
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th colspan="2" height="28" nowrap="nowrap">{L_VIEWING_PROFILE}</th>
|
||||
<th colspan="2" nowrap="nowrap">{L_VIEWING_PROFILE}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" width="40%" height="28" align="center"><b class="gen">{L_USER_PRESENCE}</b></td>
|
||||
<td class="cat" width="60%" align="center"><b class="gen">{L_USER_FORUM}</b></td>
|
||||
<td class="cat" width="40%" align="center"><h4>{L_USER_PRESENCE}</h4></td>
|
||||
<td class="cat" width="60%" align="center"><h4>{L_USER_FORUM}</h4></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" align="center" valign="top"><table cellspacing="1" cellpadding="2" border="0">
|
||||
<td class="row1" align="center"><table cellspacing="1" cellpadding="2" border="0">
|
||||
<tr>
|
||||
<td class="gen" align="center"><!-- IF USER_COLOR neq '' --><b style="color: #{USER_COLOR}"><!-- ELSE --><b><!-- ENDIF -->{USERNAME}</b></td>
|
||||
<td class="gen" align="center"><!-- IF USER_COLOR --><b style="color: #{USER_COLOR}"><!-- ELSE --><b><!-- ENDIF -->{USERNAME}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">{KARMA_IMG}</td>
|
||||
|
@ -46,110 +44,110 @@
|
|||
</tr>
|
||||
<!-- ENDIF -->
|
||||
</table></td>
|
||||
<td class="row1" valign="top"><table width="100%" cellspacing="1" cellpadding="2" border="0">
|
||||
<td class="row1"><table width="100%" cellspacing="1" cellpadding="2" border="0">
|
||||
<tr>
|
||||
<td class="gen" align="right" valign="middle" nowrap="nowrap">{L_JOINED}: </td>
|
||||
<td class="gen" align="right" nowrap="nowrap">{L_JOINED}: </td>
|
||||
<td width="100%"><b class="gen">{JOINED}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gen" align="right" valign="middle" nowrap="nowrap">{L_VISITED}: </td>
|
||||
<td class="gen" align="right" nowrap="nowrap">{L_VISITED}: </td>
|
||||
<td width="100%"><b class="gen">{VISITED}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gen" valign="top" align="right" nowrap="nowrap">{L_TOTAL_POSTS}: </td>
|
||||
<td valign="top"><!-- IF POSTS_PCT neq 0 --><b class="gen">{POSTS}</b><br /><span class="genmed">[{POSTS_PCT} / {POSTS_DAY}]<br /><a href="{U_SEARCH_USER}">{L_SEARCH_USER_POSTS}</a></span><!-- ELSE --><b class="gen">{POSTS}<b><!-- ENDIF --></td>
|
||||
<td class="gen" align="right" nowrap="nowrap">{L_TOTAL_POSTS}: </td>
|
||||
<td><!-- IF POSTS_PCT neq 0 --><b class="gen">{POSTS}</b><br /><span class="genmed">[{POSTS_PCT} / {POSTS_DAY}]<br /><a href="{U_SEARCH_USER}">{L_SEARCH_USER_POSTS}</a></span><!-- ELSE --><b class="gen">{POSTS}<b><!-- ENDIF --></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gen" valign="top" align="right" nowrap="nowrap">{L_ACTIVE_IN_FORUM}: </td>
|
||||
<td class="gen" align="right" nowrap="nowrap">{L_ACTIVE_IN_FORUM}: </td>
|
||||
<td><!-- IF ACTIVE_FORUM_PCT neq 0 --><b><a class="gen" href="{U_ACTIVE_FORUM}">{ACTIVE_FORUM}</a></b><br /><span class="genmed">[ {ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT} ]</span><!-- ELSE --><span class="gen">-</span><!-- ENDIF --></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gen" valign="top" align="right" nowrap="nowrap">{L_ACTIVE_IN_TOPIC}: </td>
|
||||
<td class="gen" align="right" nowrap="nowrap">{L_ACTIVE_IN_TOPIC}: </td>
|
||||
<td><!-- IF ACTIVE_TOPIC_PCT neq 0 --><b><a class="gen" href="{U_ACTIVE_TOPIC}">{ACTIVE_TOPIC}</a></b><br /><span class="gensmall">[ {ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT} ]</span><!-- ELSE --><span class="gen">-</span><!-- ENDIF --></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" height="28" align="center"><b class="gen">{L_CONTACT_USER}</b></td>
|
||||
<td class="cat" height="28" align="center"><b class="gen">{L_ABOUT_USER}</b></td>
|
||||
<td class="cat" align="center"><h4>{L_CONTACT_USER}</h4></td>
|
||||
<td class="cat" align="center"><h4>{L_ABOUT_USER}</h4></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" valign="top"><table width="100%" cellspacing="1" cellpadding="2" border="0">
|
||||
<td class="row1"><table width="100%" cellspacing="1" cellpadding="2" border="0">
|
||||
<tr>
|
||||
<td class="gen" valign="middle" align="right" nowrap="nowrap">{L_EMAIL_ADDRESS}: </td>
|
||||
<td class="row1" valign="middle" width="100%"><!-- IF U_EMAIL --><a href="{U_EMAIL}">{EMAIL_IMG}</a><!-- ENDIF --></td>
|
||||
<td class="gen" align="right" nowrap="nowrap">{L_EMAIL_ADDRESS}: </td>
|
||||
<td class="row1" width="100%"><!-- IF U_EMAIL --><a href="{U_EMAIL}">{EMAIL_IMG}</a><!-- ENDIF --></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gen" valign="middle" nowrap="nowrap" align="right">{L_PM}: </td>
|
||||
<td valign="middle"><!-- IF U_PM --><a href="{U_PM}">{PM_IMG}</a><!-- ENDIF --></td>
|
||||
<td class="gen" nowrap="nowrap" align="right">{L_PM}: </td>
|
||||
<td><!-- IF U_PM --><a href="{U_PM}">{PM_IMG}</a><!-- ENDIF --></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gen" valign="middle" nowrap="nowrap" align="right">{L_MSNM}: </td>
|
||||
<td valign="middle"><!-- IF U_MSN --><a href="{U_MSN}" onclick="im_popup('{U_MSN}', 550, 320); return false">{MSN_IMG}</a><!-- ENDIF --></td>
|
||||
<td class="gen" nowrap="nowrap" align="right">{L_MSNM}: </td>
|
||||
<td><!-- IF U_MSN --><a href="{U_MSN}" onclick="im_popup('{U_MSN}', 550, 320); return false">{MSN_IMG}</a><!-- ENDIF --></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gen" valign="middle" nowrap="nowrap" align="right">{L_YIM}: </td>
|
||||
<td valign="middle"><!-- IF U_YIM --><a href="{U_YIM}" onclick="im_popup('{U_YIM}', 780, 550); return false">{YIM_IMG}</a><!-- ENDIF --></td>
|
||||
<td class="gen" nowrap="nowrap" align="right">{L_YIM}: </td>
|
||||
<td><!-- IF U_YIM --><a href="{U_YIM}" onclick="im_popup('{U_YIM}', 780, 550); return false">{YIM_IMG}</a><!-- ENDIF --></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gen" valign="middle" nowrap="nowrap" align="right">{L_AIM}: </td>
|
||||
<td valign="middle"><!-- IF U_AIM --><a href="{U_AIM}" onclick="im_popup('{U_AIM}', 550, 320); return false">{AIM_IMG}</a><!-- ENDIF --></td>
|
||||
<td class="gen" nowrap="nowrap" align="right">{L_AIM}: </td>
|
||||
<td><!-- IF U_AIM --><a href="{U_AIM}" onclick="im_popup('{U_AIM}', 550, 320); return false">{AIM_IMG}</a><!-- ENDIF --></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gen" valign="middle" nowrap="nowrap" align="right">{L_ICQ}: </td>
|
||||
<td valign="top"><!-- IF U_ICQ --><script language="JavaScript" type="text/javascript"><!--
|
||||
|
||||
if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 )
|
||||
document.write(' <a href="{U_ICQ}" onclick="im_popup(\'{U_ICQ}\', 550, 320); return false">{ICQ_IMG}</a>');
|
||||
else
|
||||
document.write('<div style="position:relative"><div style="position:absolute"><a href="{U_ICQ}" onclick="im_popup(\'{U_ICQ}\', 550, 320); return false">{ICQ_IMG}</a></div><div style="position:absolute;left:3px;top:-1px"><a href="{U_ICQ}" onclick="im_popup(\'{U_ICQ}\', 550, 320); return false">{ICQ_STATUS_IMG}</a></div></div>');
|
||||
|
||||
//--></script><noscript><a href="{U_ICQ}">{ICQ_IMG}</a></noscript><!-- ENDIF --></td>
|
||||
<td class="gen" nowrap="nowrap" align="right">{L_ICQ}: </td>
|
||||
<td><!-- IF U_ICQ --><a href="{U_ICQ}" onclick="im_popup('{U_ICQ}', 550, 320); return false">{ICQ_IMG}</a><!-- ENDIF --></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gen" valign="middle" nowrap="nowrap" align="right">{L_JABBER}: </td>
|
||||
<td valign="middle"><!-- IF U_JABBER --><a href="{U_JABBER}" onclick="im_popup('{U_JABBER}', 550, 320); return false">{JABBER_IMG}</a><!-- ENDIF --></td>
|
||||
<td class="gen" nowrap="nowrap" align="right">{L_JABBER}: </td>
|
||||
<td><!-- IF U_JABBER --><a href="{U_JABBER}" onclick="im_popup('{U_JABBER}', 550, 320); return false">{JABBER_IMG}</a><!-- ENDIF --></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
<td class="row1" valign="top"><table cellspacing="1" cellpadding="2" border="0">
|
||||
<td class="row1"><table cellspacing="1" cellpadding="2" border="0">
|
||||
<tr>
|
||||
<td class="gen" valign="middle" align="right" nowrap="nowrap">{L_USERGROUPS}: </td>
|
||||
<td class="gen" align="right" nowrap="nowrap">{L_USERGROUPS}: </td>
|
||||
<td><select name="g">{S_GROUP_OPTIONS}</select> <input class="btnlite" type="submit" name="submit" value="{L_GO}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gen" valign="middle" align="right" nowrap="nowrap">{L_LOCATION}: </td>
|
||||
<td><b class="gen">{LOCATION}</b></td>
|
||||
<td class="gen" align="right" nowrap="nowrap">{L_LOCATION}: </td>
|
||||
<td><b class="genmed">{LOCATION}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gen" valign="middle" align="right" nowrap="nowrap">{L_OCCUPATION}: </td>
|
||||
<td><b class="gen">{OCCUPATION}</b></td>
|
||||
<td class="gen" align="right" nowrap="nowrap">{L_OCCUPATION}: </td>
|
||||
<td><b class="genmed">{OCCUPATION}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gen" valign="top" align="right" nowrap="nowrap">{L_INTERESTS}: </td>
|
||||
<td><b class="gen">{INTERESTS}</b></td>
|
||||
<td class="gen" align="right" nowrap="nowrap">{L_INTERESTS}: </td>
|
||||
<td><b class="genmed">{INTERESTS}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gen" valign="middle" align="right" nowrap="nowrap">{L_WEBSITE}: </td>
|
||||
<td><!-- IF U_WWW --><a href="{U_WWW}" target="_userwww">{WWW_IMG}</a><!-- ENDIF --></td>
|
||||
<td class="genmed" align="right" nowrap="nowrap">{L_WEBSITE}: </td>
|
||||
<td><!-- IF U_WWW --><a class="genmed" href="{U_WWW}" target="_userwww">{U_WWW}</a><!-- ENDIF --></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" height="28" align="center"><b class="gen">{L_SIGNATURE}</b></td>
|
||||
<td class="cat" colspan="2" align="center"><h4>{L_SIGNATURE}</h4></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" colspan="2"><table cellspacing="0" cellpadding="10" border="0" align="center">
|
||||
<tr>
|
||||
<td class="postbody">{SIGNATURE}</td>
|
||||
<td class="row1" colspan="2"><div class="postbody" style="padding: 10px;">{SIGNATURE}</div></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></form>
|
||||
</table></form>
|
||||
|
||||
<table width="95%" cellspacing="0" cellpadding="0" border="0" align="center">
|
||||
</div>
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
|
||||
<tr>
|
||||
<td align="right"><!-- INCLUDE jumpbox.html --></td>
|
||||
<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>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<div style="float: right;"><!-- INCLUDE jumpbox.html --></div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
|
@ -1,30 +1,27 @@
|
|||
<!-- INCLUDE overall_header.html -->
|
||||
|
||||
<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>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th><b>{MESSAGE_TITLE}</b></th>
|
||||
<th>{MESSAGE_TITLE}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" align="center"><br /><span class="gen">{MESSAGE_TEXT}</span><br /><br /></td>
|
||||
<td class="row1" align="center"><br /><p class="gen">{MESSAGE_TEXT}</p><br /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
<br clear="all" />
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
|
||||
<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>
|
||||
<td class="row1">
|
||||
<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a></p>
|
||||
<p class="datetime">{S_TIMEZONE}</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
<div style="float: right;"><!-- INCLUDE jumpbox.html --></div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
|
@ -43,29 +43,32 @@ function checkForm()
|
|||
</script>
|
||||
<script language="javascript" type="text/javascript" src="styles/subSilver/template/editor.js"></script>
|
||||
|
||||
<form action="{S_POST_ACTION}" method="post" name="post" onsubmit="return checkForm(this)"{S_FORM_ENCTYPE}>
|
||||
|
||||
<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 RULES_LINK -->
|
||||
<tr>
|
||||
<td class="row2"><span class="nav"><a href="">Forum Rules</a></span></td>
|
||||
</tr>
|
||||
<!-- ELSEIF RULES_TEXT -->
|
||||
<tr>
|
||||
</tr>
|
||||
<!-- 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 -->
|
||||
</table>
|
||||
</p>
|
||||
|
||||
<br clear="all" />
|
||||
<br clear="all" />
|
||||
<!-- ENDIF -->
|
||||
|
||||
<div><!-- IF TOPIC_TITLE --><a class="titles" href="{U_VIEWTOPIC}">{TOPIC_TITLE}</a><!-- ELSE --><a class="titles" href="{U_VIEW_FORUM}" title="{FORUM_DESC}">{FORUM_NAME}</a><!-- ENDIF --></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>
|
||||
<div id="pageheader">
|
||||
<h2><!-- IF TOPIC_TITLE --><a class="titles" href="{U_VIEWTOPIC}">{TOPIC_TITLE}</a><!-- ELSE --><a class="titles" href="{U_VIEW_FORUM}" title="{FORUM_DESC}">{FORUM_NAME}</a><!-- ENDIF --></h2>
|
||||
|
||||
<br clear="all" /><br />
|
||||
<!-- 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 />
|
||||
|
||||
<form action="{S_POST_ACTION}" method="post" name="post" onsubmit="return checkForm(this)"{S_FORM_ENCTYPE}>
|
||||
|
||||
<!-- IF S_DRAFT_LOADED -->
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
|
|
|
@ -1,14 +1,10 @@
|
|||
<!-- INCLUDE overall_header.html -->
|
||||
|
||||
<form action="{S_REPORT_ACTION}" name="main" method="post"><table width="95%" cellspacing="2" cellpadding="2" border="0" align="center">
|
||||
<tr>
|
||||
<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>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table width="95%" class="tablebg" cellspacing="1" cellpadding="4" border="0">
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th colspan="2" height="28">{L_REPORT_POST}</th>
|
||||
<th colspan="2">{L_REPORT_POST}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row3" colspan="2"><span class="gensmall">{L_REPORT_POST_EXPLAIN}</span></td>
|
||||
|
@ -28,20 +24,21 @@
|
|||
<td class="row2"><textarea class="post" style="width:500px" name="report_text" rows="25" cols="40" class="post">{REPORT_TEXT}</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center" height="28"><input type="submit" name="submit" class="btnmain" value="{L_SUBMIT}" /> <input type="submit" name="cancel" class="btnlite" value="{L_CANCEL}"></td>
|
||||
<td class="cat" colspan="2" align="center"><input type="submit" name="submit" class="btnmain" value="{L_SUBMIT}" /> <input type="submit" name="cancel" class="btnlite" value="{L_CANCEL}"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
<table width="95%" cellspacing="2" cellpadding="2" border="0" align="center">
|
||||
<tr>
|
||||
<td class="gensmall" align="right" valign="top">{S_TIMEZONE}</td>
|
||||
</tr>
|
||||
</table></form>
|
||||
<br clear="all" />
|
||||
|
||||
<table width="95%" cellspacing="2" border="0" align="center">
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
|
||||
<tr>
|
||||
<td valign="top" align="right">{JUMPBOX}</td>
|
||||
<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>
|
||||
</table>
|
||||
|
||||
<div style="float: right;"><!-- INCLUDE jumpbox.html --></div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
|
@ -1,16 +1,10 @@
|
|||
<!-- INCLUDE overall_header.html -->
|
||||
|
||||
<!-- $Id$ -->
|
||||
<!-- $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>
|
||||
<div id="pagecontent">
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<form method="post" action="{S_SEARCH_ACTION}"><table class="tablebg" width="100%" cellspacing="1">
|
||||
<form method="post" action="{S_SEARCH_ACTION}"><table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th colspan="4">{L_SEARCH_QUERY}</th>
|
||||
</tr>
|
||||
|
@ -50,11 +44,11 @@
|
|||
<tr>
|
||||
<td class="cat" colspan="4" align="center">{S_HIDDEN_FIELDS}<input class="btnlite" type="submit" value="{L_SEARCH}" /> <input class="btnlite" type="reset" value="{L_RESET}" /></td>
|
||||
</tr>
|
||||
</table></form>
|
||||
</table></form>
|
||||
|
||||
<br clear="all" />
|
||||
<br clear="all" />
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th colspan="2">{L_RECENT_SEARCHES}</th>
|
||||
</tr>
|
||||
|
@ -72,22 +66,23 @@
|
|||
<td class="row1" colspan="2" align="center"><span class="genmed">{L_NO_RECENT_SEARCHES}</span></td>
|
||||
</tr>
|
||||
<!-- END recentsearch -->
|
||||
</table>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
<br clear="all" />
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
</div>
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
|
||||
<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>
|
||||
<td class="row1">
|
||||
<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a></p>
|
||||
<p class="datetime">{S_TIMEZONE}</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
<br clear="all" />
|
||||
|
||||
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
|
||||
<tr>
|
||||
<td align="right"><!-- INCLUDE jumpbox.html --></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div align="right"><!-- INCLUDE jumpbox.html --></div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
|
@ -2,16 +2,9 @@
|
|||
|
||||
<!-- $Id$ -->
|
||||
|
||||
|
||||
<form method="post" action="{S_SEARCH_ACTION}">
|
||||
|
||||
<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 width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<td colspan="2"><span class="titles">{SEARCH_MATCHES}</span><br /></td>
|
||||
|
@ -34,7 +27,7 @@
|
|||
<!-- IF searchresults.S_IGNORE_POST -->
|
||||
<td class="gensmall" colspan="2" height="25" align="center">{searchresults.L_IGNORE_POST}</td>
|
||||
<!-- ELSE -->
|
||||
<td class="topictitle" colspan="2" height="25"><a name="{searchresults.POST_ID}"></a> {L_FORUM}: <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a><span> {L_TOPIC}: <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a></td>
|
||||
<td colspan="2" height="25"><p class="topictitle"><a name="{searchresults.POST_ID}"></a> {L_FORUM}: <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a> {L_TOPIC}: <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a></p></td>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td width="150" align="center" valign="middle"><b class="postauthor">{searchresults.POSTER_NAME}</b></td>
|
||||
|
@ -64,13 +57,16 @@
|
|||
|
||||
<div class="nav" style="float:left">{PAGE_NUMBER} [ {TOTAL_TOPICS} ]</div><div class="nav" style="float:right">{PAGINATION}</div>
|
||||
|
||||
<br clear="all" /><br />
|
||||
<br clear="all" /><br />
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
|
||||
<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>
|
||||
<td class="row1">
|
||||
<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a></p>
|
||||
<p class="datetime">{S_TIMEZONE}</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
|
|
|
@ -2,15 +2,6 @@
|
|||
|
||||
<!-- $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 width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td width="20%" valign="top">
|
||||
|
|
|
@ -67,9 +67,9 @@
|
|||
<!-- 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_AUTHOR} </th>
|
||||
<th> {L_REPLIES} </th>
|
||||
<th> {L_VIEWS} </th>
|
||||
<th> {L_LAST_POST} </th>
|
||||
</tr>
|
||||
|
||||
|
@ -86,25 +86,22 @@
|
|||
<!-- ENDIF -->
|
||||
|
||||
<tr>
|
||||
<td class="row1" width="40" align="center">{topicrow.TOPIC_FOLDER_IMG}</td>
|
||||
<td class="row1" width="25" align="center">{topicrow.TOPIC_FOLDER_IMG}</td>
|
||||
<!-- IF S_TOPIC_ICONS -->
|
||||
<td class="row1" align="center">{topicrow.TOPIC_ICON_IMG}</td>
|
||||
<td class="row1" width="25" 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>
|
||||
<td class="row1">
|
||||
<!-- IF topicrow.S_TOPIC_UNAPPROVED -->
|
||||
<a href="{topicrow.U_MCP_QUEUE}">{UNAPPROVED_IMG}</a>
|
||||
<!-- 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">
|
||||
<!-- IF topicrow.S_TOPIC_REPORTED -->
|
||||
<a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a>
|
||||
<!-- ENDIF -->
|
||||
<p class="topictitle">{topicrow.NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} <a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></p><p class="gensmall">{topicrow.GOTO_PAGE}</p></td>
|
||||
<td class="row2" width="100" align="center"><p class="topicauthor">{topicrow.TOPIC_AUTHOR}</p></td>
|
||||
<td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td>
|
||||
<td class="row2" width="50" align="center"><p class="topicdetails">{topicrow.VIEWS}</p></td>
|
||||
<td class="row1" width="120" align="center">
|
||||
<p class="topicdetails">{topicrow.LAST_POST_TIME}</p>
|
||||
<p class="topicdetails">
|
||||
<!-- IF forumrow.U_LAST_POSTER -->
|
||||
|
|
|
@ -1,40 +1,34 @@
|
|||
<!-- INCLUDE overall_header.html -->
|
||||
|
||||
<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>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th width="35%" height="28"><a class="th" href="{U_SORT_USERNAME}">{L_USERNAME}</a></th>
|
||||
<th width="35%"><a class="th" href="{U_SORT_USERNAME}">{L_USERNAME}</a></th>
|
||||
<th width="25%"><a class="th" href="{U_SORT_UPDATED}">{L_LAST_UPDATED}</a></th>
|
||||
<th width="40%"><a class="th" href="{U_SORT_LOCATION}">{L_FORUM_LOCATION}</a></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="3" height="28"><b class="cattitle">{TOTAL_REGISTERED_USERS_ONLINE}</b></td>
|
||||
<td class="cat" colspan="3"><h4>{TOTAL_REGISTERED_USERS_ONLINE}</h4></td>
|
||||
</tr>
|
||||
<!-- BEGIN reg_user_row -->
|
||||
<!-- IF reg_user_row.S_ROW_COUNT is even -->
|
||||
<tr class="row1">
|
||||
<tr>
|
||||
<!-- ELSE -->
|
||||
<tr class="row2">
|
||||
<!-- ENDIF -->
|
||||
<td class="gen" width="35%" height="28"> <!-- IF reg_user_row.U_USER_PROFILE --><a href="{reg_user_row.U_USER_PROFILE}" title="{reg_user_row.USER_IP}"><!-- ENDIF -->{reg_user_row.USERNAME}<!-- IF reg_user_row.U_USER_PROFILE --></a><!-- ENDIF --> </td>
|
||||
<td class="gen" width="25%" align="center" nowrap="nowrap"> {reg_user_row.LASTUPDATE} </td>
|
||||
<td class="gen" width="40%"> <a href="{reg_user_row.U_FORUM_LOCATION}">{reg_user_row.FORUM_LOCATION}</a> </td>
|
||||
<td class="row1" width="35%"> <span class="gen"><!-- IF reg_user_row.U_USER_PROFILE --><a href="{reg_user_row.U_USER_PROFILE}" title="{reg_user_row.USER_IP}"><!-- ENDIF -->{reg_user_row.USERNAME}<!-- IF reg_user_row.U_USER_PROFILE --></a><!-- ENDIF --> </span></td>
|
||||
<td class="row1" width="25%" align="center" nowrap="nowrap"><span class="gen"> {reg_user_row.LASTUPDATE} </span></td>
|
||||
<td class="row1" width="40%"> <a class="gen" href="{reg_user_row.U_FORUM_LOCATION}">{reg_user_row.FORUM_LOCATION}</a> </td>
|
||||
</tr>
|
||||
<!-- END reg_user_row -->
|
||||
<!-- IF LEGEND -->
|
||||
<tr>
|
||||
<td colspan="3" class="row1"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td>
|
||||
<td class="row1" colspan="3"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<tr>
|
||||
<td class="cat" colspan="3" height="28"><b class="cattitle">{TOTAL_GUEST_USERS_ONLINE}</b></td>
|
||||
<td class="cat" colspan="3"><h4>{TOTAL_GUEST_USERS_ONLINE}</h4></td>
|
||||
</tr>
|
||||
<!-- BEGIN guest_user_row -->
|
||||
<!-- IF guest_user_row.S_ROW_COUNT is even -->
|
||||
|
@ -47,20 +41,23 @@
|
|||
<td class="gen" width="40%"> <a href="{guest_user_row.U_FORUM_LOCATION}">{guest_user_row.FORUM_LOCATION}</a> </td>
|
||||
</tr>
|
||||
<!-- END guest_user_row -->
|
||||
</table>
|
||||
</table>
|
||||
|
||||
<div class="gensmall" align="right">{L_ONLINE_EXPLAIN}</div>
|
||||
<div class="gensmall" align="right">{L_ONLINE_EXPLAIN}</div>
|
||||
|
||||
<br clear="all" />
|
||||
<br clear="all" />
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
|
||||
<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>
|
||||
<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>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
<br clear="all" />
|
||||
|
||||
<div align="right"><!-- INCLUDE jumpbox.html --></div>
|
||||
<div align="right"><!-- INCLUDE jumpbox.html --></div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
Loading…
Add table
Reference in a new issue