Changeset 702 for trunk/forum/styles/prosilver/template/mcp_post.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_post.html
r400 r702 2 2 3 3 <!-- IF S_MCP_REPORT --> 4 <!-- IF S_PM --> 5 <h2>{L_PM_REPORT_DETAILS}</h2> 6 <!-- ELSE --> 4 7 <h2>{L_REPORT_DETAILS}</h2> 8 <!-- ENDIF --> 5 9 6 10 <div id="report" class="panel"> … … 9 13 <div class="postbody"> 10 14 <h3>{L_REPORT_REASON}: {REPORT_REASON_TITLE}</h3> 11 <p class="author">{L_REPORTED} {L_POST_BY_AUTHOR} {REPORTER_FULL} {L_REPORTED_ON_DATE}{REPORT_DATE}</p>15 <p class="author">{L_REPORTED} {L_POST_BY_AUTHOR} {REPORTER_FULL} « {REPORT_DATE}</p> 12 16 <!-- IF not S_POST_REPORTED --> 13 17 <p class="rules">{L_REPORT_CLOSED}</p> … … 52 56 53 57 <h3><a href="{U_VIEW_POST}">{POST_SUBJECT}</a></h3> 58 <!-- IF S_PM --> 59 <p class="author"> 60 <strong>{L_SENT_AT}:</strong> {POST_DATE} 61 <br /><strong>{L_PM_FROM}:</strong> {POST_AUTHOR_FULL} 62 <!-- IF S_TO_RECIPIENT --><br /><strong>{L_TO}:</strong> <!-- BEGIN to_recipient --><!-- IF to_recipient.NAME_FULL -->{to_recipient.NAME_FULL}<!-- ELSE --><a href="{to_recipient.U_VIEW}" style="color:<!-- IF to_recipient.COLOUR -->{to_recipient.COLOUR}<!-- ELSEIF to_recipient.IS_GROUP -->#0000FF<!-- ENDIF -->;">{to_recipient.NAME}</a><!-- ENDIF --> <!-- END to_recipient --><!-- ENDIF --> 63 <!-- IF S_BCC_RECIPIENT --><br /><strong>{L_BCC}:</strong> <!-- BEGIN bcc_recipient --><!-- IF bcc_recipient.NAME_FULL -->{bcc_recipient.NAME_FULL}<!-- ELSE --><a href="{bcc_recipient.U_VIEW}" style="color:<!-- IF bcc_recipient.COLOUR -->{bcc_recipient.COLOUR}<!-- ELSEIF bcc_recipient.IS_GROUP -->#0000FF<!-- ENDIF -->;">{bcc_recipient.NAME}</a><!-- ENDIF --> <!-- END bcc_recipient --><!-- ENDIF --> 64 </p> 65 <!-- ELSE --> 54 66 <p class="author">{MINI_POST_IMG} {L_POSTED} {L_POST_BY_AUTHOR} {POST_AUTHOR_FULL} » {POST_DATE}</p> 67 <!-- ENDIF --> 55 68 56 69 <!-- IF S_POST_UNAPPROVED --> … … 91 104 <!-- IF S_MCP_REPORT and S_CAN_VIEWIP --> 92 105 <hr /> 93 <div> {L_THIS_POST_IP}: <!-- IF U_WHOIS -->106 <div><!-- IF S_PM -->{L_THIS_PM_IP}<!-- ELSE -->{L_THIS_POST_IP}<!-- ENDIF -->: <!-- IF U_WHOIS --> 94 107 <a href="{U_WHOIS}"><!-- IF POST_IPADDR -->{POST_IPADDR}<!-- ELSE -->{POST_IP}<!-- ENDIF --></a> (<!-- IF POST_IPADDR -->{POST_IP}<!-- ELSE --><a href="{U_LOOKUP_IP}">{L_LOOKUP_IP}</a><!-- ENDIF -->) 95 108 <!-- ELSE --> … … 153 166 <div class="inner"><span class="corners-top"><span></span></span> 154 167 155 <p><!-- IF S_MCP_QUEUE -->{RETURN_QUEUE} | {RETURN_TOPIC_SIMPLE} | {RETURN_POST}<!-- ELSEIF S_MCP_REPORT -->{RETURN_REPORTS} | <a href="{U_VIEW_POST}">{L_VIEW_POST}</a> | <a href="{U_VIEW_TOPIC}">{L_VIEW_TOPIC}</a> | <a href="{U_VIEW_FORUM}">{L_VIEW_FORUM}</a><!-- ELSE -->{RETURN_TOPIC}<!-- ENDIF --></p>168 <p><!-- IF S_MCP_QUEUE -->{RETURN_QUEUE} | {RETURN_TOPIC_SIMPLE} | {RETURN_POST}<!-- ELSEIF S_MCP_REPORT -->{RETURN_REPORTS}<!-- IF not S_PM --> | <a href="{U_VIEW_POST}">{L_VIEW_POST}</a> | <a href="{U_VIEW_TOPIC}">{L_VIEW_TOPIC}</a> | <a href="{U_VIEW_FORUM}">{L_VIEW_FORUM}</a><!-- ENDIF --><!-- ELSE -->{RETURN_TOPIC}<!-- ENDIF --></p> 156 169 157 170 <span class="corners-bottom"><span></span></span></div> … … 172 185 173 186 <!-- BEGIN usernotes --> 174 <span class="small"><strong>{L_REPORTED_BY}: {usernotes.REPORT_BY} {L_REPORTED_ON_DATE}{usernotes.REPORT_AT}</strong></span>187 <span class="small"><strong>{L_REPORTED_BY}: {usernotes.REPORT_BY} « {usernotes.REPORT_AT}</strong></span> 175 188 <!-- IF S_CLEAR_ALLOWED --><div class="right-box"><input type="checkbox" name="marknote[]" value="{usernotes.ID}" /></div><!-- ENDIF --> 176 189 <div class="postbody">{usernotes.ACTION}</div> … … 212 225 213 226 <!-- BEGIN reports --> 214 <span class="small"><strong>{L_REPORTED_BY}: <!-- IF reports.U_REPORTER --><a href="{reports.U_REPORTER}">{reports.REPORTER}</a><!-- ELSE -->{reports.REPORTER}<!-- ENDIF --> {L_REPORTED_ON_DATE}{reports.REPORT_TIME}</strong></span>227 <span class="small"><strong>{L_REPORTED_BY}: <!-- IF reports.U_REPORTER --><a href="{reports.U_REPORTER}">{reports.REPORTER}</a><!-- ELSE -->{reports.REPORTER}<!-- ENDIF --> « {reports.REPORT_TIME}</strong></span> 215 228 <p><em>{reports.REASON_TITLE}: {reports.REASON_DESC}</em><!-- IF reports.REPORT_TEXT --><br />{reports.REPORT_TEXT}<!-- ENDIF --></p> 216 229 <!-- END reports -->
Note:
See TracChangeset
for help on using the changeset viewer.