Advertisement
Hardrockdesign

viewtopic_body SPN

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