| 1 | <!-- INCLUDE mcp_header.html -->
 | 
|---|
| 2 | 
 | 
|---|
| 3 | <form name="mcp" id="mcp" method="post" action="{S_MCP_ACTION}">
 | 
|---|
| 4 | 
 | 
|---|
| 5 | <table width="100%" class="tablebg" cellspacing="1" cellpadding="4" border="0">
 | 
|---|
| 6 | <tr>
 | 
|---|
| 7 |         <th colspan="5" nowrap="nowrap">{L_DISPLAY_OPTIONS}</th>
 | 
|---|
| 8 | </tr>
 | 
|---|
| 9 | <tr>
 | 
|---|
| 10 |         <td colspan="5" class="cat" align="center"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <span class="gensmall">{L_FORUM}</span> <select name="f">{S_FORUM_OPTIONS}</select>   <!-- IF TOPIC_ID --><input type="checkbox" class="radio" name="t" value="{TOPIC_ID}" checked="checked" />  <b>{L_ONLY_TOPIC}</b>   <!-- ENDIF --><input class="btnlite" type="submit" name="sort" value="{L_GO}" /></td>
 | 
|---|
| 11 | </tr>
 | 
|---|
| 12 | <tr> 
 | 
|---|
| 13 |         <th> {L_POST} </th>
 | 
|---|
| 14 |         <th> {L_AUTHOR} </th>
 | 
|---|
| 15 |         <th> {L_REPORTER} </th>
 | 
|---|
| 16 |         <th> {L_REPORT_TIME} </th>
 | 
|---|
| 17 |         <th width="5%"> {L_SELECT} </th>
 | 
|---|
| 18 | </tr>
 | 
|---|
| 19 | <!-- BEGIN postrow -->
 | 
|---|
| 20 | 
 | 
|---|
| 21 |         <!-- IF postrow.S_ROW_ is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
 | 
|---|
| 22 |                 <td style="padding: 4px;"><p class="topictitle"><a href="{postrow.U_VIEWPOST}">{postrow.POST_SUBJECT}</a></p>
 | 
|---|
| 23 |                         <span class="gensmall"><!-- IF postrow.U_VIEWFORUM -->{L_FORUM}: <a href="{postrow.U_VIEWFORUM}">{postrow.FORUM_NAME}</a><!-- ELSE -->{postrow.FORUM_NAME}<!-- ENDIF --></span></td>
 | 
|---|
| 24 |                 <td style="padding: 4px;" align="{S_CONTENT_FLOW_BEGIN}" valign="top" nowrap="nowrap"><span class="gen">{postrow.POST_AUTHOR_FULL}</span><br />
 | 
|---|
| 25 |                         <span class="gensmall">{postrow.POST_TIME}</span></td>
 | 
|---|
| 26 |                 <td style="padding: 4px;" align="{S_CONTENT_FLOW_BEGIN}" valign="top" nowrap="nowrap"><span class="gen">{postrow.REPORTER_FULL}</span></td>
 | 
|---|
| 27 |                 <td style="padding: 4px;" align="{S_CONTENT_FLOW_BEGIN}" valign="top" nowrap="nowrap"><span class="gen">{postrow.REPORT_TIME}</span><br />
 | 
|---|
| 28 |                         <span class="gensmall">[ <a href="{postrow.U_VIEW_DETAILS}">{L_VIEW_DETAILS}</a> ]</span></td>
 | 
|---|
| 29 |                 <td align="center"><input type="checkbox" class="radio" name="report_id_list[]" value="{postrow.REPORT_ID}" /></td>
 | 
|---|
| 30 |         </tr>
 | 
|---|
| 31 | <!-- BEGINELSE -->
 | 
|---|
| 32 |         <tr>
 | 
|---|
| 33 |                 <td class="row1" colspan="5" height="30" align="center" valign="middle"><span class="gen">{L_NO_POSTS}</span></td>
 | 
|---|
| 34 |         </tr>
 | 
|---|
| 35 | <!-- END postrow -->
 | 
|---|
| 36 | <tr>
 | 
|---|
| 37 |         <td class="cat" colspan="5" align="center">
 | 
|---|
| 38 |         <!-- IF S_CLOSED -->
 | 
|---|
| 39 |                 <input class="btnmain" type="submit" value="{L_DELETE_REPORTS}" name="action[delete]" />
 | 
|---|
| 40 |         <!-- ELSE -->
 | 
|---|
| 41 |                 <input class="btnmain" type="submit" name="action[close]" value="{L_CLOSE_REPORTS}" />   <input class="btnlite" type="submit" value="{L_DELETE_REPORTS}" name="action[delete]" />
 | 
|---|
| 42 |         <!-- ENDIF -->
 | 
|---|
| 43 |         </td>
 | 
|---|
| 44 | </tr>
 | 
|---|
| 45 | </table>
 | 
|---|
| 46 | {S_FORM_TOKEN}
 | 
|---|
| 47 | </form>
 | 
|---|
| 48 | 
 | 
|---|
| 49 | <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
 | 
|---|
| 50 | <tr>
 | 
|---|
| 51 |         <td align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><b class="gensmall"><a href="#" onclick="marklist('mcp', '', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp', '', false); return false;">{L_UNMARK_ALL}</a></b></td>
 | 
|---|
| 52 | </tr>
 | 
|---|
| 53 | </table>
 | 
|---|
| 54 | 
 | 
|---|
| 55 | <!-- INCLUDE mcp_footer.html -->
 | 
|---|