mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-24 12:21:03 +00:00
52 lines
1.8 KiB
HTML
52 lines
1.8 KiB
HTML
|
<!-- INCLUDE mcp_header.html -->
|
||
|
|
||
|
<form id="mcp" method="post" action="{S_MCP_ACTION}">
|
||
|
|
||
|
<!-- IF not S_PM -->
|
||
|
<fieldset class="forum-selection">
|
||
|
<label for="fo">{L_FORUM}: <select name="f" id="fo">{S_FORUM_OPTIONS}</select></label>
|
||
|
<input type="submit" name="sort" value="{L_GO}" class="button2" />
|
||
|
{S_FORM_TOKEN}
|
||
|
</fieldset>
|
||
|
<!-- ENDIF -->
|
||
|
|
||
|
<p>{L_EXPLAIN}</p>
|
||
|
|
||
|
<!-- IF .postrow -->
|
||
|
<div class="forums">
|
||
|
<ul class="topiclist forums">
|
||
|
|
||
|
<!-- BEGIN postrow -->
|
||
|
<li class="row">
|
||
|
<p><input type="checkbox" name="report_id_list[]" value="{postrow.REPORT_ID}" />
|
||
|
<!-- IF S_PM -->
|
||
|
<a href="{postrow.U_VIEW_DETAILS}" class="topictitle">{postrow.PM_SUBJECT}</a></p>
|
||
|
<p>{L_MESSAGE_BY_AUTHOR} {postrow.PM_AUTHOR_FULL} » {postrow.PM_TIME}<br />
|
||
|
{L_MESSAGE_TO} {postrow.RECIPIENTS}<br />
|
||
|
{postrow.REPORTER_FULL} « {postrow.REPORT_TIME}
|
||
|
<!-- ELSE -->
|
||
|
<a href="{postrow.U_VIEW_DETAILS}" class="topictitle">{postrow.POST_SUBJECT}</a></p>
|
||
|
<p>
|
||
|
{L_POSTED} {L_POST_BY_AUTHOR} {postrow.POST_AUTHOR_FULL} » {postrow.POST_TIME}<br />
|
||
|
{postrow.REPORTER_FULL} « {postrow.REPORT_TIME}<br />
|
||
|
<!-- IF postrow.U_VIEWFORUM -->{L_FORUM}: <a href="{postrow.U_VIEWFORUM}">{postrow.FORUM_NAME}</a><!-- ELSE -->{postrow.FORUM_NAME}<!-- ENDIF -->
|
||
|
<!-- ENDIF -->
|
||
|
</p>
|
||
|
</li>
|
||
|
<!-- END postrow -->
|
||
|
</ul>
|
||
|
</div>
|
||
|
|
||
|
<!-- ELSE -->
|
||
|
<p class="block">{L_NO_REPORTS}</p>
|
||
|
<!-- ENDIF -->
|
||
|
|
||
|
<!-- IF .postrow -->
|
||
|
<fieldset class="display-actions">
|
||
|
<input class="button2" type="submit" value="{L_DELETE_REPORTS}" name="action[delete]" />
|
||
|
<!-- IF not S_CLOSED --> <input class="button1" type="submit" name="action[close]" value="{L_CLOSE_REPORTS}" /><!-- ENDIF -->
|
||
|
</fieldset>
|
||
|
<!-- ENDIF -->
|
||
|
</form>
|
||
|
|
||
|
<!-- INCLUDE mcp_footer.html -->
|