Advertisement
ItsDanyAndre

03 - Gentle Sea: Viewtopic_Body

Dec 20th, 2020
936
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 16.62 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. //]]>
  37. </script>
  38.  
  39. <h1 class="page-title">
  40.     <a href="{TOPIC_URL}">{TOPIC_TITLE}</a>
  41. </h1>
  42. <div class="topic-actions">
  43.     <div class="buttons">
  44.  
  45.         <!-- BEGIN switch_user_authpost -->
  46.         <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;
  47.         <!-- END switch_user_authpost -->
  48.  
  49.         <!-- BEGIN switch_user_authreply -->
  50.         <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
  51.         <!-- END switch_user_authreply -->
  52.     </div>
  53.  
  54.     <div class="pathname-box">
  55.         <p>
  56.             <a class="nav" href="{U_INDEX}"><span>{L_INDEX}</span></a>
  57.             <!--{NAV_SEP}<a class="nav" href="{U_ALBUM}"><span>{L_ALBUM}</span></a>-->
  58.             {NAV_CAT_DESC}
  59.         </p>
  60.     </div>
  61.  
  62.     <div class="clear"></div>
  63. </div>
  64.  
  65. <!-- BEGIN topicpagination -->
  66. <p class="pagination">{PAGINATION}</p>
  67. <!-- END topicpagination -->
  68. <p class="left-box">
  69.     <!-- BEGIN switch_isconnect -->
  70.     <a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;
  71.     <!-- END switch_isconnect -->
  72.     <a href="#bottom">{L_GOTO_DOWN}</a>
  73. </p>
  74. <div class="clear"></div>
  75. {POLL_DISPLAY}
  76.  
  77. <!-- BEGIN postrow -->
  78.     <!-- BEGIN hidden -->
  79.         <div class="post {postrow.hidden.ROW_COUNT}">
  80.             <div class="inner">
  81.                 <span class="corners-top"><span></span></span>
  82.                 <p style="text-align:center">{postrow.hidden.MESSAGE}</p>
  83.                 <div class="clear"></div>
  84.                 <span class="corners-bottom"><span></span></span>
  85.             </div>
  86.         </div>
  87.     <!-- END hidden -->
  88.     <!-- BEGIN displayed -->
  89.         <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}">
  90.             <div class="inner"><span class="corners-top"><span></span></span>
  91.             <div style="position: relative; top: -30px; width: 1px;" id="{postrow.displayed.U_POST_ID}"></div>
  92.             <div class="postbody">
  93.                             <div class="gsposttitle">
  94.                 <h2 class="topic-title">{postrow.displayed.ICON} <a href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a></h2>
  95.                                 <div class="gsposttitle1">
  96.                                     <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>
  97.                                     <ul class="profile-icons">
  98.                         <li>{postrow.displayed.THANK_IMG}</li>
  99.                         <li>{postrow.displayed.MULTIQUOTE_IMG}</li>
  100.                         <li>{postrow.displayed.QUOTE_IMG}</li>
  101.                         <li>{postrow.displayed.EDIT_IMG}</li>
  102.                         <li>{postrow.displayed.DELETE_IMG}</li>
  103.                         <li>{postrow.displayed.IP_IMG}</li>
  104.                         <li>{postrow.displayed.REPORT_IMG_NEW}</li>
  105.                     </ul>
  106.                                </div>
  107.                </div>
  108.                                   <div class="clearfix"></div>
  109.  
  110.                 <!-- BEGIN switch_vote_active -->
  111.                 <div class="vote gensmall">
  112.                     <!-- BEGIN switch_vote -->
  113.                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
  114.                     <!-- END switch_vote -->
  115.  
  116.                     <!-- BEGIN switch_bar -->
  117.                     <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
  118.                         <!-- BEGIN switch_vote_plus -->
  119.                         <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
  120.                         <!-- END switch_vote_plus -->
  121.  
  122.                         <!-- BEGIN switch_vote_minus -->
  123.                         <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
  124.                         <!-- END switch_vote_minus -->
  125.                     </div>
  126.                     <!-- END switch_bar -->
  127.  
  128.                     <!-- BEGIN switch_no_bar -->
  129.                     <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
  130.                     <!-- END switch_no_bar -->
  131.  
  132.                     <!-- BEGIN switch_vote -->
  133.                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
  134.                     <!-- END switch_vote -->
  135.                 </div>
  136.                 <!-- END switch_vote_active -->
  137.  
  138.                 <div style="display:none"></div>
  139.                 <div class="content clearfix">
  140.                     <div>{postrow.displayed.MESSAGE}</div>
  141.                         <!-- BEGIN switch_attachments -->
  142.                         <dl class="attachbox">
  143.                             <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
  144.                             <dd class="attachments">
  145.                                 <!-- BEGIN switch_post_attachments -->
  146.                                 <dl class="file clearfix">
  147.                                     <dt>
  148.                                         <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt=""/>
  149.                                     </dt>
  150.                                     <dd>
  151.                                         <!-- BEGIN switch_dl_att -->
  152.                                         <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>
  153.                                         <!-- END switch_dl_att -->
  154.  
  155.                                         <!-- BEGIN switch_no_dl_att -->
  156.                                         <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>
  157.                                         <!-- END switch_no_dl_att -->
  158.  
  159.                                         <!-- BEGIN switch_no_comment -->
  160.                                         <span>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</span>
  161.                                         <!-- END switch_no_comment -->
  162.  
  163.                                         <!-- BEGIN switch_no_dl_att -->
  164.                                         <span><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></span>
  165.                                         <!-- END switch_no_dl_att -->
  166.  
  167.                                         <span>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</span>
  168.                                     </dd>
  169.                                 </dl>
  170.                                 <!-- END switch_post_attachments -->
  171.                             </dd>
  172.                         </dl>
  173.                         <!-- END switch_attachments -->
  174.                 </div>
  175.                 {postrow.displayed.EDITED_MESSAGE}
  176.                 <!-- BEGIN switch_signature -->
  177.                 <div class="signature_div" id="sig{postrow.displayed.U_POST_ID}">{postrow.displayed.SIGNATURE_NEW}</div>
  178.                 <!-- END switch_signature -->
  179.             </div>
  180.  
  181.                          
  182.                          
  183.                          
  184.                          
  185.                          
  186.                          
  187.                          
  188.                          
  189.                          
  190.             <div class="postprofile" id="profile{postrow.displayed.U_POST_ID}">
  191.                          
  192.                 <!-- div class="online2"></div-->
  193. <div class="gsavatarcont">
  194.   <div class="gsavatarname">
  195.     <div class="gsavatarname1">{postrow.displayed.POSTER_NAME}</div>
  196.     <div class="gsavatarrango">{postrow.displayed.POSTER_RANK_NEW}</div>
  197.   </div>
  198.   <div class="gsavatar">
  199.     <div class="gsavatar1">{postrow.displayed.POSTER_AVATAR}</div>
  200.     <div class="gsavatarfields">
  201.       <!-- BEGIN profile_field -->
  202.         <div class="gsavfield1">
  203.           <span class="gsavfieldlabel">{postrow.displayed.profile_field.LABEL}</span>
  204.           <span class="gsavfieldcont">{postrow.displayed.profile_field.CONTENT}</span>
  205.         </div>  
  206.       <!-- END profile_field -->
  207.     </div>
  208.   </div>
  209.   <div class="gsavatarfields2">
  210.     {postrow.displayed.PROFILE_IMG}
  211.     {postrow.displayed.PM_IMG}
  212.     {postrow.displayed.EMAIL_IMG}
  213.     <!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field -->
  214.   </div>
  215. </div>                        
  216.                          
  217.                          
  218.             </div>
  219.                          
  220.                          
  221.                          
  222.                          
  223.                          
  224.                          
  225.                          
  226.                          
  227.                          
  228.                          
  229.                          
  230.                          
  231.                          
  232.                          
  233.                          
  234.                          
  235.                          
  236.                          
  237.                          
  238.  
  239.             <div class="clear"></div>
  240.  
  241.             <!-- BEGIN switch_likes_active -->
  242.             <div class="fa_like_div">
  243.                 <!-- BEGIN switch_like_list -->
  244.                 {postrow.displayed.switch_likes_active.switch_like_list.D_LIKE_LIST}
  245.                 <!-- END switch_like_list -->
  246.                 <!-- BEGIN switch_dislike_list -->
  247.                 {postrow.displayed.switch_likes_active.switch_dislike_list.D_DISLIKE_LIST}
  248.                 <!-- END switch_dislike_list -->
  249.                 <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}">
  250.                     <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>
  251.                     <span>{postrow.displayed.switch_likes_active.L_LIKE}</span>{postrow.displayed.switch_likes_active.COUNT_VOTE_LIKE}
  252.                 </button>
  253.                 <!-- BEGIN switch_dislike_button -->
  254.                 <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}">
  255.                     <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>
  256.                     <span>{postrow.displayed.switch_likes_active.switch_dislike_button.L_DISLIKE}</span>{postrow.displayed.switch_likes_active.switch_dislike_button.COUNT_VOTE_DISLIKE}
  257.                 </button>
  258.                 <!-- END switch_dislike_button -->
  259.             </div>
  260.             <!-- END switch_likes_active -->
  261.  
  262.             <p class="right"><a href="#top">{L_BACK_TO_TOP}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a></p>
  263.  
  264.             <span class="corners-bottom"><span></span></span></div>
  265.         </div>
  266.         <!-- BEGIN first_post_br -->
  267.         <hr id="first-post-br" />
  268.         <!-- END first_post_br -->
  269.     <!-- END displayed -->
  270. <!-- END postrow -->
  271.  
  272. <a name="bottomtitle"></a>
  273.  
  274. <!-- BEGIN topicpagination -->
  275. <p class="pagination">{PAGINATION}</p>
  276. <!-- END topicpagination -->
  277.  
  278. <p class="left-box">
  279.     <!-- BEGIN switch_isconnect -->
  280.     <a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;
  281.     <!-- END switch_isconnect -->
  282.     <a href="#top">{L_BACK_TO_TOP}</a>
  283. </p>
  284.  
  285. <div class="clear"></div>
  286.  
  287. <div class="noprint">
  288. <!-- BEGIN switch_user_logged_in -->
  289. <!-- BEGIN watchtopic -->
  290. <p class="right">{S_WATCH_TOPIC}</p>
  291. <!-- END watchtopic -->
  292. <!-- END switch_user_logged_in -->
  293. </div>
  294.  
  295. <!-- BEGIN promot_trafic -->
  296. <div class="post row2" id="ptrafic_close" style="display:none;font-size:1.3em;line-height:1.4em">
  297.     <span class="corners-top"><span></span></span>
  298.     <span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="" border="0" /></a></span>
  299.     <span class="ptrafic">&nbsp;{PROMOT_TRAFIC_TITLE}</span>
  300.     <span class="corners-bottom"><span></span></span>
  301. </div>
  302. <div class="post row2" id="ptrafic_open" style="display:'';font-size:1.3em;line-height:1.4em">
  303.     <span class="corners-top"><span></span></span>
  304.     <span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="" border="0" /></a></span>
  305.     <span class="ptrafic">&nbsp;{PROMOT_TRAFIC_TITLE}</span>
  306.     <div class="clear"></div>
  307.     <div>
  308.         <!-- BEGIN link -->
  309.         &raquo;&nbsp;<a href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}" rel="nofollow">{promot_trafic.link.TITLE}</a><br />
  310.         <!-- END link -->
  311.     </div>
  312.     <span class="corners-bottom"><span></span></span>
  313. </div>
  314. <!-- END promot_trafic -->
  315.  
  316. <!-- BEGIN switch_forum_rules -->
  317. <div class="post row1" id="forum_rules">
  318.     <span class="corners-top"><span></span></span>
  319.     <div class="h3">&nbsp;{L_FORUM_RULES}</div>
  320.     <div class="clear"></div>
  321.     <table class="postbody">
  322.         <tr>
  323.             <!-- BEGIN switch_forum_rule_image -->
  324.             <td class="logo">
  325.                 <img src="{RULE_IMG_URL}" alt="" />
  326.             </td>
  327.             <!-- END switch_forum_rule_image -->
  328.             <td class="rules content">
  329.                 {RULE_MSG}
  330.             </td>
  331.         </tr>
  332.     </table>
  333.     <span class="corners-bottom"><span></span></span>
  334. </div>
  335. <!-- END switch_forum_rules -->
  336.  
  337. <!-- BEGIN switch_user_logged_in -->
  338. <a name="quickreply"></a>
  339. {QUICK_REPLY_FORM}
  340. <!-- END switch_user_logged_in -->
  341.  
  342. <hr />
  343.  
  344. <div class="topic-actions">
  345.     <div class="buttons">
  346.         <!-- BEGIN switch_user_authpost -->
  347.         <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;
  348.         <!-- END switch_user_authpost -->
  349.  
  350.         <!-- BEGIN switch_user_authreply -->
  351.         <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
  352.         <!-- END switch_user_authreply -->
  353.     </div>
  354.  
  355.     <div class="pathname-box">
  356.         <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>
  357.     </div>
  358.  
  359. </div>
  360. <div class="clear"></div>
  361.  
  362. <form action="{S_JUMPBOX_ACTION}" method="get" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
  363. <fieldset class="jumpbox">
  364.     <label>{L_JUMP_TO}:&nbsp;</label>
  365.     {S_JUMPBOX_SELECT}&nbsp;
  366.     <input class="button2" type="submit" value="{L_GO}" />
  367. </fieldset>
  368. </form>
  369.  
  370. <!-- BEGIN viewtopic_bottom -->
  371. <form method="get" action="{S_FORM_MOD_ACTION}">
  372. <fieldset class="quickmod">
  373.     <input type="hidden" name="t" value="{TOPIC_ID}" />
  374.  
  375.     <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
  376.     <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />
  377.     <label>{L_MOD_TOOLS}:&nbsp;</label>
  378.     {S_SELECT_MOD}&nbsp;
  379.     <input class="button2" type="submit" value="{L_GO}" />
  380. </fieldset>
  381. </form>
  382. <div class="clear"></div>
  383. <p class="right">{S_TOPIC_ADMIN}</p>
  384. <!-- END viewtopic_bottom -->
  385.  
  386. <!-- BEGIN show_permissions -->
  387.     <div class="h3">{L_TABS_PERMISSIONS}</div>
  388.     {S_AUTH_LIST}
  389. <!-- END show_permissions -->
  390.  
  391. <!-- BEGIN switch_image_resize -->
  392. <script type="text/javascript">
  393. //<![CDATA[
  394. $(resize_images({ 'selector' : '.postbody .content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
  395. //]]>
  396. </script>
  397. <!-- END switch_image_resize -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement