Changeset 702 for trunk/forum/styles/subsilver2/template/mcp_topic.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_topic.html
r400 r702 62 62 </tr> 63 63 <tr> 64 <th nowrap="nowrap">{L_AUTHOR}</th> 65 <th nowrap="nowrap">{L_MESSAGE}</th> 66 <th nowrap="nowrap">{L_SELECT}</th> 64 <th nowrap="nowrap" colspan="3">{L_TOPIC_REVIEW}: {TOPIC_TITLE}</th> 67 65 </tr> 68 66 <tr> … … 82 80 </table> 83 81 </td> 84 <td rowspan="2" width="5%" align="center"><input type="checkbox" class="radio" name="post_id_list[]" value="{postrow.POST_ID}"<!-- IF postrow.S_CHECKED --> checked="checked"<!-- ENDIF --> /></td>82 <td width="5%" align="center"><a href="{postrow.U_POST_DETAILS}">{INFO_IMG}</a></td> 85 83 </tr> 86 84 87 85 <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF --> 88 86 89 <td valign="bottom"> 90 <table width="100%" cellspacing="0" cellpadding="0" border="0"> 91 <tr valign="middle"> 92 <td align="center"><span class="gensmall">[ <a href="{postrow.U_POST_DETAILS}">{L_POST_DETAILS}</a> ]</span></td> 93 </tr> 94 </table> 95 </td> 96 <td width="100%" valign="top"> 87 <td width="100%" valign="top" colspan="2"> 97 88 <table width="100%" cellspacing="0" cellpadding="2" border="0"> 98 89 <tr> … … 121 112 <tr valign="middle"> 122 113 <td width="100%"> 123 <!-- IF postrow.S_POST_UNAPPROVED and postrow.U_MCP_APPROVE --> {UNAPPROVED_IMG} <span class="postapprove"><a href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></span><!-- ENDIF -->124 <!-- IF postrow.S_POST_REPORTED and postrow.U_MCP_REPORT --> {REPORTED_IMG}<span class="postreported"><a href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF -->114 <!-- IF postrow.S_POST_UNAPPROVED and postrow.U_MCP_APPROVE --><span class="postapprove">{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></span><br /><!-- ENDIF --> 115 <!-- IF postrow.S_POST_REPORTED and postrow.U_MCP_REPORT --><span class="postreported">{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF --> 125 116 </td> 126 117 <td width="10" nowrap="nowrap">{postrow.MINI_POST_IMG}</td> … … 132 123 </table> 133 124 </td> 125 <td width="5%" align="center"><input type="checkbox" class="radio" name="post_id_list[]" value="{postrow.POST_ID}"<!-- IF postrow.S_CHECKED --> checked="checked"<!-- ENDIF --> /></td> 134 126 </tr> 135 127 <tr>
Note:
See TracChangeset
for help on using the changeset viewer.