mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-03 21:15:42 +02:00
A few changes ... note that this is not text book markup ... so don't complain! If you have suggestions on how to improve it feel free to comment in the relevant forum @ area51
git-svn-id: file:///svn/phpbb/trunk@4720 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
43b285d57c
commit
ddd39f2a48
@ -1,14 +1,16 @@
|
||||
<!-- INCLUDE overall_header.html -->
|
||||
|
||||
<table width="95%" cellspacing="2" cellpadding="2" border="0" align="center">
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<td align="left" class="nav"><a href="{U_INDEX}">{L_INDEX}</a></td>
|
||||
<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>
|
||||
|
||||
<table class="tablebg" width="95%" cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<br clear="all" />
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th height="28"><b>{MESSAGE_TITLE}</b></th>
|
||||
<th><b>{MESSAGE_TITLE}</b></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" align="center"><br /><span class="gen">{MESSAGE_TEXT}</span><br /><br /></td>
|
||||
@ -17,4 +19,12 @@
|
||||
|
||||
<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></div><div class="gensmall" style="float:right">{S_TIMEZONE}</div></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
@ -69,7 +69,6 @@ function jumpto()
|
||||
<div id="info"><table width="100%" cellspacing="0">
|
||||
<tr>
|
||||
<td><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ENDIF --></td>
|
||||
<td align="center"><!-- IF S_USER_LOGGED_IN --><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a> | <!-- ENDIF --><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></td>
|
||||
<td align="right">{CURRENT_TIME}<br /></td>
|
||||
</tr>
|
||||
</table></div>
|
||||
@ -77,3 +76,5 @@ function jumpto()
|
||||
</div>
|
||||
|
||||
<div id="maintable">
|
||||
|
||||
<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>
|
||||
|
@ -1,11 +1,12 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<!-- INCLUDE ucp_header.html -->
|
||||
|
||||
<!-- $Id$ -->
|
||||
|
||||
<!-- IF S_CONFIRM_DELETE -->
|
||||
<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="right">
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th height="28" valign="middle">{MESSAGE_TITLE}</th>
|
||||
<th valign="middle">{MESSAGE_TITLE}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" align="center"><span class="gen"><br />{MESSAGE_TEXT}<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}" /></span></td>
|
||||
@ -14,7 +15,7 @@
|
||||
|
||||
<!-- ELSEIF attachrow -->
|
||||
|
||||
<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="right">
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th nowrap="nowrap">#</th>
|
||||
<th nowrap="nowrap" width="15%"><a class="th" href="{U_SORT_FILENAME}">{L_FILENAME}</a></th>
|
||||
@ -25,7 +26,7 @@
|
||||
<th width="2%" nowrap="nowrap">{L_DELETE}</th>
|
||||
</tr>
|
||||
|
||||
<!-- BEGIN attachrow -->
|
||||
<!-- BEGIN attachrow -->
|
||||
|
||||
<!-- IF attach.S_ROW_COUNT is even -->
|
||||
<tr class="row2">
|
||||
@ -33,39 +34,31 @@
|
||||
<tr class="row1">
|
||||
<!-- ENDIF -->
|
||||
|
||||
<td class="gen" align="center" width="2%"> {attachrow.ROW_NUMBER} </td>
|
||||
<td><a class="gen" href="{attachrow.U_VIEW_ATTACHMENT}" target="file">{attachrow.FILENAME}</a><br /><span class="gensmall">{L_TOPIC}: <a href="{attachrow.U_VIEW_TOPIC}">{attachrow.TOPIC_TITLE}</a></span></td>
|
||||
<td class="gensmall" align="center" valign="middle" nowrap="nowrap"> {attachrow.POST_TIME} </td>
|
||||
<td class="gen" style="padding: 4px;" align="center" width="2%"> {attachrow.ROW_NUMBER} </td>
|
||||
<td style="padding: 4px;"><a class="gen" href="{attachrow.U_VIEW_ATTACHMENT}" target="file">{attachrow.FILENAME}</a><br /><span class="gensmall">{L_TOPIC}: <a href="{attachrow.U_VIEW_TOPIC}">{attachrow.TOPIC_TITLE}</a></span></td>
|
||||
<td class="gensmall" style="padding: 4px;" align="center" valign="middle" nowrap="nowrap"> {attachrow.POST_TIME} </td>
|
||||
<!-- td class="gen" align="center">{attachrow.COMMENT}</td -->
|
||||
<td class="gen" align="center" valign="middle" nowrap="nowrap">{attachrow.SIZE}</td>
|
||||
<td class="gen" align="center">{attachrow.DOWNLOAD_COUNT}</td>
|
||||
<td align="center" valign="middle"><input type="checkbox" name="attachment[{attachrow.ATTACH_ID}]" value="1" /></td>
|
||||
<td class="gen" style="padding: 4px;" align="center" valign="middle" nowrap="nowrap">{attachrow.SIZE}</td>
|
||||
<td class="gen" style="padding: 4px;" align="center">{attachrow.DOWNLOAD_COUNT}</td>
|
||||
<td style="padding: 4px;" align="center" valign="middle"><input type="checkbox" name="attachment[{attachrow.ATTACH_ID}]" value="1" /></td>
|
||||
</tr>
|
||||
<!-- END attachrow -->
|
||||
<!-- END attachrow -->
|
||||
|
||||
<tr>
|
||||
<td class="cat" colspan="6"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td width="100%" align="center"><span class="gensmall">{L_SORT_BY}: </span><select name="sk">{S_SORT_OPTIONS}</select> <select name="sd">{S_ORDER_SELECT}</select> <input class="btnlite" type="submit" name="sort" value="{L_SORT}" /></td>
|
||||
<td align="right"><input class="btnlite" type="submit" name="delete" value="{L_DELETE_MARKED}" /></td>
|
||||
<td align="right"><input class="btnlite" type="submit" name="delete" value="{L_DELETE_MARKED}" /> </td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<table width="100%" cellspacing="2" border="0" align="center">
|
||||
<tr>
|
||||
<td width="20%"> </td>
|
||||
<td class="nav" align="left" valign="middle">{PAGE_NUMBER}</td>
|
||||
<td align="right" valign="middle"><b class="gensmall"><a href="javascript:marklist('ucp', true);">{L_MARK_ALL}</a> :: <a href="javascript:marklist('ucp', false);">{L_UNMARK_ALL}</a></b><!-- IF PAGINATION --><br /><span class="nav">{PAGINATION}</span><!-- ENDIF --></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="nav" style="float:left">{PAGE_NUMBER}</div><div style="float:right"><b class="gensmall"><a href="javascript:marklist('ucp', true);">{L_MARK_ALL}</a> :: <a href="javascript:marklist('ucp', false);">{L_UNMARK_ALL}</a></b><!-- IF PAGINATION --><br /><span class="nav">{PAGINATION}</span><!-- ENDIF --></div>
|
||||
|
||||
<!-- ELSE -->
|
||||
|
||||
<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="right">
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th>{L_UCP_NO_ATTACHMENTS}</th>
|
||||
</tr>
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
</td>
|
||||
</form></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
@ -75,4 +75,4 @@
|
||||
|
||||
</td>
|
||||
<td><img src="images/spacer.gif" width="4" alt="" /></td>
|
||||
<td width="80%" valign="top">
|
||||
<td width="80%" valign="top"><form name="ucp" method="post" action="{S_UCP_ACTION}">
|
||||
|
@ -1,17 +1,18 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<!-- INCLUDE ucp_header.html -->
|
||||
|
||||
<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="right">
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th colspan="4" height="28">{L_UCP}</th>
|
||||
<th colspan="4">{L_UCP}</th>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td colspan="4" align="center" class="genmed">{L_DRAFTS_EXPLAIN}</td>
|
||||
<tr>
|
||||
<td class="row3" colspan="4" align="center"><span class="genmed">{L_DRAFTS_EXPLAIN}</span></td>
|
||||
</tr>
|
||||
|
||||
<!-- IF ERROR -->
|
||||
<tr class="row1">
|
||||
<td colspan="2" align="center" class="genmed"><span style="color:red">{ERROR}</span></td>
|
||||
<tr>
|
||||
<td class="row1" colspan="2" align="center"><span class="genmed" style="color:red">{ERROR}</span></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
|
||||
@ -34,19 +35,19 @@
|
||||
<tr class="row2">
|
||||
<!-- ENDIF -->
|
||||
|
||||
<td class="postdetails">{draftrow.DATE}</td>
|
||||
<td><b class="gen">{draftrow.DRAFT_SUBJECT}</b><!-- IF draftrow.S_LINK_TOPIC --><br /><span class="gensmall">{L_TOPIC}: <a href="{draftrow.U_VIEW}">{draftrow.TITLE}</a></span><!-- ELSEIF draftrow.S_LINK_FORUM --><br /><span class="gensmall">{L_FORUM}: <a href="{draftrow.U_VIEW}">{draftrow.TITLE}</a></span><!-- ELSE --><br /><span class="gensmall">{L_NO_TOPIC_FORUM}</span><!-- ENDIF --></td>
|
||||
<td align="center"><span class="gen"><!-- IF draftrow.U_INSERT --><a href="{draftrow.U_INSERT}">{L_LOAD_DRAFT}</a><br /><!-- ENDIF --><a href="{draftrow.U_VIEW_EDIT}">{L_VIEW_EDIT}</a></td>
|
||||
<td align="center"><input type="checkbox" name="d[{draftrow.DRAFT_ID}]" /></td>
|
||||
<td class="postdetails" style="padding: 4px;">{draftrow.DATE}</td>
|
||||
<td style="padding: 4px;"><b class="gen">{draftrow.DRAFT_SUBJECT}</b><!-- IF draftrow.S_LINK_TOPIC --><br /><span class="gensmall">{L_TOPIC}: <a href="{draftrow.U_VIEW}">{draftrow.TITLE}</a></span><!-- ELSEIF draftrow.S_LINK_FORUM --><br /><span class="gensmall">{L_FORUM}: <a href="{draftrow.U_VIEW}">{draftrow.TITLE}</a></span><!-- ELSE --><br /><span class="gensmall">{L_NO_TOPIC_FORUM}</span><!-- ENDIF --></td>
|
||||
<td style="padding: 4px;" align="center"><span class="gen"><!-- IF draftrow.U_INSERT --><a href="{draftrow.U_INSERT}">{L_LOAD_DRAFT}</a><br /><!-- ENDIF --><a href="{draftrow.U_VIEW_EDIT}">{L_VIEW_EDIT}</a></td>
|
||||
<td style="padding: 4px;" align="center"><input type="checkbox" name="d[{draftrow.DRAFT_ID}]" /></td>
|
||||
</tr>
|
||||
<!-- BEGINELSE -->
|
||||
<tr class="row1">
|
||||
<td colspan="4" height="25" align="center"><b class="genmed">{L_NO_SAVED_DRAFTS}</b></td>
|
||||
<tr>
|
||||
<td class="row1" colspan="4" height="25" align="center"><b class="genmed">{L_NO_SAVED_DRAFTS}</b></td>
|
||||
</tr>
|
||||
<!-- END draftrow -->
|
||||
|
||||
<tr>
|
||||
<td class="cat" colspan="4" height="28" align="right"><input class="btnlite" type="submit" name="delete" value="{L_DELETE_MARKED}" /> </td>
|
||||
<td class="cat" colspan="4" align="right"><input class="btnlite" type="submit" name="delete" value="{L_DELETE_MARKED}" /> </td>
|
||||
</tr>
|
||||
|
||||
<!-- ELSEIF S_EDIT_DRAFT -->
|
||||
@ -94,7 +95,7 @@
|
||||
<td colspan="9" align="left" class="topictitle"><a href="{S_UCP_ACTION}">{L_BACK_TO_DRAFTS}</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" height="28" align="center">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" /> <input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
|
||||
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" /> <input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
</table>
|
||||
|
@ -1,5 +1,7 @@
|
||||
<!-- INCLUDE ucp_header.html -->
|
||||
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th colspan="3">{L_UCP}</th>
|
||||
@ -19,9 +21,9 @@
|
||||
<tr class="row2">
|
||||
<!-- ENDIF -->
|
||||
|
||||
<td style="padding: 6px;" width="20" align="center">{topicrow.TOPIC_FOLDER_IMG}</td>
|
||||
<td style="padding: 6px;" 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}</span></td>
|
||||
<td class="postdetails" align="center" valign="middle" nowrap="nowrap">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</td>
|
||||
<td style="padding: 4px;" width="20" align="center">{topicrow.TOPIC_FOLDER_IMG}</td>
|
||||
<td style="padding: 4px;" 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}</span></td>
|
||||
<td class="postdetails" style="padding: 4px;" align="center" valign="middle" nowrap="nowrap">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</td>
|
||||
</tr>
|
||||
<!-- END topicrow -->
|
||||
|
||||
@ -29,7 +31,7 @@
|
||||
<th colspan="3">{L_YOUR_DETAILS}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" colspan="3"><table width="100%" cellspacing="1">
|
||||
<td class="row1" colspan="3"><table width="100%" cellspacing="1" cellpadding="4">
|
||||
<tr>
|
||||
<td align="right" valign="middle" nowrap="nowrap"><b class="genmed">{L_JOINED}: </b></td>
|
||||
<td width="100%"><b class="gen">{JOINED}</b></td>
|
||||
|
@ -1,14 +1,16 @@
|
||||
<!-- INCLUDE ucp_header.html -->
|
||||
|
||||
<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="right">
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th colspan="4" height="28">{L_UCP}</th>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td class="genmed" colspan="4" align="center">{L_UCP_WELCOME}</td>
|
||||
<th colspan="4">{L_UCP}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="4" height="28">{L_WATCHED_FORUMS}</th>
|
||||
<td class="row1" colspan="4" align="center"><span class="genmed">{L_UCP_WELCOME}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="4">{L_WATCHED_FORUMS}</th>
|
||||
</tr>
|
||||
|
||||
<!-- BEGIN forumrow -->
|
||||
@ -19,19 +21,19 @@
|
||||
<tr class="row2">
|
||||
<!-- ENDIF -->
|
||||
|
||||
<td width="20" align="center" valign="middle">{forumrow.FORUM_FOLDER_IMG}</td>
|
||||
<td width="100%" class="topictitle"><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></span></td>
|
||||
<td class="gensmall" align="center" valign="middle" nowrap="nowrap"><!-- IF forumrow.LAST_POST_TIME -->{forumrow.LAST_POST_TIME}<br /><!-- IF forumrow.U_LAST_POST_AUTHOR --><a href="{forumrow.U_LAST_POST_AUTHOR}">{forumrow.LAST_POST_AUTHOR}</a><!-- ELSE -->{forumrow.LAST_POST_AUTHOR}<!-- ENDIF --> <a href="{forumrow.U_LAST_POST}">{forumrow.LAST_POST_IMG}</a><!-- ELSE -->{L_NO_POSTS}<!-- ENDIF --></td>
|
||||
<td> <input type="checkbox" name="f[{forumrow.FORUM_ID}]" /> </td>
|
||||
<td style="padding: 4px;" width="20" align="center" valign="middle">{forumrow.FORUM_FOLDER_IMG}</td>
|
||||
<td style="padding: 4px;" width="100%" class="topictitle"><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></span></td>
|
||||
<td class="gensmall" style="padding: 4px;" align="center" valign="middle" nowrap="nowrap"><!-- IF forumrow.LAST_POST_TIME -->{forumrow.LAST_POST_TIME}<br /><!-- IF forumrow.U_LAST_POST_AUTHOR --><a href="{forumrow.U_LAST_POST_AUTHOR}">{forumrow.LAST_POST_AUTHOR}</a><!-- ELSE -->{forumrow.LAST_POST_AUTHOR}<!-- ENDIF --> <a href="{forumrow.U_LAST_POST}">{forumrow.LAST_POST_IMG}</a><!-- ELSE -->{L_NO_POSTS}<!-- ENDIF --></td>
|
||||
<td style="padding: 4px;"> <input type="checkbox" name="f[{forumrow.FORUM_ID}]" /> </td>
|
||||
</tr>
|
||||
<!-- BEGINELSE -->
|
||||
<tr class="row1">
|
||||
<td colspan="4" height="25" align="center"><b class="genmed">{L_NO_WATCHED_FORUMS}</b></td>
|
||||
<td colspan="4" align="center"><b class="genmed">{L_NO_WATCHED_FORUMS}</b></td>
|
||||
</tr>
|
||||
<!-- END forumrow -->
|
||||
|
||||
<tr>
|
||||
<th colspan="4" height="28">{L_WATCHED_TOPICS}</th>
|
||||
<th colspan="4">{L_WATCHED_TOPICS}</th>
|
||||
</tr>
|
||||
|
||||
<!-- BEGIN topicrow -->
|
||||
@ -42,26 +44,22 @@
|
||||
<tr class="row2">
|
||||
<!-- ENDIF -->
|
||||
|
||||
<td width="20" align="center" valign="middle">{topicrow.TOPIC_FOLDER_IMG}</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}</span></td>
|
||||
<td class="postdetails" align="center" valign="middle" nowrap="nowrap">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</td>
|
||||
<td> <input type="checkbox" name="t[{topicrow.TOPIC_ID}]" /> </td>
|
||||
<td style="padding: 4px;" width="20" align="center" valign="middle">{topicrow.TOPIC_FOLDER_IMG}</td>
|
||||
<td style="padding: 4px;" 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}</span></td>
|
||||
<td class="postdetails" style="padding: 4px;" align="center" valign="middle" nowrap="nowrap">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</td>
|
||||
<td style="padding: 4px;"> <input type="checkbox" name="t[{topicrow.TOPIC_ID}]" /> </td>
|
||||
</tr>
|
||||
<!-- BEGINELSE -->
|
||||
<tr class="row1">
|
||||
<td colspan="4" height="25" align="center"><b class="genmed">{L_NO_WATCHED_TOPICS}</b></td>
|
||||
<td colspan="4" align="center"><b class="genmed">{L_NO_WATCHED_TOPICS}</b></td>
|
||||
</tr>
|
||||
<!-- END topicrow -->
|
||||
|
||||
<tr>
|
||||
<td class="cat" colspan="4" height="28" align="right"><input class="btnlite" type="submit" name="unwatch" value="{L_UNWATCH_MARKED}" /> </td>
|
||||
<td class="cat" colspan="4" align="right"><input class="btnlite" type="submit" name="unwatch" value="{L_UNWATCH_MARKED}" /> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table width="80%" cellspacing="2" border="0" align="right">
|
||||
<tr>
|
||||
<td align="right" valign="middle"><b class="gensmall"><a href="javascript:marklist('ucp', true);">{L_MARK_ALL}</a> :: <a href="javascript:marklist('ucp', false);">{L_UNMARK_ALL}</a></b></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="gensmall" style="float: right; padding-top: 2px;"><b><a href="javascript:marklist('ucp', true);">{L_MARK_ALL}</a> :: <a href="javascript:marklist('ucp', false);">{L_UNMARK_ALL}</a></b></div>
|
||||
|
||||
<!-- INCLUDE ucp_footer.html -->
|
@ -1,10 +1,10 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<!-- INCLUDE ucp_header.html -->
|
||||
|
||||
<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="right">
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th colspan="2" height="28" valign="middle">{L_TITLE}</th>
|
||||
<th colspan="2" valign="middle">{L_TITLE}</th>
|
||||
</tr>
|
||||
<!-- IF ERROR -->
|
||||
<tr>
|
||||
@ -64,7 +64,7 @@
|
||||
<td class="row2"><input type="text" name="dateformat" value="{DATE_FORMAT}" maxlength="14" class="post" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center" height="28">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" /> <input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
|
||||
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" /> <input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<!-- INCLUDE ucp_header.html -->
|
||||
|
||||
<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="right">
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th colspan="2" height="28" valign="middle">{L_TITLE}</th>
|
||||
<th colspan="2" valign="middle">{L_TITLE}</th>
|
||||
</tr>
|
||||
<!-- IF ERROR -->
|
||||
<tr>
|
||||
@ -32,7 +32,7 @@
|
||||
<td class="row2"><input type="radio" name="notify" value="1"{DEFAULT_NOTIFY_YES} /><span class="gen">{L_YES}</span> <input type="radio" name="notify" value="0"{DEFAULT_NOTIFY_NO} /><span class="gen">{L_NO}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center" height="28">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" /> <input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
|
||||
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" /> <input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<!-- INCLUDE ucp_header.html -->
|
||||
|
||||
<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="right">
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th colspan="2" height="28" valign="middle">{L_TITLE}</th>
|
||||
<th colspan="2" valign="middle">{L_TITLE}</th>
|
||||
</tr>
|
||||
<!-- IF ERROR -->
|
||||
<tr>
|
||||
@ -54,7 +54,7 @@
|
||||
<td class="row2">{S_SELECT_SORT_DIR}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center" height="28">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" /> <input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
|
||||
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" /> <input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- INCLUDE ucp_header.html -->
|
||||
|
||||
<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="right">
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th colspan="2" height="28" valign="middle">{L_TITLE}</th>
|
||||
<th colspan="2" valign="middle">{L_TITLE}</th>
|
||||
</tr>
|
||||
<!-- IF ERROR -->
|
||||
<tr>
|
||||
|
@ -1,9 +1,10 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- INCLUDE ucp_header.html -->
|
||||
|
||||
<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="right">
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th colspan="2" height="28" valign="middle">{L_TITLE}</th>
|
||||
<th colspan="2" valign="middle">{L_TITLE}</th>
|
||||
</tr>
|
||||
<!-- IF ERROR -->
|
||||
<tr>
|
||||
|
@ -40,7 +40,7 @@ function marklist(form_name, status)
|
||||
</script>
|
||||
<script language="javascript" type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>
|
||||
|
||||
<table class="tablebg" width="80%" cellspacing="1">
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th colspan="2">{L_TITLE}</th>
|
||||
</tr>
|
||||
@ -132,14 +132,10 @@ function marklist(form_name, status)
|
||||
</tr>
|
||||
<!-- IF SIGNATURE_PREVIEW -->
|
||||
<tr>
|
||||
<th colspan="2" height="28" valign="middle">{L_SIGNATURE_PREVIEW}</th>
|
||||
<th colspan="2" valign="middle">{L_SIGNATURE_PREVIEW}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" colspan="2" align="center"><table cellspacing="0" cellpadding="6" border="0">
|
||||
<tr>
|
||||
<td><span class="postdetails">{SIGNATURE_PREVIEW}</span></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
<td class="row1" colspan="2"><div class="postdetails" style="padding: 6px;">{SIGNATURE_PREVIEW}</div></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<tr>
|
||||
|
@ -1,10 +1,10 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<!-- INCLUDE ucp_header.html -->
|
||||
|
||||
<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="right">
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th height="28" colspan="2" valign="middle">{L_TITLE}</th>
|
||||
<th colspan="2" valign="middle">{L_TITLE}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row3" colspan="2"><span class="gensmall">{L_FOES_EXPLAIN}</span></td>
|
||||
@ -23,7 +23,7 @@
|
||||
<td class="row2" align="center"><textarea name="add" rows="5" cols="30">{USERNAMES}</textarea><br /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center" height="28">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" /> <input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
|
||||
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" /> <input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<!-- INCLUDE ucp_header.html -->
|
||||
|
||||
<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="right">
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th height="28" colspan="2" valign="middle">{L_TITLE}</th>
|
||||
<th colspan="2" valign="middle">{L_TITLE}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row3" colspan="2"><span class="gensmall">{L_FRIENDS_EXPLAIN}</span></td>
|
||||
@ -23,7 +23,7 @@
|
||||
<td class="row2" align="center"><textarea name="add" rows="5" cols="30">{USERNAMES}</textarea><br /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center" height="28">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" /> <input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
|
||||
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" /> <input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
@ -16,11 +16,17 @@
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<!-- IF S_HAS_SUBFORUM -->
|
||||
<!-- INCLUDE viewforum_subforum.html -->
|
||||
<!-- 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>
|
||||
|
||||
<br clear="all" /><br />
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_IS_POSTABLE or TOTAL_TOPICS -->
|
||||
<table width="100%" cellspacing="1">
|
||||
@ -37,10 +43,6 @@
|
||||
</table>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_HAS_SUBFORUM -->
|
||||
<!-- INCLUDE viewforum_subforum.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_IS_POSTABLE -->
|
||||
<form method="post" action="{S_TOPIC_ACTION}"><table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
@ -124,6 +126,7 @@
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
<!-- ENDIF -->
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
@ -144,6 +147,7 @@
|
||||
</table>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_IS_POSTABLE -->
|
||||
<br clear="all" />
|
||||
|
||||
<table width="100%" cellspacing="0">
|
||||
|
@ -8,7 +8,7 @@
|
||||
</tr>
|
||||
<!-- IF RULES_LINK -->
|
||||
<tr>
|
||||
<td class="row2"><span class="nav">• <a href="">Forum Rules</a></span></td>
|
||||
<td class="row2"><span class="nav">• <a href="{U_FORUM_RULES}">{L_FORUM_RULES}</a></span></td>
|
||||
</tr>
|
||||
<!-- ELSEIF RULES_TEXT -->
|
||||
<tr>
|
||||
@ -35,7 +35,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<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">
|
||||
<tr>
|
||||
@ -229,10 +229,10 @@
|
||||
|
||||
<!-- END postrow -->
|
||||
|
||||
<tr align="center"><form method="post" action="{S_TOPIC_ACTION}">
|
||||
<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>
|
||||
</form></tr>
|
||||
</table>
|
||||
</tr>
|
||||
</table></form>
|
||||
|
||||
<table width="100%" cellspacing="1">
|
||||
<tr>
|
||||
@ -253,7 +253,7 @@
|
||||
</tr>
|
||||
<!-- IF RULES_LINK -->
|
||||
<tr>
|
||||
<td class="row2"><span class="nav">• <a href="">Forum Rules</a></span></td>
|
||||
<td class="row2"><span class="nav">• <a href="{U_FORUM_RULES}">{L_FORUM_RULES}</a></span></td>
|
||||
</tr>
|
||||
<!-- ELSEIF RULES_TEXT -->
|
||||
<tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user