source: trunk/forum/styles/subsilver2/template/mcp_reports.html

Last change on this file was 702, checked in by george, 15 years ago
  • Upraveno: Aktualizace fóra.
File size: 3.6 KB
Line 
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}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}<!-- IF not S_PM -->&nbsp;<span class="gensmall">{L_FORUM}</span> <select name="f">{S_FORUM_OPTIONS}</select> &nbsp; <!-- IF TOPIC_ID --><input type="checkbox" class="radio" name="t" value="{TOPIC_ID}" checked="checked" />&nbsp; <b>{L_ONLY_TOPIC}</b> &nbsp; <!-- ENDIF --><!-- ENDIF --><input class="btnlite" type="submit" name="sort" value="{L_GO}" /></td>
11</tr>
12<tr>
13 <!-- IF S_PM -->
14 <th>&nbsp;{L_PM}&nbsp;</th>
15 <th>&nbsp;{L_TO} &amp; {L_BCC}&nbsp;</th>
16 <!-- ELSE -->
17 <th>&nbsp;{L_POST}&nbsp;</th>
18 <th>&nbsp;{L_AUTHOR}&nbsp;</th>
19 <!-- ENDIF -->
20 <th>&nbsp;{L_REPORTER}&nbsp;</th>
21 <th>&nbsp;{L_REPORT_TIME}&nbsp;</th>
22 <th width="5%">&nbsp;{L_SELECT}&nbsp;</th>
23</tr>
24<!-- BEGIN postrow -->
25
26 <!-- IF postrow.S_ROW_ is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
27 <!-- IF S_PM -->
28 <td style="padding: 4px;"><p class="topictitle"><a href="{postrow.U_VIEW_DETAILS}">{postrow.PM_SUBJECT}</a></p>
29 <span class="gensmall">{L_PM_FROM}: {postrow.PM_AUTHOR_FULL}</span></td>
30 <td style="padding: 4px;" align="{S_CONTENT_FLOW_BEGIN}" valign="top"><span class="gen">{postrow.RECIPIENTS}</span><br />
31 <span class="gensmall">{L_SENT_AT}: {postrow.PM_TIME}</span></td>
32 <!-- ELSE -->
33 <td style="padding: 4px;"><p class="topictitle"><a href="{postrow.U_VIEWPOST}">{postrow.POST_SUBJECT}</a></p>
34 <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>
35 <td style="padding: 4px;" align="{S_CONTENT_FLOW_BEGIN}" valign="top" nowrap="nowrap"><span class="gen">{postrow.POST_AUTHOR_FULL}</span><br />
36 <span class="gensmall">{postrow.POST_TIME}</span></td>
37 <!-- ENDIF -->
38 <td style="padding: 4px;" align="{S_CONTENT_FLOW_BEGIN}" valign="top" nowrap="nowrap"><span class="gen">{postrow.REPORTER_FULL}</span></td>
39 <td style="padding: 4px;" align="{S_CONTENT_FLOW_BEGIN}" valign="top" nowrap="nowrap"><span class="gen">{postrow.REPORT_TIME}</span><br />
40 <span class="gensmall">[ <a href="{postrow.U_VIEW_DETAILS}">{L_VIEW_DETAILS}</a> ]</span></td>
41 <td align="center"><input type="checkbox" class="radio" name="report_id_list[]" value="{postrow.REPORT_ID}" /></td>
42 </tr>
43<!-- BEGINELSE -->
44 <tr>
45 <td class="row1" colspan="5" height="30" align="center" valign="middle"><span class="gen">{L_NO_POSTS}</span></td>
46 </tr>
47<!-- END postrow -->
48<tr>
49 <td class="cat" colspan="5" align="center">
50 <!-- IF S_CLOSED -->
51 <input class="btnmain" type="submit" value="{L_DELETE_REPORTS}" name="action[delete]" />
52 <!-- ELSE -->
53 <input class="btnmain" type="submit" name="action[close]" value="{L_CLOSE_REPORTS}" /> &nbsp; <input class="btnlite" type="submit" value="{L_DELETE_REPORTS}" name="action[delete]" />
54 <!-- ENDIF -->
55 </td>
56</tr>
57</table>
58{S_FORM_TOKEN}
59</form>
60
61<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
62<tr>
63 <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>
64</tr>
65</table>
66
67<!-- INCLUDE mcp_footer.html -->
Note: See TracBrowser for help on using the repository browser.