Changeset 702 for trunk/forum/styles/prosilver/template/mcp_reports.html
- Timestamp:
- Mar 31, 2010, 6:32:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/forum/styles/prosilver/template/mcp_reports.html
r400 r702 3 3 <form id="mcp" method="post" action="{S_MCP_ACTION}"> 4 4 5 <!-- IF not S_PM --> 5 6 <fieldset class="forum-selection"> 6 7 <label for="fo">{L_FORUM}: <select name="f" id="fo">{S_FORUM_OPTIONS}</select></label> … … 8 9 {S_FORM_TOKEN} 9 10 </fieldset> 11 <!-- ENDIF --> 10 12 11 13 <h2>{L_TITLE}</h2> … … 27 29 <dl> 28 30 <dt>{L_VIEW_DETAILS}</dt> 29 <dd class="moderation"><span>{L_REPORTER} & {L_FORUM}</span></dd>31 <dd class="moderation"><span>{L_REPORTER}<!-- IF not S_PM --> & {L_FORUM}<!-- ENDIF --></span></dd> 30 32 <dd class="mark">{L_MARK}</dd> 31 33 </dl> … … 37 39 <li class="row<!-- IF postrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->"> 38 40 <dl> 41 <!-- IF S_PM --> 42 <dt> 43 <a href="{postrow.U_VIEW_DETAILS}" class="topictitle">{postrow.PM_SUBJECT}</a> {postrow.ATTACH_ICON_IMG}<br /> 44 <span>{L_MESSAGE_BY_AUTHOR} {postrow.PM_AUTHOR_FULL} » {postrow.PM_TIME}</span><br /> 45 <span>{L_MESSAGE_TO} {postrow.RECIPIENTS}</span> 46 </dt> 47 <dd class="moderation"> 48 <span>{postrow.REPORTER_FULL} « {postrow.REPORT_TIME}</span> 49 </dd> 50 <!-- ELSE --> 39 51 <dt> 40 52 <a href="{postrow.U_VIEW_DETAILS}" class="topictitle">{postrow.POST_SUBJECT}</a> {postrow.ATTACH_ICON_IMG}<br /> … … 42 54 </dt> 43 55 <dd class="moderation"> 44 <span>{postrow.REPORTER_FULL} {L_REPORTED_ON_DATE}{postrow.REPORT_TIME}<br />56 <span>{postrow.REPORTER_FULL} « {postrow.REPORT_TIME}<br /> 45 57 {L_FORUM}: <a href="{postrow.U_VIEWFORUM}">{postrow.FORUM_NAME}</a></span> 46 58 </dd> 59 <!-- ENDIF --> 47 60 <dd class="mark"><input type="checkbox" name="report_id_list[]" value="{postrow.REPORT_ID}" /></dd> 48 61 </dl>
Note:
See TracChangeset
for help on using the changeset viewer.