Advertisement
Guest User

Subsitituir

a guest
Oct 23rd, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.72 KB | None | 0 0
  1. <script type="text/javascript">
  2. //<![CDATA[
  3. var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
  4.  
  5. $(function(){
  6. if(typeof(_atc) == "undefined") {
  7. _atc = { };
  8. }
  9. });
  10.  
  11. var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
  12. showHiddenMessage = function(id) {
  13. try {
  14. var regId = parseInt(id, 10);
  15. if( isNaN(regId) ) { regId = 0; }
  16.  
  17. if( regId > 0) {
  18. $('.post--' + id).toggle(0, function() {
  19. if( $(this).is(":visible") ) {
  20. $('#hidden-title--' + id).html(hiddenMsgLabel.visible);
  21. } else {
  22. $('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
  23. }
  24. });
  25. }
  26. } catch(e) { }
  27.  
  28. return false;
  29. };
  30.  
  31. //]]>
  32. </script>
  33.  
  34. <div class="sub-header">
  35. <div class="sub-header-info">
  36.  
  37. <h1 class="page-title">
  38. <a href="{TOPIC_URL}">{TOPIC_TITLE}</a>
  39. </h1>
  40. <div class="sub-header-path">
  41. <a class="nav" href="{U_INDEX}"><span>{L_INDEX}</span></a>
  42. {NAV_CAT_DESC}
  43. </div>
  44. </div>
  45.  
  46. <div class="sub-header-buttons">
  47. <!-- BEGIN switch_user_authpost -->
  48. <a href="{U_POST_NEW_TOPIC}" rel="nofollow" class="ion-edit button1">{L_POST_NEW_TOPIC}</a>
  49. <!-- END switch_user_authpost -->
  50. <!-- BEGIN switch_user_authreply -->
  51. <a href="{U_POST_REPLY_TOPIC}" class="ion-reply button1">{L_POST_REPLY_TOPIC}</a>
  52. <!-- END switch_user_authreply -->
  53. </div>
  54. </div>
  55.  
  56. <div class="topic-actions">
  57. <!-- BEGIN topicpagination -->
  58. <div class="pagination">
  59. {PAGINATION}
  60. </div>
  61. <!-- END topicpagination -->
  62.  
  63. <div class="topic-actions-buttons">
  64. <!-- BEGIN switch_twitter_btn -->
  65. <span>
  66. <a href="https://twitter.com/share" class="twitter-share-button" data-via="{TWITTER}">Tweet</a>
  67. <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
  68. </span>
  69. <!-- END switch_twitter_btn -->
  70.  
  71. <!-- BEGIN switch_fb_likebtn -->
  72. <script>(function(d, s, id) {
  73. var js, fjs = d.getElementsByTagName(s)[0];
  74. if (d.getElementById(id)) return;
  75. js = d.createElement(s); js.id = id;
  76. js.src = "https://connect.facebook.net/{LANGUAGE}/all.js#xfbml=1";
  77. fjs.parentNode.insertBefore(js, fjs);
  78. }(document, 'script', 'facebook-jssdk'));</script>
  79. <span class="fb-like" data-href="{FORUM_URL}{TOPIC_URL}" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></span>
  80. <!-- END switch_fb_likebtn -->
  81.  
  82. <a class="addthis_button">{L_SHARE}</a>
  83. <!-- BEGIN switch_plus_menu -->
  84. <script type="text/javascript">//<![CDATA[
  85. var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
  86. var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
  87. var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
  88. var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
  89. var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
  90. insert_plus_menu_new('f{FORUM_ID}&amp;t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
  91. //]]>
  92. </script>
  93. <!-- END switch_plus_menu -->
  94. </div>
  95. </div>
  96.  
  97. <div class="quick-nav-topics">
  98. <!-- BEGIN switch_isconnect -->
  99. <a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>
  100. <!-- END switch_isconnect -->
  101. <a href="#bottom">{L_GOTO_DOWN}</a>
  102. <!-- BEGIN switch_isconnect -->
  103. <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>
  104. <!-- END switch_isconnect -->
  105. </div>
  106.  
  107. {POLL_DISPLAY}
  108.  
  109. <!-- BEGIN postrow -->
  110. <!-- BEGIN hidden -->
  111. <div class="post {postrow.hidden.ROW_COUNT}">
  112. <p style="text-align:center">{postrow.hidden.MESSAGE}</p>
  113. </div>
  114. <!-- END hidden -->
  115. <!-- BEGIN displayed -->
  116. <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}">
  117. <div style="position: relative; top: -30px; width: 1px;" id="{postrow.displayed.U_POST_ID}"></div>
  118. <div class="postprofile" id="profile{postrow.displayed.U_POST_ID}">
  119. <!-- div class="online2"></div-->
  120. <dl>
  121. <dt>
  122. <div class="postprofile-avatar">
  123. {postrow.displayed.POSTER_AVATAR}
  124. </div>
  125. <div class="postprofile-name">
  126. {postrow.displayed.POSTER_NAME}
  127. </div>
  128. <div class="postprofile-rank">
  129. {postrow.displayed.POSTER_RANK_NEW}{postrow.displayed.RANK_IMAGE}
  130. </div>
  131. </dt>
  132. <dd class="postprofile-info">
  133. <!-- BEGIN profile_field -->
  134. {postrow.displayed.profile_field.LABEL}
  135. {postrow.displayed.profile_field.CONTENT}
  136. {postrow.displayed.profile_field.SEPARATOR}
  137. <!-- END profile_field -->
  138. {postrow.displayed.POSTER_RPG}
  139. </dd>
  140. <dd class="postprofile-contact">
  141. {postrow.displayed.PROFILE_IMG}
  142. {postrow.displayed.PM_IMG}
  143. {postrow.displayed.EMAIL_IMG}
  144. <!-- BEGIN contact_field -->
  145. {postrow.displayed.contact_field.CONTENT}
  146. <!-- END contact_field -->
  147. </dd>
  148. </dl>
  149. </div>
  150.  
  151. <div class="post-head">
  152. <ul class="profile-icons">
  153. <li class="btn-thank">
  154. <a href="{postrow.displayed.THANK_URL}">
  155. <i class="ion-heart"></i>
  156. </a>
  157. </li>
  158. <li class="btn-quote-multi">
  159. <span onclick="{postrow.displayed.MULTIQUOTE_URL}" id="post_mq{TOPIC_ID}_{postrow.displayed.U_POST_ID}">
  160. <i class="ion-quote"></i>
  161. <i class="ion-ios-plus-empty"></i>
  162. </span>
  163. </li>
  164. <li class="btn-quote">
  165. <a href="{postrow.displayed.QUOTE_URL}">
  166. <i class="ion-quote"></i>
  167. </a>
  168. </li>
  169. <li class="btn-edit">
  170. <a href="{postrow.displayed.EDIT_URL}">
  171. <i class="ion-edit"></i>
  172. </a>
  173. </li>
  174. <li class="btn-delete">
  175. <a href="{postrow.displayed.DELETE_URL}">
  176. <i class="ion-trash-a"></i>
  177. </a>
  178. </li>
  179. <li class="btn-ip">
  180. <a href="{postrow.displayed.IP_URL}">
  181. <i class="fa fa-desktop"></i>
  182. </a>
  183. </li>
  184. <li class="btn-report">
  185. {postrow.displayed.REPORT_IMG}
  186. </li>
  187. </ul>
  188. <span class="topic-icon">{postrow.displayed.ICON}</span>
  189. <h2 class="topic-title"><a href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a></h2>
  190. <span class="data-topico">Postado <span class="post-entry-date-string">{postrow.displayed.POST_DATE_NEW}</span></span>
  191.  
  192. </div>
  193. <div class="topic-vote">
  194. <!-- BEGIN switch_vote_active -->
  195. <div class="vote">
  196. <!-- BEGIN switch_vote -->
  197. <a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}" class="ion-thumbsup"></a>
  198. <!-- END switch_vote -->
  199.  
  200. <!-- BEGIN switch_vote -->
  201. <a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}" class="ion-thumbsdown"></a>
  202. <!-- END switch_vote -->
  203.  
  204. <!-- BEGIN switch_bar -->
  205. <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
  206. <div class="vote-bar-desc">
  207. {postrow.displayed.switch_vote_active.L_VOTE_TITLE}
  208. </div>
  209.  
  210. <div class="vote-bars">
  211. <!-- BEGIN switch_vote_plus -->
  212. <div class="vote-bar-plus" style="width:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
  213. <!-- END switch_vote_plus -->
  214.  
  215. <!-- BEGIN switch_vote_minus -->
  216. <div class="vote-bar-minus" style="width:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
  217. <!-- END switch_vote_minus -->
  218. </div>
  219. </div>
  220. <!-- END switch_bar -->
  221.  
  222. <!-- BEGIN switch_no_bar -->
  223. <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-bar-empty"></div>
  224. <!-- END switch_no_bar -->
  225. </div>
  226. <!-- END switch_vote_active -->
  227. </div>
  228. </div>
  229.  
  230. <div class="postbody">
  231. <div class="content">
  232. <div>{postrow.displayed.MESSAGE}</div>
  233. <!-- BEGIN switch_attachments -->
  234. <dl class="attachbox">
  235. <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
  236. <dd class="attachments">
  237. <!-- BEGIN switch_post_attachments -->
  238. <dl class="file">
  239. <dt>
  240. <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt=""/>
  241. </dt>
  242. <dd>
  243. <!-- BEGIN switch_dl_att -->
  244. <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>
  245. <!-- END switch_dl_att -->
  246.  
  247. <!-- BEGIN switch_no_dl_att -->
  248. <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>
  249. <!-- END switch_no_dl_att -->
  250.  
  251. <!-- BEGIN switch_no_comment -->
  252. <span>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</span>
  253. <!-- END switch_no_comment -->
  254.  
  255. <!-- BEGIN switch_no_dl_att -->
  256. <span><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></span>
  257. <!-- END switch_no_dl_att -->
  258.  
  259. <span>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</span>
  260. </dd>
  261. </dl>
  262. <!-- END switch_post_attachments -->
  263. </dd>
  264. </dl>
  265. <!-- END switch_attachments -->
  266. </div>
  267. <div class="edited-message">
  268. {postrow.displayed.EDITED_MESSAGE}
  269. </div>
  270. <!-- BEGIN switch_signature -->
  271. <div class="signature_div" id="sig{postrow.displayed.U_POST_ID}">{postrow.displayed.SIGNATURE_NEW}</div>
  272. <!-- END switch_signature -->
  273. </div>
  274. </div>
  275. <!-- BEGIN first_post_br -->
  276. <hr id="first-post-br" />
  277. <!-- END first_post_br -->
  278. <!-- END displayed -->
  279. <!-- END postrow -->
  280.  
  281. <a name="bottomtitle"></a>
  282.  
  283. <div class="quick-nav-topics bottom">
  284. <!-- BEGIN switch_isconnect -->
  285. <a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>
  286. <!-- END switch_isconnect -->
  287. <a href="#top">{L_BACK_TO_TOP}</a>
  288. <!-- BEGIN switch_isconnect -->
  289. <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>
  290. <!-- END switch_isconnect -->
  291. </div>
  292.  
  293. <div class="topic-actions bottom">
  294. <!-- BEGIN topicpagination -->
  295. <div class="pagination">
  296. {PAGINATION}
  297. </div>
  298. <!-- END topicpagination -->
  299.  
  300. <div class="topic-actions-buttons">
  301. <!-- BEGIN switch_user_logged_in -->
  302. <!-- BEGIN watchtopic -->
  303. {S_WATCH_TOPIC}
  304. <!-- END watchtopic -->
  305. <!-- END switch_user_logged_in -->
  306.  
  307. <!-- BEGIN switch_user_authpost -->
  308. <a href="{U_POST_NEW_TOPIC}" rel="nofollow" class="ion-edit button1">{L_POST_NEW_TOPIC}</a>
  309. <!-- END switch_user_authpost -->
  310. <!-- BEGIN switch_user_authreply -->
  311. <a href="{U_POST_REPLY_TOPIC}" class="ion-reply button1">{L_POST_REPLY_TOPIC}</a>
  312. <!-- END switch_user_authreply -->
  313. </div>
  314. </div>
  315.  
  316. <!-- BEGIN promot_trafic -->
  317. <div class="block" id="ptrafic_close" style="display: none;">
  318. <div class="h3"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><i class="ion-ios-plus-outline"></i></a>{PROMOT_TRAFIC_TITLE}</div>
  319. </div>
  320. <div class="block" id="ptrafic_open" style="display:'';">
  321. <div class="h3"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><i class="ion-ios-minus-outline"></i></a>{PROMOT_TRAFIC_TITLE}</div>
  322. <ul class="ptrafic">
  323. <!-- BEGIN link -->
  324. <li>
  325. <a href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}" rel="nofollow">
  326. <i class="ion-ios-chatbubble-outline"></i>{promot_trafic.link.TITLE}
  327. </a>
  328. </li>
  329. <!-- END link -->
  330. </ul>
  331. </div>
  332. <!-- END promot_trafic -->
  333.  
  334. <!-- BEGIN switch_forum_rules -->
  335. <div class="post row1" id="forum_rules">
  336. <div class="h3">{L_FORUM_RULES}</div>
  337. <div class="clear"></div>
  338. <table class="postbody">
  339. <tr>
  340. <!-- BEGIN switch_forum_rule_image -->
  341. <td class="logo">
  342. <img src="{RULE_IMG_URL}" alt="" />
  343. </td>
  344. <!-- END switch_forum_rule_image -->
  345. <td class="rules content">
  346. {RULE_MSG}
  347. </td>
  348. </tr>
  349. </table>
  350. </div>
  351. <!-- END switch_forum_rules -->
  352.  
  353. <!-- BEGIN switch_user_logged_in -->
  354. <a name="quickreply"></a>
  355. {QUICK_REPLY_FORM}
  356. <!-- END switch_user_logged_in -->
  357.  
  358. <form action="{S_JUMPBOX_ACTION}" method="get" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
  359. <fieldset class="jumpbox">
  360. <label>{L_JUMP_TO}:</label>
  361. {S_JUMPBOX_SELECT}
  362. <input class="button2" type="submit" value="{L_GO}" />
  363. </fieldset>
  364. </form>
  365.  
  366. <!-- BEGIN viewtopic_bottom -->
  367. <form method="get" action="{S_FORM_MOD_ACTION}">
  368. <fieldset class="quickmod">
  369. <input type="hidden" name="t" value="{TOPIC_ID}" />
  370.  
  371. <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
  372. <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />
  373. <label>{L_MOD_TOOLS}:</label>
  374. {S_SELECT_MOD}
  375. <input class="button2" type="submit" value="{L_GO}" />
  376. </fieldset>
  377. </form>
  378.  
  379. <p class="right">{S_TOPIC_ADMIN}</p>
  380. <!-- END viewtopic_bottom -->
  381.  
  382. <!-- BEGIN show_permissions -->
  383. <div class="block">
  384. <div class="h3">{L_TABS_PERMISSIONS}</div>
  385. {S_AUTH_LIST}
  386. </div>
  387. <!-- END show_permissions -->
  388.  
  389. <!-- BEGIN switch_image_resize -->
  390. <script type="text/javascript">
  391. //<![CDATA[
  392. $(resize_images({ 'selector' : '.postbody .content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
  393. //]]>
  394. </script>
  395. <!-- END switch_image_resize -->
  396.  
  397. <script src="//s7.addthis.com/js/300/addthis_widget.js#pubid=forumotion" type="text/javascript"></script>
  398. <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/github-gist.min.css">
  399. <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"></script>
  400. <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/languages/go.min.js"></script>
  401. <script>
  402. $(document).ready(function() {
  403. $('pre, code').each(function(i, block) {
  404. hljs.highlightBlock(block);
  405. });
  406.  
  407. $('.post').each(function() {
  408. if (!$(this).find('.postprofile-avatar').html().length) {
  409. $(this).find('.postprofile-rank').css('border-bottom', 'none');
  410. $(this).find('.postprofile > dl > dt').css('min-height', $(this).find('.post-head').innerHeight());
  411. }
  412. });
  413. });
  414. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement