diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-01-07 16:24:52 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-01-07 16:24:52 +0000 |
| commit | 715731ca3eae5f4e0e37d7f3eb9ea8300525c86a (patch) | |
| tree | 9f58fb0ba7f60ca6324b4d85eb099c0c014eea82 /phpBB/styles/subSilver/template/mcp_forum.html | |
| parent | bdbbc7544b8452bba88d27a40351bc59e4bde154 (diff) | |
| download | forums-715731ca3eae5f4e0e37d7f3eb9ea8300525c86a.tar forums-715731ca3eae5f4e0e37d7f3eb9ea8300525c86a.tar.gz forums-715731ca3eae5f4e0e37d7f3eb9ea8300525c86a.tar.bz2 forums-715731ca3eae5f4e0e37d7f3eb9ea8300525c86a.tar.xz forums-715731ca3eae5f4e0e37d7f3eb9ea8300525c86a.zip | |
More attempts at "modern markup"
git-svn-id: file:///svn/phpbb/trunk@4726 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/mcp_forum.html')
| -rw-r--r-- | phpBB/styles/subSilver/template/mcp_forum.html | 112 |
1 files changed, 50 insertions, 62 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_forum.html b/phpBB/styles/subSilver/template/mcp_forum.html index 678414ef71..462cc2defc 100644 --- a/phpBB/styles/subSilver/template/mcp_forum.html +++ b/phpBB/styles/subSilver/template/mcp_forum.html @@ -1,70 +1,58 @@ -<!-- $ 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}"> - <tr> - <th width="4%" height="28" 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> - </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 -->--> + <!-- $ Id: $ --> - <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 --> - <!-- IF S_CAN_FORK --><option value="fork">{L_FORK}</option><!-- ENDIF --> - <!-- IF S_CAN_LOCK --><option value="lock">{L_LOCK}</option><option value="unlock">{L_UNLOCK}</option><!-- ENDIF --> - <!-- IF S_CAN_SYNC --><option value="resync">{L_RESYNC}</option><!-- ENDIF --> - </select> - <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> + <form method="post" name="mcp" action="{S_MCP_ACTION}"><table class="tablebg" width="100%" cellspacing="1"> + <tr> + <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_MARK} </th> + </tr> + <!-- 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 --> - <!-- 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 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> - <!-- 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> + <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> -<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> + </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 --> + <!-- IF S_CAN_FORK --><option value="fork">{L_FORK}</option><!-- ENDIF --> + <!-- IF S_CAN_LOCK --><option value="lock">{L_LOCK}</option><option value="unlock">{L_UNLOCK}</option><!-- ENDIF --> + <!-- IF S_CAN_SYNC --><option value="resync">{L_RESYNC}</option><!-- ENDIF --> + </select> + <input class="btnmain" type="submit" value="{L_SUBMIT}" /> + </td> + </tr> + </table></form> <!-- INCLUDE mcp_footer.html -->
\ No newline at end of file |
