- Timestamp:
- Mar 31, 2010, 6:32:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/forum/styles/subsilver2/template/viewtopic_body.html
r400 r702 119 119 </table> 120 120 {S_HIDDEN_FIELDS} 121 121 {S_FORM_TOKEN} 122 122 </form> 123 123 124 124 </td> 125 125 </tr> … … 156 156 </td> 157 157 </tr> 158 158 159 159 <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF --> 160 160 … … 179 179 <tr> 180 180 <td>{postrow.POSTER_AVATAR}</td> 181 </tr> 182 <!-- ENDIF --> 183 <!-- IF not (postrow.ONLINE_IMG or postrow.RANK_TITLE or postrow.RANK_IMG or postrow.POSTER_AVATAR) --> 184 <tr> 185 <td></td> 181 186 </tr> 182 187 <!-- ENDIF --> … … 206 211 <table width="100%" cellspacing="0"> 207 212 <tr> 208 <td class="gensmall"><!-- IF postrow.S_POST_UNAPPROVED --><span class="postapprove">{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></span> <!-- ENDIF --> <!-- IF postrow.S_POST_REPORTED --><span class="postreported">{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF --></td>213 <td class="gensmall"><!-- IF postrow.S_POST_UNAPPROVED --><span class="postapprove">{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></span><br /> <!-- ENDIF --> <!-- IF postrow.S_POST_REPORTED --><span class="postreported">{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF --></td> 209 214 </tr> 210 215 </table> … … 255 260 256 261 <!-- IF postrow.BUMPED_MESSAGE --> 257 <span class="gensmall"> {postrow.BUMPED_MESSAGE}</span>262 <span class="gensmall"><br /><br />{postrow.BUMPED_MESSAGE}</span> 258 263 <!-- ENDIF --> 259 264 … … 281 286 282 287 <td class="profile"><strong><a href="#wrapheader">{L_BACK_TO_TOP}</a></strong></td> 283 <td><div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};"> <!-- IF postrow.U_P ROFILE --><a href="{postrow.U_PROFILE}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_PM --><a href="{postrow.U_PM}">{PM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF --> </div> <div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><!-- IF not S_IS_BOT --><!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a> <!-- ENDIF --> <!-- ENDIF --> </div></td>288 <td><div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};"> <!-- IF postrow.U_POST_AUTHOR --><a href="{postrow.U_POST_AUTHOR}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_PM --><a href="{postrow.U_PM}">{PM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF --> </div> <div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><!-- IF not S_IS_BOT --><!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a> <!-- ENDIF --> <!-- ENDIF --> </div></td> 284 289 <!-- ENDIF --> 285 290 </tr> … … 320 325 321 326 <br clear="all" /> 327 <!-- IF S_QUICK_REPLY --> 328 <!-- INCLUDE quickreply_editor.html --> 329 <!-- ENDIF --> 322 330 323 331 <!-- INCLUDE breadcrumbs.html -->
Note:
See TracChangeset
for help on using the changeset viewer.