Changeset 702 for trunk/forum/styles/subsilver2/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/subsilver2/template/mcp_post.html
r400 r702 6 6 <table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg"> 7 7 <tr> 8 <th colspan="2" align="center"> {L_REPORT_DETAILS}</th>8 <th colspan="2" align="center"><!-- IF S_PM -->{L_PM_REPORT_DETAILS}<!-- ELSE -->{L_REPORT_DETAILS}<!-- ENDIF --></th> 9 9 </tr> 10 10 <tr> … … 44 44 <table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg"> 45 45 <tr> 46 <th colspan="2" align="center"> {L_POST_DETAILS}</th>47 </tr> 48 <tr> 49 <td class="row3" colspan="2" align="center"><span class="gensmall"><!-- 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 --></span></td>50 </tr> 51 <tr> 52 <td class="row1"><b class="gen"> {L_POST_SUBJECT}: </b></td>46 <th colspan="2" align="center"><!-- IF S_PM -->{L_PM}<!-- ELSE -->{L_POST_DETAILS}<!-- ENDIF --></th> 47 </tr> 48 <tr> 49 <td class="row3" colspan="2" align="center"><span class="gensmall"><!-- 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 --></span></td> 50 </tr> 51 <tr> 52 <td class="row1"><b class="gen"><!-- IF S_PM -->{L_PM_SUBJECT}<!-- ELSE -->{L_POST_SUBJECT}<!-- ENDIF -->: </b></td> 53 53 <td class="row2"><span class="gen">{POST_SUBJECT}</span> <!-- IF S_POST_UNAPPROVED --><span class="postapprove">{UNAPPROVED_IMG} <a href="{U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></span> <!-- ENDIF --> <!-- IF S_POST_REPORTED and not S_MCP_REPORT --><span class="postreported">{REPORTED_IMG} <a href="{U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF --></td> 54 54 </tr> 55 55 <tr> 56 <td class="row1" width="20%"><b class="gen"> {L_POSTER}: </b></td>56 <td class="row1" width="20%"><b class="gen"><!-- IF S_PM -->{L_PM_FROM}<!-- ELSE -->{L_POSTER}<!-- ENDIF -->: </b></td> 57 57 <td class="row2" width="80%"><span class="gen"<!-- IF POST_AUTHOR_COLOUR --> style="font-weight: bold; color: {POST_AUTHOR_COLOUR}"<!-- ENDIF -->>{POST_AUTHOR}</span><span class="gen"> [ <!-- IF U_POST_AUTHOR --><a href="{U_POST_AUTHOR}">{L_READ_PROFILE}</a><!-- ENDIF --><!-- IF S_USER_NOTES --><!-- IF U_POST_AUTHOR --> | <!-- ENDIF --><a href="{U_MCP_USER_NOTES}">{L_VIEW_NOTES}</a> <!-- IF U_MCP_WARN_USER -->| <a href="{U_MCP_WARN_USER}">{L_WARN_USER}</a><!-- ENDIF --><!-- ENDIF --> ]</span></td> 58 58 </tr> 59 59 <!-- IF S_CAN_VIEWIP --> 60 60 <tr> 61 <td class="row1"><b class="gen"> {L_THIS_POST_IP}: </b></td>61 <td class="row1"><b class="gen"><!-- IF S_PM -->{L_THIS_PM_IP}<!-- ELSE -->{L_THIS_POST_IP}<!-- ENDIF -->: </b></td> 62 62 <td class="row2"><span class="gen"> 63 63 <!-- IF U_WHOIS --> … … 70 70 <!-- ENDIF --> 71 71 <tr> 72 <td class="row1"><b class="gen"> {L_POSTED}: </b></td>72 <td class="row1"><b class="gen"><!-- IF S_PM -->{L_SENT_AT}<!-- ELSE -->{L_POSTED}<!-- ENDIF -->: </b></td> 73 73 <td class="row2"><span class="postdetails">{POST_DATE}</span></td> 74 74 </tr> 75 <!-- IF S_TO_RECIPIENT --> 76 <tr> 77 <td class="row1" nowrap="nowrap" width="150"><b class="gen">{L_TO}:</b></td> 78 <td class="row2 gen"> 79 <!-- BEGIN to_recipient --> 80 <!-- IF to_recipient.IS_GROUP --><span class="sep"><a href="{to_recipient.U_VIEW}">{to_recipient.NAME}</a></span><!-- ELSE -->{to_recipient.NAME_FULL} <!-- ENDIF --> 81 <!-- END to_recipient --> 82 </td> 83 </tr> 84 <!-- ENDIF --> 85 86 <!-- IF S_BCC_RECIPIENT --> 87 <tr> 88 <td class="row1" nowrap="nowrap" width="150"><b class="gen">{L_BCC}:</b></td> 89 <td class="row2 gen"> 90 <!-- BEGIN bcc_recipient --> 91 <!-- IF bcc_recipient.IS_GROUP --><span class="sep"><a href="{bcc_recipient.U_VIEW}">{bcc_recipient.NAME}</a></span><!-- ELSE -->{bcc_recipient.NAME_FULL} <!-- ENDIF --> 92 <!-- END bcc_recipient --> 93 </td> 94 </tr> 95 <!-- ENDIF --> 75 96 <tr> 76 97 <th colspan="2" align="center">{L_PREVIEW}</th>
Note:
See TracChangeset
for help on using the changeset viewer.