aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/mcp_header.html
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-07-24 13:22:39 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-07-24 13:22:39 +0000
commitc93474e11839f56a51d662ae40336e9ba61a12a2 (patch)
tree0ad79c8fe0e1cccceb92d673f2088ce1e6c4bf60 /phpBB/styles/subSilver/template/mcp_header.html
parentaf1cc18e023bc8b55bc86417d25f4e0debbc3deb (diff)
downloadforums-c93474e11839f56a51d662ae40336e9ba61a12a2.tar
forums-c93474e11839f56a51d662ae40336e9ba61a12a2.tar.gz
forums-c93474e11839f56a51d662ae40336e9ba61a12a2.tar.bz2
forums-c93474e11839f56a51d662ae40336e9ba61a12a2.tar.xz
forums-c93474e11839f56a51d662ae40336e9ba61a12a2.zip
Moving again ... I think this time will be the last ... famous last words
git-svn-id: file:///svn/phpbb/trunk@4323 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/mcp_header.html')
-rw-r--r--phpBB/styles/subSilver/template/mcp_header.html43
1 files changed, 43 insertions, 0 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_header.html b/phpBB/styles/subSilver/template/mcp_header.html
new file mode 100644
index 0000000000..86958767a7
--- /dev/null
+++ b/phpBB/styles/subSilver/template/mcp_header.html
@@ -0,0 +1,43 @@
+<!-- INCLUDE overall_header.html -->
+
+<script language="Javascript" type="text/javascript" defer="defer">
+<!--
+function marklist(status)
+{
+ for (i = 0; i < document.forms['main'].length; i++)
+ {
+ document.forms['main'].elements[i].checked = status;
+ }
+}
+//-->
+</script>
+
+<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>
+
+<table class="tablebg" cellspacing="1" cellpadding="4" border="0" align="left">
+ <tr>
+ <!-- BEGIN tab --><!-- IF tab.S_IS_SELECTED --><td class="row1" nowrap="nowrap">&nbsp;<span class="gen"><b>{tab.NAME}</b><!-- ELSE --><td class="row2" nowrap="nowrap">&nbsp;<a class="nav" href="{tab.U_LINK}">{tab.NAME}</a><!-- ENDIF -->&nbsp;</td>
+ <!-- END tab -->
+ </tr>
+</table>
+
+<br clear="all" /> \ No newline at end of file