- Timestamp:
- Mar 31, 2010, 6:32:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/forum/styles/prosilver/template/posting_topic_review.html
r400 r702 6 6 7 7 <div id="topicreview"> 8 <script type="text/javascript"> 9 // <![CDATA[ 10 bbcodeEnabled = {S_BBCODE_ALLOWED}; 11 // ]]> 12 </script> 8 13 <!-- BEGIN topic_review_row --> 14 15 <!-- IF topic_review_row.S_IGNORE_POST --> 16 <div class="post bg3 post-ignore"> 17 <div class="inner"><span class="corners-top"><span></span></span> 18 {topic_review_row.L_IGNORE_POST} 19 <!-- ELSE --> 9 20 <div class="post <!-- IF topic_review_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->"> 10 21 <div class="inner"><span class="corners-top"><span></span></span> 22 <!-- ENDIF --> 11 23 12 24 <div class="postbody" id="pr{topic_review_row.POST_ID}">
Note:
See TracChangeset
for help on using the changeset viewer.