mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
93 lines
2.9 KiB
HTML
93 lines
2.9 KiB
HTML
<!-- INCLUDE overall_header.html -->
|
|
|
|
<!-- $Id$ -->
|
|
|
|
<script language="javascript" type="text/javascript" defer="defer">
|
|
<!--
|
|
function marklist(form_name, status)
|
|
{
|
|
for (i = 0; i < document.forms[form_name].length; i++)
|
|
{
|
|
document.forms[form_name].elements[i].checked = status;
|
|
}
|
|
}
|
|
//-->
|
|
</script>
|
|
|
|
<!-- IF TOPIC_TITLE or FORUM_NAME -->
|
|
<div id="pageheader">
|
|
<h2><!-- IF TOPIC_TITLE --><a class="titles" href="{U_VIEWTOPIC}">{TOPIC_TITLE}</a><!-- ELSE --><a class="titles" href="{U_VIEW_FORUM}" title="{FORUM_DESC}">{FORUM_NAME}</a><!-- ENDIF --></h2>
|
|
|
|
<!-- IF MODERATORS -->
|
|
<p class="moderators">{L_MODERATORS}: {MODERATORS}</p>
|
|
<!-- ENDIF -->
|
|
<!-- IF U_MCP -->
|
|
<p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p>
|
|
<!-- ENDIF -->
|
|
</div>
|
|
|
|
<br clear="all" />
|
|
<!-- ENDIF -->
|
|
|
|
<div id="pagecontent">
|
|
|
|
|
|
<!-- {PAGINATION} -->
|
|
|
|
<table width="100%" cellspacing="0" cellpadding="0" border="0">
|
|
<tr>
|
|
<td width="20%" valign="top">
|
|
|
|
<table class="tablebg" width="100%" cellspacing="1">
|
|
<tr>
|
|
<th>{L_OPTIONS}</th>
|
|
</tr>
|
|
<!-- BEGIN mcp_section -->
|
|
<tr>
|
|
<!-- IF mcp_section.S_SELECTED -->
|
|
<td class="row1"><b class="nav">{mcp_section.L_TITLE}</b>
|
|
|
|
<ul class="nav" style="margin: 0px; padding: 0px; list-style-type: none; line-height: 175%;">
|
|
<!-- BEGIN mcp_subsection -->
|
|
<li>» <!-- IF ucp_section.ucp_subsection.S_SELECTED --><b>{mcp_section.mcp_subsection.L_TITLE}</b><!-- ELSE --><a href="{mcp_section.mcp_subsection.U_TITLE}">{mcp_section.mcp_subsection.L_TITLE}</a><!-- ENDIF --></li>
|
|
<!-- END mcp_subsection -->
|
|
</ul>
|
|
|
|
<!-- ELSE -->
|
|
<td class="row2" nowrap="nowrap" onmouseover="this.className='row1'" onmouseout="this.className='row2'" onclick="location.href='{mcp_section.U_TITLE}'"><a class="nav" href="{mcp_section.U_TITLE}">{mcp_section.L_TITLE}</a>
|
|
<!-- ENDIF -->
|
|
</td>
|
|
</tr>
|
|
<!-- END mcp_section -->
|
|
</table>
|
|
|
|
</td>
|
|
<td><img src="images/spacer.gif" width="4" alt="" /></td>
|
|
<td width="80%" valign="top">
|
|
|
|
<!-- IF MESSAGE -->
|
|
<table class="tablebg" width="100%" cellspacing="1">
|
|
<tr>
|
|
<th>{L_MESSAGE}</th>
|
|
</tr>
|
|
<tr>
|
|
<td class="row1" align="center"><br /><span class="gen">{MESSAGE}<br /><br /><!-- BEGIN return_links -->{return_links.MESSAGE_LINK}<br /><br /><!-- END return_links --></span></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br />
|
|
<!-- ENDIF -->
|
|
|
|
<!-- IF CONFIRM_MESSAGE -->
|
|
<table class="tablebg" width="100%" cellspacing="1"><form name="confirm" method="post" action="{S_CONFIRM_ACTION}"{S_FORM_ENCTYPE}>
|
|
<tr>
|
|
<th><b>{L_PLEASE_CONFIRM}</b></th>
|
|
</tr>
|
|
<tr>
|
|
<td class="row1" align="center"><span class="gen"><br />{CONFIRM_MESSAGE}<br /><br />{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="confirm" value="{L_YES}" /> <input class="btnlite" type="submit" name="cancel" value="{L_NO}" /><br /><br /></span></td>
|
|
</tr>
|
|
</form></table>
|
|
|
|
<br />
|
|
<!-- ENDIF -->
|