aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-10-04 10:14:52 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-10-04 10:14:52 +0000
commit3d6f2caccbab1c66e3fccb3e30e5d2bd04a8bb59 (patch)
tree641600340f42a35b9ad44c1a3a78bb253a32ea9e /phpBB
parent71c288bd21983abd30449c851363184f276df82b (diff)
downloadforums-3d6f2caccbab1c66e3fccb3e30e5d2bd04a8bb59.tar
forums-3d6f2caccbab1c66e3fccb3e30e5d2bd04a8bb59.tar.gz
forums-3d6f2caccbab1c66e3fccb3e30e5d2bd04a8bb59.tar.bz2
forums-3d6f2caccbab1c66e3fccb3e30e5d2bd04a8bb59.tar.xz
forums-3d6f2caccbab1c66e3fccb3e30e5d2bd04a8bb59.zip
Name change
git-svn-id: file:///svn/phpbb/trunk@2919 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/templates/subSilver/modcp_body.html70
-rw-r--r--phpBB/templates/subSilver/modcp_body.tpl58
-rw-r--r--phpBB/templates/subSilver/search_results_posts.html54
-rw-r--r--phpBB/templates/subSilver/search_results_topics.html54
4 files changed, 178 insertions, 58 deletions
diff --git a/phpBB/templates/subSilver/modcp_body.html b/phpBB/templates/subSilver/modcp_body.html
new file mode 100644
index 0000000000..4c89bdcfbc
--- /dev/null
+++ b/phpBB/templates/subSilver/modcp_body.html
@@ -0,0 +1,70 @@
+<!-- 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">&nbsp;<span class="nav"><a href="">Front Page</a></span>&nbsp;</td>
+ <td class="cat">&nbsp;<span class="nav"><a href="">Topic Listing</a></span>&nbsp;</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">&nbsp;</th>
+ <th nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
+ <th width="8%" nowrap="nowrap">&nbsp;{L_REPLIES}&nbsp;</th>
+ <th width="17%" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
+ <th width="5%" class="thRight" nowrap="nowrap">&nbsp;{L_SELECT}&nbsp;</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">&nbsp;<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}" />
+ &nbsp;
+ <input type="submit" name="move" class="liteoption" value="{L_MOVE}" />
+ &nbsp;
+ <input type="submit" name="lock" class="liteoption" value="{L_LOCK}" />
+ &nbsp;
+ <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
diff --git a/phpBB/templates/subSilver/modcp_body.tpl b/phpBB/templates/subSilver/modcp_body.tpl
deleted file mode 100644
index fd0fe1b5b6..0000000000
--- a/phpBB/templates/subSilver/modcp_body.tpl
+++ /dev/null
@@ -1,58 +0,0 @@
-
-<form method="post" action="{S_MODCP_ACTION}">
-<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
- <tr>
- <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
- </tr>
-</table>
-
- <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
- <tr>
- <td class="catHead" colspan="5" align="center" height="28"><span class="cattitle">{L_MOD_CP}</span>
- </td>
- </tr>
- <tr>
- <td class="spaceRow" colspan="5" align="center"><span class="gensmall">{L_MOD_CP_EXPLAIN}</span></td>
- </tr>
- <tr>
- <th width="4%" class="thLeft" nowrap="nowrap">&nbsp;</th>
- <th nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
- <th width="8%" nowrap="nowrap">&nbsp;{L_REPLIES}&nbsp;</th>
- <th width="17%" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
- <th width="5%" class="thRight" nowrap="nowrap">&nbsp;{L_SELECT}&nbsp;</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">&nbsp;<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}" />
- &nbsp;
- <input type="submit" name="move" class="liteoption" value="{L_MOVE}" />
- &nbsp;
- <input type="submit" name="lock" class="liteoption" value="{L_LOCK}" />
- &nbsp;
- <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>
diff --git a/phpBB/templates/subSilver/search_results_posts.html b/phpBB/templates/subSilver/search_results_posts.html
new file mode 100644
index 0000000000..61174b4c2d
--- /dev/null
+++ b/phpBB/templates/subSilver/search_results_posts.html
@@ -0,0 +1,54 @@
+<!-- INCLUDE overall_header.html -->
+
+<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
+ <tr>
+ <td align="left" valign="bottom"><span class="maintitle">{L_SEARCH_MATCHES}</span><br /></td>
+ </tr>
+</table>
+
+<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
+ <tr>
+ <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
+ </tr>
+</table>
+
+<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline" align="center">
+ <tr>
+ <th width="150" height="25" class="thCornerL" nowrap="nowrap">{L_AUTHOR}</th>
+ <th width="100%" class="thCornerR" nowrap="nowrap">{L_MESSAGE}</th>
+ </tr>
+ <!-- BEGIN searchresults -->
+ <tr>
+ <td class="catHead" colspan="2" height="28"><span class="topictitle"><img src="templates/subSilver/images/folder.gif" align="absmiddle">&nbsp; {L_TOPIC}:&nbsp;<a href="{searchresults.U_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a></span></td>
+ </tr>
+ <tr>
+ <td width="150" align="left" valign="top" class="row1" rowspan="2"><span class="name"><b>{searchresults.POSTER_NAME}</b></span><br />
+ <br />
+ <span class="postdetails">{L_REPLIES}: <b>{searchresults.TOPIC_REPLIES}</b><br />
+ {L_VIEWS}: <b>{searchresults.TOPIC_VIEWS}</b></span><br />
+ </td>
+ <td width="100%" valign="top" class="row1"><img src="{searchresults.MINI_POST_IMG}" width="12" height="9" alt="{searchresults.L_MINI_POST_ALT}" title="{searchresults.L_MINI_POST_ALT}" border="0" /><span class="postdetails">{L_FORUM}:&nbsp;<b><a href="{searchresults.U_FORUM}" class="postdetails">{searchresults.FORUM_NAME}</a></b>&nbsp; &nbsp;{L_POSTED}: {searchresults.POST_DATE}&nbsp; &nbsp;{L_SUBJECT}: <b><a href="{searchresults.U_POST}">{searchresults.POST_SUBJECT}</a></b></span></td>
+ </tr>
+ <tr>
+ <td valign="top" class="row1"><span class="postbody">{searchresults.MESSAGE}</span></td>
+ </tr>
+ <!-- END searchresults -->
+ <tr>
+ <td class="catBottom" colspan="2" height="28" align="center">&nbsp; </td>
+ </tr>
+</table>
+
+<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
+ <tr>
+ <td align="left" valign="top"><span class="nav">{PAGE_NUMBER}</span></td>
+ <td align="right" valign="top" nowrap="nowrap"><span class="nav">{PAGINATION}</span><br /><span class="gensmall">{S_TIMEZONE}</span></td>
+ </tr>
+</table>
+
+<table width="100%" cellspacing="2" border="0" align="center">
+ <tr>
+ <td valign="top" align="right">{JUMPBOX}</td>
+ </tr>
+</table>
+
+<!-- INCLUDE overall_footer.html --> \ No newline at end of file
diff --git a/phpBB/templates/subSilver/search_results_topics.html b/phpBB/templates/subSilver/search_results_topics.html
new file mode 100644
index 0000000000..61a1d5a186
--- /dev/null
+++ b/phpBB/templates/subSilver/search_results_topics.html
@@ -0,0 +1,54 @@
+<!-- INCLUDE overall_header.html -->
+
+<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
+ <tr>
+ <td align="left" valign="bottom"><span class="maintitle">{L_SEARCH_MATCHES}</span><br /></td>
+ </tr>
+</table>
+
+<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
+ <tr>
+ <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
+ </tr>
+</table>
+
+<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
+ <tr>
+ <th width="4%" height="25" class="thCornerL" nowrap="nowrap">&nbsp;</th>
+ <th class="thTop" nowrap="nowrap">&nbsp;{L_FORUM}&nbsp;</th>
+ <th class="thTop" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
+ <th class="thTop" nowrap="nowrap">&nbsp;{L_AUTHOR}&nbsp;</th>
+ <th class="thTop" nowrap="nowrap">&nbsp;{L_REPLIES}&nbsp;</th>
+ <th class="thTop" nowrap="nowrap">&nbsp;{L_VIEWS}&nbsp;</th>
+ <th class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
+ </tr>
+ <!-- BEGIN searchresults -->
+ <tr>
+ <td class="row1" align="center" valign="middle"><img src="{searchresults.TOPIC_FOLDER_IMG}" width="19" height="18" alt="{searchresults.L_TOPIC_FOLDER_ALT}" title="{searchresults.L_TOPIC_FOLDER_ALT}" /></td>
+ <td class="row1"><span class="forumlink"><a href="{searchresults.U_VIEW_FORUM}" class="forumlink">{searchresults.FORUM_NAME}</a></span></td>
+ <td class="row2"><span class="topictitle">{searchresults.NEWEST_POST_IMG}{searchresults.TOPIC_TYPE}<a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a></span><br /><span class="gensmall">{searchresults.GOTO_PAGE}</span></td>
+ <td class="row1" align="center" valign="middle"><span class="name">{searchresults.TOPIC_AUTHOR}</span></td>
+ <td class="row2" align="center" valign="middle"><span class="postdetails">{searchresults.REPLIES}</span></td>
+ <td class="row1" align="center" valign="middle"><span class="postdetails">{searchresults.VIEWS}</span></td>
+ <td class="row2" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{searchresults.LAST_POST_TIME}<br />{searchresults.LAST_POST_AUTHOR} {searchresults.LAST_POST_IMG}</span></td>
+ </tr>
+ <!-- END searchresults -->
+ <tr>
+ <td class="catBottom" colspan="7" height="28" valign="middle">&nbsp; </td>
+ </tr>
+</table>
+
+<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
+ <tr>
+ <td align="left" valign="top"><span class="nav">{PAGE_NUMBER}</span></td>
+ <td align="right" valign="top" nowrap="nowrap"><span class="nav">{PAGINATION}</span><br /><span class="gensmall">{S_TIMEZONE}</span></td>
+ </tr>
+</table>
+
+<table width="100%" cellspacing="2" border="0" align="center">
+ <tr>
+ <td valign="top" align="right">{JUMPBOX}</td>
+ </tr>
+</table>
+
+<!-- INCLUDE overall_footer.html --> \ No newline at end of file