diff options
author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-03-30 21:25:07 +0000 |
---|---|---|
committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-03-30 21:25:07 +0000 |
commit | 372c2d65d1bc613473ffa1773615e763c3326be6 (patch) | |
tree | aa003abfda335adfcee34555e38fcfb8ed293ceb /phpBB/templates/subSilver | |
parent | 9f30b01c18be3331e524bc14cafa3fb0191ed1b6 (diff) | |
download | forums-372c2d65d1bc613473ffa1773615e763c3326be6.tar forums-372c2d65d1bc613473ffa1773615e763c3326be6.tar.gz forums-372c2d65d1bc613473ffa1773615e763c3326be6.tar.bz2 forums-372c2d65d1bc613473ffa1773615e763c3326be6.tar.xz forums-372c2d65d1bc613473ffa1773615e763c3326be6.zip |
File renamed to mcp_topic.html a long time ago
git-svn-id: file:///svn/phpbb/trunk@3767 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver')
-rw-r--r-- | phpBB/templates/subSilver/mcp_topics.html | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/phpBB/templates/subSilver/mcp_topics.html b/phpBB/templates/subSilver/mcp_topics.html deleted file mode 100644 index 4c89bdcfbc..0000000000 --- a/phpBB/templates/subSilver/mcp_topics.html +++ /dev/null @@ -1,70 +0,0 @@ -<!-- INCLUDE overall_header.html --> - -<form method="post" action="{S_MODCP_ACTION}"><table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> - <tr> - <td valign="bottom"> - <table cellspacing="1" cellpadding="4" border="0" bgcolor="#006699" align="left"> - <tr> - <td class="cat"> <span class="nav"><a href="">Front Page</a></span> </td> - <td class="cat"> <span class="nav"><a href="">Topic Listing</a></span> </td> - </tr> - </table> - </td> - <td align="right" valign="bottom"> - <table cellspacing="1" cellpadding="4" border="0"> - <tr> - <td><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> - </tr> - </table> - </td> - </tr> - <tr> - <td colspan="2"> - <table width="100%" class="forumline" cellspacing="1" cellpadding="4" border="0"> - <tr> - <th width="4%" class="thLeft" nowrap="nowrap"> </th> - <th nowrap="nowrap"> {L_TOPICS} </th> - <th width="8%" nowrap="nowrap"> {L_REPLIES} </th> - <th width="17%" nowrap="nowrap"> {L_LASTPOST} </th> - <th width="5%" class="thRight" nowrap="nowrap"> {L_SELECT} </th> - </tr> - <!-- BEGIN topicrow --> - <tr> - <td class="row1" align="center" valign="middle"><img src="{topicrow.TOPIC_FOLDER_IMG}" width="19" height="18" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /></td> - <td class="row1"> <span class="topictitle">{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span></td> - <td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td> - <td class="row1" align="center" valign="middle"><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}" /> - </td> - </tr> - <!-- END topicrow --> - <tr align="right"> - <td class="catBottom" colspan="5" height="29"> {S_HIDDEN_FIELDS} - <input type="submit" name="delete" class="liteoption" value="{L_DELETE}" /> - - <input type="submit" name="move" class="liteoption" value="{L_MOVE}" /> - - <input type="submit" name="lock" class="liteoption" value="{L_LOCK}" /> - - <input type="submit" name="unlock" class="liteoption" value="{L_UNLOCK}" /> - </td> - </tr> - </table> - <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> - <tr> - <td align="left" valign="middle"><span class="nav">{PAGE_NUMBER}</b></span></td> - <td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td> - </tr> - </table> - </form> - <table width="100%" border="0" cellspacing="0" cellpadding="0"> - <tr> - <td align="right">{JUMPBOX}</td> - </tr> - </table> - </td> - </tr> -</table> - -<!-- INCLUDE overall_footer.html -->
\ No newline at end of file |