Advertisement
Millie-non

viewtopic_body (Peaceful)

Dec 4th, 2020 (edited)
949
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.15 KB | None | 0 0
  1. <!-- BEGIN switch_plus_menu -->
  2. <script type="text/javascript">
  3. //<![CDATA[
  4. var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}';
  5. </script>
  6. <!-- END switch_plus_menu -->
  7. <script type="text/javascript">
  8. var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
  9. showHiddenMessage = function(id)
  10. {
  11. try
  12. {
  13. var regId = parseInt(id, 10);
  14. if( isNaN(regId) ) { regId = 0; }
  15.  
  16. if( regId > 0)
  17. {
  18. $('.post--' + id).toggle(0, function()
  19. {
  20. if( $(this).is(":visible") )
  21. {
  22. $('#hidden-title--' + id).html(hiddenMsgLabel.visible);
  23. }
  24. else
  25. {
  26. $('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
  27. }
  28. });
  29. }
  30. }
  31. catch(e) { }
  32.  
  33. return false;
  34. };
  35. //]]>
  36. </script>
  37. <!-- BEGIN switch_push_direct_send -->
  38. <div id="push-answer" class="jqmWindow"></div>
  39. <script src="{JQUERY_DIR}jqmodal/jqmodal.js" type="text/javascript"></script>
  40. <script type="text/javascript">
  41. $(document).ready(function() {
  42. $('#push-answer').jqm({toTop: true});
  43.  
  44. $('#push-bell').click(function () {
  45. return sendWebPush({TOPIC_ID});
  46. });
  47. function sendWebPush(tId){
  48. $.get("/ajax_push.php?topicID=" + tId ).done(showPushAnswer);
  49. }
  50.  
  51. function showPushAnswer(data) {
  52. $('#push-answer').html(data).jqmShow();
  53. $('.jqmOverlay').bgiframe();
  54. $('#push-answer').bgiframe();
  55. }
  56. });
  57. //]]>
  58. </script>
  59. <!-- END switch_push_direct_send -->
  60.  
  61. <h1 class="page-title"><a href="{TOPIC_URL}">{TOPIC_TITLE}</a><!-- BEGIN switch_push_direct_send -->&nbsp;<span id="push-bell" title="{switch_push_direct_send.L_PUSH_SEND}"></span><!-- END switch_push_direct_send --></h1>
  62. <div class="pcf-tpl_t1"><a class="nav" href="{U_INDEX}"><span>{L_INDEX}</span></a>{NAV_CAT_DESC}</div>
  63.  
  64. <div class="pcf-viewforum_body">
  65. <div class="topic-actions">
  66. <!-- BEGIN switch_user_authpost --><a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>&nbsp;&nbsp;&nbsp;<!-- END switch_user_authpost -->
  67. <!-- BEGIN switch_user_authreply --><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a><!-- END switch_user_authreply -->
  68. <div class="pagination">{PAGINATION}</div>
  69. </div></div>
  70.  
  71. <div class="clear"></div>
  72. {POLL_DISPLAY}
  73.  
  74. <!-- BEGIN postrow -->
  75. <!-- BEGIN hidden -->
  76. <div class="post {postrow.hidden.ROW_COUNT}">
  77. <div class="inner">
  78. <span class="corners-top"><span></span></span>
  79. <p style="text-align:center">{postrow.hidden.MESSAGE}</p>
  80. <div class="clear"></div>
  81. <span class="corners-bottom"><span></span></span>
  82. </div>
  83. </div>
  84. <!-- END hidden -->
  85.  
  86. <!-- BEGIN displayed -->
  87. <div id="p{postrow.displayed.U_POST_ID}" class="post {postrow.displayed.ROW_COUNT}{postrow.displayed.ONLINE_IMG_NEW} post--{postrow.displayed.U_POST_ID}"{postrow.displayed.THANK_BGCOLOR} style="{postrow.displayed.DISPLAYABLE_STATE}">
  88. <div class="inner">
  89. <div class="h3"><a href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a></div>
  90. <div style="position: relative; top: -30px; width: 1px;" id="{postrow.displayed.U_POST_ID}"></div>
  91. <div class="pcf-eapost">
  92. <div class="pcf-author">{postrow.displayed.POST_DATE_NEW}</div>
  93. <ul class="pcf-iconsedits" style="display: inline-flex;list-style-type: none!important;">
  94. <li>{postrow.displayed.THANK_IMG}</li>
  95. <li>{postrow.displayed.MULTIQUOTE_IMG}</li>
  96. <li>{postrow.displayed.QUOTE_IMG}</li>
  97. <li>{postrow.displayed.EDIT_IMG}</li>
  98. <li>{postrow.displayed.DELETE_IMG}</li>
  99. <li>{postrow.displayed.IP_IMG}</li>
  100. <li>{postrow.displayed.REPORT_IMG_NEW}</li></ul>
  101. </div>
  102.  
  103. <div class="postbody">
  104. <div class="clearfix"></div>
  105. <!-- BEGIN switch_vote_active -->
  106. <div class="vote gensmall">
  107. <!-- BEGIN switch_vote -->
  108. <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
  109. <!-- END switch_vote -->
  110.  
  111. <!-- BEGIN switch_bar -->
  112. <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
  113. <!-- BEGIN switch_vote_plus -->
  114. <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
  115. <!-- END switch_vote_plus -->
  116.  
  117. <!-- BEGIN switch_vote_minus -->
  118. <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
  119. <!-- END switch_vote_minus -->
  120. </div>
  121. <!-- END switch_bar -->
  122.  
  123. <!-- BEGIN switch_no_bar -->
  124. <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
  125. <!-- END switch_no_bar -->
  126.  
  127. <!-- BEGIN switch_vote -->
  128. <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
  129. <!-- END switch_vote -->
  130. </div>
  131. <!-- END switch_vote_active -->
  132.  
  133. <div style="display:none"></div>
  134. <div class="content clearfix">
  135. <div>{postrow.displayed.MESSAGE}</div>
  136. <!-- BEGIN switch_attachments -->
  137. <dl class="attachbox">
  138. <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
  139. <dd class="attachments">
  140. <!-- BEGIN switch_post_attachments -->
  141. <dl class="file clearfix">
  142. <dt>
  143. <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt=""/>
  144. </dt>
  145. <dd>
  146. <!-- BEGIN switch_dl_att -->
  147. <span><a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}</span>
  148. <!-- END switch_dl_att -->
  149.  
  150. <!-- BEGIN switch_no_dl_att -->
  151. <span>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}</span>
  152. <!-- END switch_no_dl_att -->
  153.  
  154. <!-- BEGIN switch_no_comment -->
  155. <span>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</span>
  156. <!-- END switch_no_comment -->
  157.  
  158. <!-- BEGIN switch_no_dl_att -->
  159. <span><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></span>
  160. <!-- END switch_no_dl_att -->
  161.  
  162. <span>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</span>
  163. </dd>
  164. </dl>
  165. <!-- END switch_post_attachments -->
  166. </dd>
  167. </dl>
  168. <!-- END switch_attachments -->
  169. </div>
  170. <div id="pcf-editinfo">{postrow.displayed.EDITED_MESSAGE}</div>
  171. <!-- BEGIN switch_signature -->
  172. <div class="signature_div" id="sig{postrow.displayed.U_POST_ID}">{postrow.displayed.SIGNATURE_NEW}</div>
  173. <!-- END switch_signature -->
  174. </div>
  175.  
  176. <div class="pcf-postprofile" id="profile{postrow.displayed.U_POST_ID}">
  177. <div class="pcf-profile-username">{postrow.displayed.POSTER_NAME}</div>
  178. <div class="pcf-postground"><div class="postprofile-style">
  179. <!-- BEGIN profile_field -->
  180. <div class="pcf-postprofile-field">
  181. <span class="pcf-profile-label">{postrow.displayed.profile_field.LABEL}</span>
  182. <span class="pcf-profile-content">{postrow.displayed.profile_field.CONTENT}</span>
  183. {postrow.displayed.profile_field.SEPARATOR}
  184. </div>
  185. <!-- END profile_field -->
  186. </div></div>
  187. <div class="pcf-profile-avatar">{postrow.displayed.POSTER_AVATAR}</div>
  188. <div class="pcf-profile-rank">{postrow.displayed.POSTER_RANK_NEW}{postrow.displayed.RANK_IMAGE}</div>
  189. <div class="pcf-profile-contact">{postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} <!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field --></div>
  190. <div class="pcf-profile-rpg">{postrow.displayed.POSTER_RPG}</div>
  191. <dd {postrow.displayed.AWARDS_SHOW} class="dd_award {postrow.displayed.PROFILE_POSITION}">{postrow.displayed.AWARDS}</dd><dd class="award_more"></dd>
  192. </div>
  193.  
  194. <div class="clear"></div>
  195.  
  196. <!-- BEGIN switch_likes_active -->
  197. <div class="fa_like_div">
  198. <!-- BEGIN switch_like_list -->
  199. {postrow.displayed.switch_likes_active.switch_like_list.D_LIKE_LIST}
  200. <!-- END switch_like_list -->
  201. <!-- BEGIN switch_dislike_list -->
  202. {postrow.displayed.switch_likes_active.switch_dislike_list.D_DISLIKE_LIST}
  203. <!-- END switch_dislike_list -->
  204. <button class="rep-button {postrow.displayed.switch_likes_active.C_VOTE_LIKE}" data-href="{postrow.displayed.switch_likes_active.U_VOTE_LIKE}" data-href-rm="{postrow.displayed.switch_likes_active.U_VOTE_RM_LIKE}">
  205. <svg width="13px" height="13px" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M320 1344q0-26-19-45t-45-19q-27 0-45.5 19t-18.5 45q0 27 18.5 45.5t45.5 18.5q26 0 45-18.5t19-45.5zm160-512v640q0 26-19 45t-45 19h-288q-26 0-45-19t-19-45v-640q0-26 19-45t45-19h288q26 0 45 19t19 45zm1184 0q0 86-55 149 15 44 15 76 3 76-43 137 17 56 0 117-15 57-54 94 9 112-49 181-64 76-197 78h-129q-66 0-144-15.5t-121.5-29-120.5-39.5q-123-43-158-44-26-1-45-19.5t-19-44.5v-641q0-25 18-43.5t43-20.5q24-2 76-59t101-121q68-87 101-120 18-18 31-48t17.5-48.5 13.5-60.5q7-39 12.5-61t19.5-52 34-50q19-19 45-19 46 0 82.5 10.5t60 26 40 40.5 24 45 12 50 5 45 .5 39q0 38-9.5 76t-19 60-27.5 56q-3 6-10 18t-11 22-8 24h277q78 0 135 57t57 135z" fill="#666"/></svg>
  206. <span>{postrow.displayed.switch_likes_active.L_LIKE}</span>{postrow.displayed.switch_likes_active.COUNT_VOTE_LIKE}
  207. </button>
  208. <!-- BEGIN switch_dislike_button -->
  209. <button class="rep-button {postrow.displayed.switch_likes_active.switch_dislike_button.C_VOTE_DISLIKE}" data-href="{postrow.displayed.switch_likes_active.switch_dislike_button.U_VOTE_DISLIKE}" data-href-rm="{postrow.displayed.switch_likes_active.switch_dislike_button.U_VOTE_RM_LIKE}">
  210. <svg width="13px" height="13px" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M320 576q0 26-19 45t-45 19q-27 0-45.5-19t-18.5-45q0-27 18.5-45.5t45.5-18.5q26 0 45 18.5t19 45.5zm160 512v-640q0-26-19-45t-45-19h-288q-26 0-45 19t-19 45v640q0 26 19 45t45 19h288q26 0 45-19t19-45zm1129-149q55 61 55 149-1 78-57.5 135t-134.5 57h-277q4 14 8 24t11 22 10 18q18 37 27 57t19 58.5 10 76.5q0 24-.5 39t-5 45-12 50-24 45-40 40.5-60 26-82.5 10.5q-26 0-45-19-20-20-34-50t-19.5-52-12.5-61q-9-42-13.5-60.5t-17.5-48.5-31-48q-33-33-101-120-49-64-101-121t-76-59q-25-2-43-20.5t-18-43.5v-641q0-26 19-44.5t45-19.5q35-1 158-44 77-26 120.5-39.5t121.5-29 144-15.5h129q133 2 197 78 58 69 49 181 39 37 54 94 17 61 0 117 46 61 43 137 0 32-15 76z" fill="#666"/></svg>
  211. <span>{postrow.displayed.switch_likes_active.switch_dislike_button.L_DISLIKE}</span>{postrow.displayed.switch_likes_active.switch_dislike_button.COUNT_VOTE_DISLIKE}
  212. </button>
  213. <!-- END switch_dislike_button -->
  214. </div>
  215. <!-- END switch_likes_active -->
  216. </div>
  217. </div>
  218. <!-- BEGIN first_post_br -->
  219. <hr id="first-post-br" />
  220. <!-- END first_post_br -->
  221. <!-- END displayed -->
  222. <!-- END postrow -->
  223.  
  224. <a name="bottomtitle"></a>
  225. <div class="clear"></div>
  226.  
  227. <div class="noprint">
  228. <!-- BEGIN switch_user_logged_in -->
  229. <!-- BEGIN watchtopic -->
  230. <p class="right">{S_WATCH_TOPIC}</p>
  231. <!-- END watchtopic -->
  232. <!-- END switch_user_logged_in -->
  233. </div>
  234.  
  235. <!-- BEGIN promot_trafic -->
  236. <div class="post row2" id="ptrafic_close" style="display:none;font-size:1.3em;line-height:1.4em">
  237. <span class="corners-top"><span></span></span>
  238. <span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="" border="0" /></a></span>
  239. <span class="ptrafic">&nbsp;{PROMOT_TRAFIC_TITLE}</span>
  240. <span class="corners-bottom"><span></span></span>
  241. </div>
  242. <div class="post row2" id="ptrafic_open" style="display:'';font-size:1.3em;line-height:1.4em">
  243. <span class="corners-top"><span></span></span>
  244. <span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="" border="0" /></a></span>
  245. <span class="ptrafic">&nbsp;{PROMOT_TRAFIC_TITLE}</span>
  246. <div class="clear"></div>
  247. <div>
  248. <!-- BEGIN link -->
  249. &raquo;&nbsp;<a href="{promot_trafic.link.U_HREF}" title="{promot_trafic.link.TITLE}" >{promot_trafic.link.TITLE}</a><br />
  250. <!-- END link -->
  251. </div>
  252. <span class="corners-bottom"><span></span></span>
  253. </div>
  254. <!-- END promot_trafic -->
  255.  
  256. <!-- BEGIN switch_forum_rules -->
  257. <div class="post row1" id="forum_rules">
  258. <span class="corners-top"><span></span></span>
  259. <div class="h3">&nbsp;{L_FORUM_RULES}</div>
  260. <div class="clear"></div>
  261. <table class="postbody">
  262. <tr>
  263. <!-- BEGIN switch_forum_rule_image -->
  264. <td class="logo">
  265. <img src="{RULE_IMG_URL}" alt="" />
  266. </td>
  267. <!-- END switch_forum_rule_image -->
  268. <td class="rules content">
  269. {RULE_MSG}
  270. </td>
  271. </tr>
  272. </table>
  273. <span class="corners-bottom"><span></span></span>
  274. </div>
  275. <!-- END switch_forum_rules -->
  276.  
  277. <!-- BEGIN switch_user_logged_in -->
  278. <a name="quickreply"></a>
  279. {QUICK_REPLY_FORM}
  280. <!-- END switch_user_logged_in -->
  281.  
  282. <hr />
  283.  
  284. <div class="pcf-viewforum_body">
  285. <div class="topic-actions">
  286. <!-- BEGIN switch_user_authpost --><a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>&nbsp;&nbsp;&nbsp;<!-- END switch_user_authpost -->
  287. <!-- BEGIN switch_user_authreply --><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a><!-- END switch_user_authreply -->
  288. <div class="pagination">{PAGINATION}</div>
  289. </div></div>
  290.  
  291. <div class="clear"></div>
  292.  
  293. <form action="{S_JUMPBOX_ACTION}" method="get" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
  294. <fieldset class="jumpbox">
  295. <label>{L_JUMP_TO}:&nbsp;</label>
  296. {S_JUMPBOX_SELECT}&nbsp;
  297. <input class="button2" type="submit" value="{L_GO}" />
  298. </fieldset>
  299. </form>
  300.  
  301. <!-- BEGIN viewtopic_bottom -->
  302. <form method="get" action="{S_FORM_MOD_ACTION}">
  303. <fieldset class="quickmod">
  304. <input type="hidden" name="t" value="{TOPIC_ID}" />
  305.  
  306. <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
  307. <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />
  308. <label>{L_MOD_TOOLS}:&nbsp;</label>
  309. {S_SELECT_MOD}&nbsp;
  310. <input class="button2" type="submit" value="{L_GO}" />
  311. </fieldset>
  312. </form>
  313. <div class="clear"></div>
  314. <p class="right">{S_TOPIC_ADMIN}</p>
  315. <!-- END viewtopic_bottom -->
  316.  
  317. <!-- BEGIN show_permissions -->
  318. <div class="h3">{L_TABS_PERMISSIONS}</div>
  319. {S_AUTH_LIST}
  320. <!-- END show_permissions -->
  321.  
  322. <!-- BEGIN switch_image_resize -->
  323. <script type="text/javascript">
  324. //<![CDATA[
  325. $(resize_images({ 'selector' : '.postbody .content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
  326. //]]>
  327. </script>
  328. <!-- END switch_image_resize -->
  329.  
  330. <style>
  331. div#textarea_content { width: 95%!important; }
  332. .sceditor-container textarea { width: 100%!important; height: 120px!important; }
  333. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement