Advertisement
Hardrockdesign

viewtopic_body OUAT

Aug 27th, 2015
1,386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.36 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. {postrow.displayed.POSTER_AVATAR}
  227. <div class="contenido-prof"><div style="position: relative; height: 310px;">
  228. <div class="title-prof">Sobre mí</div>
  229. <div class="info-prof">
  230. <!-- BEGIN profile_field -->
  231. <span class="profileField">{postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}</span>
  232. <!-- END profile_field -->
  233. {postrow.displayed.POSTER_RPG}
  234. </div>
  235. <div class="title-prof" style="position: absolute; bottom: 26px;">Para más información</div>
  236. <div class="contacto-prof">
  237. {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field -->
  238. </div>
  239. </div></div>
  240. </dl>
  241. <div class="pie-prof"><div class="nombre-usuario">{postrow.displayed.POSTER_NAME}</div><div class="rango">{postrow.displayed.POSTER_RANK_NEW}</div></div>
  242. </div>
  243.  
  244. <div class="clear"></div>
  245.  
  246. <p class="right"><a href="#top">{L_BACK_TO_TOP}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a></p>
  247. <span class="corners-bottom"><span></span></span></div>
  248. </div>
  249. <!-- BEGIN first_post_br -->
  250. <hr id="first-post-br" />
  251. <!-- END first_post_br -->
  252. <!-- END displayed -->
  253. <!-- END postrow -->
  254.  
  255. <a name="bottomtitle"></a>
  256.  
  257. <!-- BEGIN topicpagination -->
  258. <p class="pagination">{PAGINATION}</p>
  259. <!-- END topicpagination -->
  260.  
  261. <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>
  262.  
  263. <div class="clear"></div>
  264.  
  265. <div class="noprint">
  266. <!-- BEGIN switch_user_logged_in -->
  267. <!-- BEGIN watchtopic -->
  268. <p class="right">{S_WATCH_TOPIC}</p>
  269. <!-- END watchtopic -->
  270. <!-- END switch_user_logged_in -->
  271. </div>
  272.  
  273. <!-- BEGIN promot_trafic -->
  274. <div class="post row2" id="ptrafic_close" style="display:none;font-size:1.3em;line-height:1.4em">
  275. <span class="corners-top"><span></span></span>
  276. <span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="" border="0" /></a></span>
  277. <span class="ptrafic">&nbsp;{PROMOT_TRAFIC_TITLE}</span>
  278. <span class="corners-bottom"><span></span></span>
  279. </div>
  280. <div class="post row2" id="ptrafic_open" style="display:'';font-size:1.3em;line-height:1.4em">
  281. <span class="corners-top"><span></span></span>
  282. <span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="" border="0" /></a></span>
  283. <span class="ptrafic">&nbsp;{PROMOT_TRAFIC_TITLE}</span>
  284. <div class="clear"></div>
  285. <div>
  286. <!-- BEGIN link -->
  287. &raquo;&nbsp;<a href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}" rel="nofollow">{promot_trafic.link.TITLE}</a><br />
  288. <!-- END link -->
  289. </div>
  290. <span class="corners-bottom"><span></span></span>
  291. </div>
  292. <!-- END promot_trafic -->
  293.  
  294. <!-- BEGIN switch_forum_rules -->
  295. <div class="post row1" id="forum_rules">
  296. <span class="corners-top"><span></span></span>
  297. <div class="h3">&nbsp;{L_FORUM_RULES}</div>
  298. <div class="clear"></div>
  299. <table class="postbody">
  300. <tr>
  301. <!-- BEGIN switch_forum_rule_image -->
  302. <td class="logo">
  303. <img src="{RULE_IMG_URL}" alt="" />
  304. </td>
  305. <!-- END switch_forum_rule_image -->
  306. <td class="rules content">
  307. {RULE_MSG}
  308. </td>
  309. </tr>
  310. </table>
  311. <span class="corners-bottom"><span></span></span>
  312. </div>
  313. <!-- END switch_forum_rules -->
  314.  
  315. <!-- BEGIN switch_user_logged_in -->
  316. <a name="quickreply"></a>
  317. {QUICK_REPLY_FORM}
  318. <!-- END switch_user_logged_in -->
  319.  
  320. <hr />
  321.  
  322. <div class="topic-actions">
  323. <div class="buttons">
  324. <!-- BEGIN switch_user_authpost -->
  325. <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;
  326. <!-- END switch_user_authpost -->
  327.  
  328. <!-- BEGIN switch_user_authreply -->
  329. <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
  330. <!-- END switch_user_authreply -->
  331. </div>
  332.  
  333. <div class="pathname-box">
  334. <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>
  335. </div>
  336.  
  337. <div class="pagination">
  338. {PAGE_NUMBER}
  339. </div>
  340. </div>
  341. <div class="clear"></div>
  342.  
  343. <!-- BEGIN viewtopic_bottom -->
  344. <form action="{S_JUMPBOX_ACTION}" method="get" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
  345. <fieldset class="jumpbox">
  346. <label>{L_JUMP_TO}:&nbsp;</label>
  347. {S_JUMPBOX_SELECT}&nbsp;
  348. <input class="button2" type="submit" value="{L_GO}" />
  349. </fieldset>
  350. </form>
  351. <!-- END viewtopic_bottom -->
  352.  
  353. <!-- BEGIN viewtopic_bottom -->
  354. <form method="get" action="{S_FORM_MOD_ACTION}">
  355. <fieldset class="quickmod">
  356. <input type="hidden" name="t" value="{TOPIC_ID}" />
  357.  
  358. <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
  359. <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />
  360. <label>{L_MOD_TOOLS}:&nbsp;</label>
  361. {S_SELECT_MOD}&nbsp;
  362. <input class="button2" type="submit" value="{L_GO}" />
  363. </fieldset>
  364. </form>
  365. <div class="clear"></div>
  366. <p class="right">{S_TOPIC_ADMIN}</p>
  367. <!-- END viewtopic_bottom -->
  368.  
  369. <!-- BEGIN show_permissions -->
  370. <div class="h3">{L_TABS_PERMISSIONS}</div>
  371. {S_AUTH_LIST}
  372. <!-- END show_permissions -->
  373.  
  374. <!-- BEGIN switch_image_resize -->
  375. <script type="text/javascript">
  376. //<![CDATA[
  377. $(resize_images({ 'selector' : '.postbody .content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
  378. //]]>
  379. </script>
  380. <!-- END switch_image_resize -->
  381.  
  382. <script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement