mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-23 12:46:15 +02:00
Not too happy with HTML though =" templates\subSilver\mcp_forum.html templates\subSilver\mcp_foruminfo.html templates\subSilver\mcp_front.html templates\subSilver\mcp_header.html templates\subSilver\mcp_jumpbox.html templates\subSilver\mcp_move.html templates\subSilver\mcp_post.html templates\subSilver\mcp_viewip.html templates\subSilver\mcp_viewlogs.html git-svn-id: file:///svn/phpbb/trunk@3800 89ea8834-ac86-4346-8a33-228a782c2dd0
43 lines
1.5 KiB
HTML
43 lines
1.5 KiB
HTML
<!-- 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"> <span class="gen"><b>{tab.NAME}</b><!-- ELSE --><td class="row2" nowrap="nowrap"> <a class="nav" href="{tab.U_LINK}">{tab.NAME}</a><!-- ENDIF --> </td>
|
|
<!-- END tab -->
|
|
</tr>
|
|
</table>
|
|
|
|
<br clear="all" /> |