Advertisement
Hardrockdesign

viewtopic_body Fully

Aug 14th, 2015
774
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.08 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.  
  6. $(function(){
  7.  
  8. if(typeof(_atc) == "undefined") {
  9. _atc = { };
  10. }
  11.  
  12. _atc.cwait = 0;
  13. $('.addthis_button').mouseup(function(){
  14. if ($('#at15s').css('display') == 'block') {
  15. addthis_close();
  16. }
  17. });
  18. });
  19.  
  20. var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
  21. showHiddenMessage = function(id)
  22. {
  23. try
  24. {
  25. var regId = parseInt(id, 10);
  26. if( isNaN(regId) ) { regId = 0; }
  27.  
  28. if( regId > 0)
  29. {
  30. $('.post--' + id).toggle(0, function()
  31. {
  32. if( $(this).is(":visible") )
  33. {
  34. $('#hidden-title--' + id).html(hiddenMsgLabel.visible);
  35. }
  36. else
  37. {
  38. $('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
  39. }
  40. });
  41. }
  42. }
  43. catch(e) { }
  44.  
  45. return false;
  46. };
  47.  
  48. //]]>
  49. </script>
  50.  
  51. <h1 class="page-title">
  52. <a href="{TOPIC_URL}">{TOPIC_TITLE}</a>
  53. </h1>
  54. <div class="topic-actions">
  55. <div class="buttons">
  56.  
  57. <!-- BEGIN switch_user_authpost -->
  58. <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;
  59. <!-- END switch_user_authpost -->
  60.  
  61. <!-- BEGIN switch_user_authreply -->
  62. <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
  63. <!-- END switch_user_authreply -->
  64. </div>
  65.  
  66. <div class="pathname-box">
  67. <p itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
  68. <a class="nav" href="{U_INDEX}" itemprop="url"><span itemprop="title">{L_INDEX}</span></a>
  69. <!--{NAV_SEP}<a class="nav" href="{U_ALBUM}" itemprop="url"><span itemprop="title">{L_ALBUM}</span></a>-->
  70. {NAV_CAT_DESC}
  71. </p>
  72. </div>
  73.  
  74. <p class="right">
  75. <!-- BEGIN switch_twitter_btn -->
  76. <span>
  77. <a href="https://twitter.com/share" class="twitter-share-button" data-via="{TWITTER}">Tweet</a>
  78. <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>
  79. </span>
  80. <!-- END switch_twitter_btn -->
  81. <!-- BEGIN switch_fb_likebtn -->
  82. <script>(function(d, s, id) {
  83. var js, fjs = d.getElementsByTagName(s)[0];
  84. if (d.getElementById(id)) return;
  85. js = d.createElement(s); js.id = id;
  86. js.src = "//connect.facebook.net/{LANGUAGE}/all.js#xfbml=1";
  87. fjs.parentNode.insertBefore(js, fjs);
  88. }(document, 'script', 'facebook-jssdk'));</script>
  89. <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>
  90. <!-- END switch_fb_likebtn -->
  91. </p>
  92.  
  93. <div class="pagination">
  94. {PAGE_NUMBER}
  95. &nbsp;&bull;&nbsp;
  96. <a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;pub=forumotion">{L_SHARE}</a>
  97. <!-- BEGIN switch_plus_menu -->
  98. &nbsp;&bull;&nbsp;
  99. <script type="text/javascript">//<![CDATA[
  100. var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
  101. var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
  102. var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
  103. var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
  104. var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
  105. var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
  106. insert_plus_menu_new('f{FORUM_ID}&amp;t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
  107. //]]>
  108. </script>
  109. <!-- END switch_plus_menu -->
  110. </div>
  111. <div class="clear"></div>
  112. </div>
  113.  
  114. <!-- BEGIN topicpagination -->
  115. <p class="pagination">{PAGINATION}</p>
  116. <!-- END topicpagination -->
  117. <p class="left-box"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a></p>
  118. <div class="clear"></div>
  119. {POLL_DISPLAY}
  120.  
  121. <!-- BEGIN postrow -->
  122. <!-- BEGIN hidden -->
  123. <div class="post {postrow.hidden.ROW_COUNT}">
  124. <div class="inner">
  125. <span class="corners-top"><span></span></span>
  126. <p style="text-align:center">{postrow.hidden.MESSAGE}</p>
  127. <div class="clear"></div>
  128. <span class="corners-bottom"><span></span></span>
  129. </div>
  130. </div>
  131. <!-- END hidden -->
  132. <!-- BEGIN displayed -->
  133. <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}">
  134. <div class="inner"><span class="corners-top"><span></span></span>
  135. <div style="position: relative; top: -30px; width: 1px;" id="{postrow.displayed.U_POST_ID}"></div>
  136. <div class="postbody">
  137.  
  138. <ul class="profile-icons">
  139. <li>{postrow.displayed.THANK_IMG}</li>
  140. <li>{postrow.displayed.MULTIQUOTE_IMG}</li>
  141. <li>{postrow.displayed.QUOTE_IMG}</li>
  142. <li>{postrow.displayed.EDIT_IMG}</li>
  143. <li>{postrow.displayed.DELETE_IMG}</li>
  144. <li>{postrow.displayed.IP_IMG}</li>
  145. <li>{postrow.displayed.REPORT_IMG_NEW}</li>
  146. </ul>
  147.  
  148. <h2 class="topic-title">{postrow.displayed.ICON} <a href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a></h2>
  149. <p class="author"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" />&nbsp;{L_TOPIC_BY}&nbsp;{postrow.displayed.POSTER_NAME} {postrow.displayed.POST_DATE_NEW}</p>
  150. <div class="clearfix"></div>
  151.  
  152. <!-- BEGIN switch_vote_active -->
  153. <div class="vote gensmall">
  154. <!-- BEGIN switch_vote -->
  155. <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
  156. <!-- END switch_vote -->
  157.  
  158. <!-- BEGIN switch_bar -->
  159. <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
  160. <!-- BEGIN switch_vote_plus -->
  161. <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
  162. <!-- END switch_vote_plus -->
  163.  
  164. <!-- BEGIN switch_vote_minus -->
  165. <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
  166. <!-- END switch_vote_minus -->
  167. </div>
  168. <!-- END switch_bar -->
  169.  
  170. <!-- BEGIN switch_no_bar -->
  171. <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
  172. <!-- END switch_no_bar -->
  173.  
  174. <!-- BEGIN switch_vote -->
  175. <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
  176. <!-- END switch_vote -->
  177. </div>
  178. <!-- END switch_vote_active -->
  179.  
  180. <div style="display:none"></div>
  181. <div class="content clearfix">
  182. <div>{postrow.displayed.MESSAGE}</div>
  183. <!-- BEGIN switch_attachments -->
  184. <dl class="attachbox">
  185. <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
  186. <dd class="attachments">
  187. <!-- BEGIN switch_post_attachments -->
  188. <dl class="file clearfix">
  189. <dt>
  190. <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt=""/>
  191. </dt>
  192. <dd>
  193. <!-- BEGIN switch_dl_att -->
  194. <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>
  195. <!-- END switch_dl_att -->
  196.  
  197. <!-- BEGIN switch_no_dl_att -->
  198. <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>
  199. <!-- END switch_no_dl_att -->
  200.  
  201. <!-- BEGIN switch_no_comment -->
  202. <span>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</span>
  203. <!-- END switch_no_comment -->
  204.  
  205. <!-- BEGIN switch_no_dl_att -->
  206. <span><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></span>
  207. <!-- END switch_no_dl_att -->
  208.  
  209. <span>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</span>
  210. </dd>
  211. </dl>
  212. <!-- END switch_post_attachments -->
  213. </dd>
  214. </dl>
  215. <!-- END switch_attachments -->
  216. </div>
  217. {postrow.displayed.EDITED_MESSAGE}
  218. <!-- BEGIN switch_signature -->
  219. <div class="signature_div" id="sig{postrow.displayed.U_POST_ID}">{postrow.displayed.SIGNATURE_NEW}</div>
  220. <!-- END switch_signature -->
  221. </div>
  222.  
  223. <div class="postprofile" id="profile{postrow.displayed.U_POST_ID}">
  224. <!-- div class="online2"></div-->
  225. <dl>
  226. <div class="avatar">{postrow.displayed.POSTER_AVATAR}</div><div class="usuario">{postrow.displayed.POSTER_NAME}</div>
  227. <div class="rango">{postrow.displayed.RANK_IMAGE}</div>
  228. <dd><br /></dd>
  229. <div class="datos-perfil">
  230. <!-- BEGIN profile_field -->
  231. <div class="info"><span class="profileField">{postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}</span></div>
  232. <!-- END profile_field -->
  233. {postrow.displayed.POSTER_RPG}
  234. </div>
  235. <dd><br /></dd>
  236. <div class="contacto"><center>
  237. {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field -->
  238. </center></div>
  239. </dl>
  240. </div>
  241.  
  242. <div class="clear"></div>
  243.  
  244. <p class="right"><a href="#top">{L_BACK_TO_TOP}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a></p>
  245. <span class="corners-bottom"><span></span></span></div>
  246. </div>
  247. <!-- BEGIN first_post_br -->
  248. <hr id="first-post-br" />
  249. <!-- END first_post_br -->
  250. <!-- END displayed -->
  251. <!-- END postrow -->
  252.  
  253. <a name="bottomtitle"></a>
  254.  
  255. <!-- BEGIN topicpagination -->
  256. <p class="pagination">{PAGINATION}</p>
  257. <!-- END topicpagination -->
  258.  
  259. <p class="left-box"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;<a href="#top">{L_BACK_TO_TOP}</a></p>
  260.  
  261. <div class="clear"></div>
  262.  
  263. <div class="noprint">
  264. <!-- BEGIN switch_user_logged_in -->
  265. <!-- BEGIN watchtopic -->
  266. <p class="right">{S_WATCH_TOPIC}</p>
  267. <!-- END watchtopic -->
  268. <!-- END switch_user_logged_in -->
  269. </div>
  270.  
  271. <!-- BEGIN promot_trafic -->
  272. <div class="post row2" id="ptrafic_close" style="display:none;font-size:1.3em;line-height:1.4em">
  273. <span class="corners-top"><span></span></span>
  274. <span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="" border="0" /></a></span>
  275. <span class="ptrafic">&nbsp;{PROMOT_TRAFIC_TITLE}</span>
  276. <span class="corners-bottom"><span></span></span>
  277. </div>
  278. <div class="post row2" id="ptrafic_open" style="display:'';font-size:1.3em;line-height:1.4em">
  279. <span class="corners-top"><span></span></span>
  280. <span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="" border="0" /></a></span>
  281. <span class="ptrafic">&nbsp;{PROMOT_TRAFIC_TITLE}</span>
  282. <div class="clear"></div>
  283. <div>
  284. <!-- BEGIN link -->
  285. &raquo;&nbsp;<a href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}" rel="nofollow">{promot_trafic.link.TITLE}</a><br />
  286. <!-- END link -->
  287. </div>
  288. <span class="corners-bottom"><span></span></span>
  289. </div>
  290. <!-- END promot_trafic -->
  291.  
  292. <!-- BEGIN switch_forum_rules -->
  293. <div class="post row1" id="forum_rules">
  294. <span class="corners-top"><span></span></span>
  295. <div class="h3">&nbsp;{L_FORUM_RULES}</div>
  296. <div class="clear"></div>
  297. <table class="postbody">
  298. <tr>
  299. <!-- BEGIN switch_forum_rule_image -->
  300. <td class="logo">
  301. <img src="{RULE_IMG_URL}" alt="" />
  302. </td>
  303. <!-- END switch_forum_rule_image -->
  304. <td class="rules content">
  305. {RULE_MSG}
  306. </td>
  307. </tr>
  308. </table>
  309. <span class="corners-bottom"><span></span></span>
  310. </div>
  311. <!-- END switch_forum_rules -->
  312.  
  313. <!-- BEGIN switch_user_logged_in -->
  314. <a name="quickreply"></a>
  315. {QUICK_REPLY_FORM}
  316. <!-- END switch_user_logged_in -->
  317.  
  318. <hr />
  319.  
  320. <div class="topic-actions">
  321. <div class="buttons">
  322. <!-- BEGIN switch_user_authpost -->
  323. <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;
  324. <!-- END switch_user_authpost -->
  325.  
  326. <!-- BEGIN switch_user_authreply -->
  327. <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
  328. <!-- END switch_user_authreply -->
  329. </div>
  330.  
  331. <div class="pathname-box">
  332. <p><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC}</p>
  333. </div>
  334.  
  335. <div class="pagination">
  336. {PAGE_NUMBER}
  337. </div>
  338. </div>
  339. <div class="clear"></div>
  340.  
  341. <!-- BEGIN viewtopic_bottom -->
  342. <form action="{S_JUMPBOX_ACTION}" method="get" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
  343. <fieldset class="jumpbox">
  344. <label>{L_JUMP_TO}:&nbsp;</label>
  345. {S_JUMPBOX_SELECT}&nbsp;
  346. <input class="button2" type="submit" value="{L_GO}" />
  347. </fieldset>
  348. </form>
  349. <!-- END viewtopic_bottom -->
  350.  
  351. <!-- BEGIN viewtopic_bottom -->
  352. <form method="get" action="{S_FORM_MOD_ACTION}">
  353. <fieldset class="quickmod">
  354. <input type="hidden" name="t" value="{TOPIC_ID}" />
  355.  
  356. <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
  357. <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />
  358. <label>{L_MOD_TOOLS}:&nbsp;</label>
  359. {S_SELECT_MOD}&nbsp;
  360. <input class="button2" type="submit" value="{L_GO}" />
  361. </fieldset>
  362. </form>
  363. <div class="clear"></div>
  364. <p class="right">{S_TOPIC_ADMIN}</p>
  365. <!-- END viewtopic_bottom -->
  366.  
  367. <!-- BEGIN show_permissions -->
  368. <div class="h3">{L_TABS_PERMISSIONS}</div>
  369. {S_AUTH_LIST}
  370. <!-- END show_permissions -->
  371.  
  372. <!-- BEGIN switch_image_resize -->
  373. <script type="text/javascript">
  374. //<![CDATA[
  375. $(resize_images({ 'selector' : '.postbody .content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
  376. //]]>
  377. </script>
  378. <!-- END switch_image_resize -->
  379.  
  380. <script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement