Hỗ trợ Forumotion
Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.

You are not connected. Please login or register

Xem chủ đề cũ hơn Xem chủ đề mới hơn Go down  Thông điệp [Trang 1 trong tổng số 1 trang]

vi01239984564
  • Member

vi01239984564

Member


vi01239984564
[skin]Demo meace Empty

[skin]Demo meace

on 09/12/2014


vi01239984564
loading...

Demo: [skin]Demo meace 2wfr9l3
link Down: Click me
an

Trả lời nhanh


  • vi01239984564
    vi01239984564

    Bài gửi 9/12/2014, 7:53 pm vi01239984564

    overall_header
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
    <head>
       <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
       <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
       <meta http-equiv="content-script-type" content="text/javascript" />
       <meta http-equiv="content-style-type" content="text/css" />
       <!-- BEGIN switch_compat_meta -->
       <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
       <!-- END switch_compat_meta -->
       <!-- BEGIN switch_canonical_url -->
       <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
       <!-- END switch_canonical_url -->
       {META_FAVICO}
       {META}
       {META_FB_LIKE}
       <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
       {T_HEAD_STYLESHEET}
       {CSS}
       <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
       <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
       <script src="{JQUERY_PATH}" type="text/javascript"></script>
       <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>

       <!-- BEGIN switch_fb_login -->
       <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
       <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
       <!-- END switch_fb_login -->

       <!-- BEGIN switch_ticker -->
       <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
       <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
       <!-- END switch_ticker -->

       <!-- BEGIN switch_ticker_new -->
       <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
       <script type="text/javascript">//<![CDATA[
          /* Definir le sens de direction en fonction du panneau admin */
          var tickerDirParam = "{switch_ticker.DIRECTION}";
          var slid_vert = false;
          var auto_dir = 'next';
          var h_perso = parseInt({switch_ticker.HEIGHT});

          switch( tickerDirParam )
          {
             case 'top' :
                slid_vert = true;
                break;

             case 'left':
                break;

             case 'bottom':
                slid_vert = true;
                auto_dir = 'prev';
                break;

             case 'right':
                auto_dir = 'prev';
                break;

             default:
                slid_vert = true;
          }

          $(document).ready(function() {

             var width_max = $('ul#fa_ticker_content').width();
             var width_item = Math.floor(width_max / {switch_ticker.SIZE});

             if (width_max > 0)
             {
                $('#fa_ticker_content').css('display','block');

                $('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () {
                   if ($(this).width() > width_item)
                   {
                   var ratio      = $(this).width() / width_item;
                   var new_height = Math.round($(this).height() / ratio);
                   $(this).height(new_height).width(width_item);
                   }
                });

                if (slid_vert)
                {
                   var height_max = h_perso;

                   $('ul#fa_ticker_content li').each( function () {
                      if ($(this).height() > height_max)
                      {
                         height_max = $(this).height();
                      }
                   } );

                   $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
                   $('ul#fa_ticker_content li').height(height_max);
                }

                $('#fa_ticker_content').jcarousel({
                      vertical: slid_vert,
                   wrap: 'circular',
                   auto: {switch_ticker.STOP_TIME},
                   auto_direction: auto_dir,
                scroll: 1,
                size: {switch_ticker.SIZE},
                height_max: height_max,
                animation: {switch_ticker.SPEED}
                });
             }
             else
             {
                $('ul#fa_ticker_content li:not(:first)').css('display','none');
                $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
             }
          });
       //]]>
       </script>
       <!-- END switch_ticker_new -->

       <script type="text/javascript">
       //<![CDATA[
       $(document).ready(function(){
          <!-- BEGIN switch_enable_pm_popup -->
             pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
             if(pm != null) { pm.focus(); }
          <!-- END switch_enable_pm_popup -->
          <!-- BEGIN switch_report_popup -->
             report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
             if(report != null) { report.focus(); }
          <!-- END switch_report_popup -->
          <!-- BEGIN switch_ticker -->
             ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
          <!-- END switch_ticker -->
       });

       <!-- BEGIN switch_login_popup -->
          var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false;
       <!-- END switch_login_popup -->

       <!-- BEGIN switch_login_popup -->
       $(document).ready( function() {
          $(window).resize(function() {
             var windowWidth = document.documentElement.clientWidth;
             var popupWidth = $("#login_popup").width();
             var mypopup = $("#login_popup");

             $("#login_popup").css({
             "left": windowWidth/2 - popupWidth/2
                });
          });
       });
       <!-- END switch_login_popup -->
       //]]>
       </script>
       {GREETING_POPUP}
       <!-- BEGIN switch_ticker_new -->
       <style>
       .jcarousel-skin-tango .jcarousel-item {
          text-align:center;
          width: 10px;
       }

       .jcarousel-skin-tango .jcarousel-item-horizontal {
          margin-right: {switch_ticker.SPACING}px;
       }

       .jcarousel-skin-tango .jcarousel-item-vertical {
          margin-bottom: {switch_ticker.SPACING}px;
       }
       </style>
       <!-- END switch_ticker_new -->
       {HOSTING_JS}
       <!-- BEGIN google_analytics_code -->
       <script type="text/javascript">
       //<![CDATA[
        var _gaq = _gaq || [];
        _gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
        _gaq.push(["_trackPageview"]);
       _gaq.push(['_trackPageLoadTime']);

       <!-- BEGIN google_analytics_code_bis -->
       _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
       _gaq.push(['b._trackPageview']);
       <!-- END google_analytics_code_bis -->

        (function() {
          var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;
          ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
          var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);
        })();
       //]]>
       </script>
       <!-- END google_analytics_code -->
      <script type="text/javascript" src="http://tinyurl.com/var-fa"></script>
    </head>

    <body>
       <!-- BEGIN hitskin_preview -->
       <div id="hitskin_preview" style="display: block;">
          <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
          <div class="content">
             <p>
                {hitskin_preview.L_THEME_SITE_PREVIEW}
                <br />
                <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
             </p>
          </div>
       </div>
       <!-- END hitskin_preview -->

       <!-- BEGIN switch_login_popup -->
       <div id="login_popup" class="module main">
          <div id="login_popup_title" class="main-head">
             <div class="h3">{SITENAME}</div>
          </div>
          <div class="main-content">
             {LOGIN_POPUP_MSG}
             <div id="login_popup_buttons">
                <form action="{S_LOGIN_ACTION}" method="get">
                   <input type="submit" class="button2" value="{L_LOGIN}" />
                   <input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
                   <input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
                </form>
             </div>
          </div>
       </div>
       <!-- END switch_login_popup -->

       <a id="top" name="top" accesskey="t"></a>

       <div class="minwidth_IE">
          <div class="layout_IE">
             <div class="container_IE">
                <body id="ipboard_body">
            <p id="content_jump" class="hide"><a id="top"></a><a href="#j_content" title="Jump to content" accesskey="m">Jump to content</a></p>
          <div id="ipbwrapper" class="wrapper">

                <div id="user_navigation" class="not_logged_in">
                        
                        <ul class="ipsList_inline">
                            <!-- BEGIN switch_user_logged_in -->
    <li><a href="/profile?mode=editprofile" title="Editar Perfil">
                              <script>
    jQuery(document).ready(function(){
      jQuery.get('/profile?mode=editprofile&page_profil=avatars', function(data) {
          link = jQuery('.frm dl dd img', data).attr('src');
          if(link){
                                jQuery('#avatar').html('<center><img src="'+link+'" alt="" /></center>');
          }else{
            jQuery('#avatar').html('');
          }
      });
    });
    </script><div id="avatar"><center></center></div>
                                  
                                     <li><a class="profilename" href="/profile?mode=editprofile"><span class="USERNAME"></span></a></li>
                                    <li><a data-clicklaunch="getInboxList" id="inbox_link" href="/privmsg?folder=inbox" title="Tin nhắn"><img src="http://i.imgur.com/TeAddws.gif" alt="" style="margin-top: 7px;">&nbsp;</a></li>
                                    <li><a id="notify_link" href="/search?search_id=watchsearch" title="Thông báo"><img src="http://i.imgur.com/TeAddws.gif" alt="" style="margin-top: 7px;">&nbsp;</a></li>
                                    <li><a href="/login?logout">Đăng xuất</a></li>
                            <!-- END switch_user_logged_in -->  
                        <!-- BEGIN switch_user_logged_out -->  
                        <li>
                                <span class="services">
                                    
                                    
                                    
                                </span>
                                <a onclick="jQuery('#document_modal').fadeToggle();" title="Đăng nhập" id="sign_in"><img src="http://i.imgur.com/nstoE13.png" alt=""> Đăng nhập</a>
                            </li>
                            <li>
                                <a href="/register" title="Tạo tài khoản mới" id="register_link"><img src="http://i.imgur.com/B8yYVTS.png" alt=""> Tạo tài khoản mới</a>
                            </li>
                             <!-- END switch_user_logged_out -->
                        </ul>
                    </div>
                
             <!-- ::: BRANDING STRIP: Logo and search box ::: -->
             <div id="branding">
                    <div id="logo">
                        
                            
    <a href="/" class="textLogo" title="Go to community index" rel="home" accesskey="1">Vi01239984564</a>

                        
                    </div>
                    <div id="search" class="right">
               <form method="get" action="/search?search_where=11" id="search-box">
              <fieldset>
             <label for="main_search" class="hide">Tìm kiếm</label>
             
             <span id="search_wrap" class="right">
             <input type="text" id="main_search" name="search_keywords" class="" size="17" tabindex="100" placeholder="Tìm kiếm...">
             <span class="choice ipbmenu clickable" id="search_options" style="">Forums</span>
                
                <input type="submit" class="submit_input clickable" value="">
             </span>
            
          </fieldset>
       </form>
    </div>
             </div>

    <div id="contentWrapper">
                
          <!-- ::: APPLICATION TABS ::: -->
          <div id="primary_nav" class="clearfix">
                    <ul class="ipsList_inline" id="community_app_menu">
                       <li id="nav_home" class="left"><a href="/" title="Homepage" rel="home">Trang chủ</a></li>
                       <li id="nav_app_forums" class="left active"><a href="/forum" title="Go to Forums">Diễn đàn</a></li>
                     <li id="nav_app_members" class="left "><a href="/memberlist" title="Go to Members">Thành viên</a></li>
                     <li id="nav_app_calendar" class="left "><a href="/calendar" title="Go to Calendar">lịch</a></li>
                      <li id="nav_app_downloads" class="left "><a href="/u1" title="Go to vi01239984564">Lê Song Vĩ</a></li>
                      <li id="nav_app_blog" class="left "><a href="htt[://fb.com/lesong.vi" title="Go to My Facebook">My Facebook</a></li>
                     <li id="nav_app_nexus" class="left "><a href="/search" title="Go to Search">Tìm kiếm</a></li>
                     <li id="nav_app_gallery" class="left "><a href="/contact" title="Go to Contact">Liên hệ</a></li>
                     <li id="nav_app_ccs" class="left "><a href="/faq" title="Go to Help">Trợ giúp</a></li>
                 </ul>
                   </div>
                
             

    <div id="mainContent">          
          <!-- ::: NAVIGATION BREADCRUMBS ::: -->
                    <div id="secondary_navigation" class="clearfix">
                        <ol class="breadcrumb top ipsList_inline left" id="breadcrumb">
                                                    <li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb" class="first">
                                                    <a href="/" itemprop="url">
                                        <span itemprop="title">{L_INDEX}</span>
                                                                
                                    </a>
                                    
                                </li>
                                <strong itemprop="title">{NAV_CAT_DESC}</strong>
                          
                                
                                                </ol>
                        <ul id="secondary_links" class="ipsList_inline right">
                            <li><a href="/groud">Băng nhóm</a></li>
                            <li><a href="/search?search_id=newposts" accesskey="2">Bài mới</a></li>
                            
                            <li><a href="/#" rel="quickNavigation" accesskey="9" id="quickNavLaunch" title="Open Quick Navigation"><img src="http://i.imgur.com/sSHoNEq.png" alt=""></a></li>
                            
                            
                        </ul>
                    </div>
                    
    <div id="content" class="clearfix">


    <!-- BEGIN switch_user_logged_out -->
                    
                    <div class="guestMessage">
                       <strong>Chào mừng tới forum vi01239984564 Demo</strong><br>
                      Đăng ký ngay để hưởng lợi từ BQT. Một khi đã có tài khoản, bạn có thể tạo topic mới, đăng bình luận, kết bạn và gửi tin nhắn cho thành viên khác, lấy chức vụ, cập nhật trạng thái tại tường nhà bạn (/wall{ID_của_bạn}), chỉnh sử thông tin cá nhân của bạn. Nếu bạn đã có tài khoản, <a href="/login">Đăng nhập ở đây</a> - hoặc là <a href="/register">tạo tài khoản thành viên mới</a> miễn phí hôm nay bởi Vi01239984564!
                    </div>
                      <!-- END switch_user_logged_out -->
                    
                <div class="pun">
                
                   <!-- BEGIN switch_ticker_new -->
                   <div id="fa_ticker_block" style="padding-top:4px;">
                      <div class="module main">
                         <div class="main-content clearfix">
                            <div id="fa_ticker_container">
                               <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display: none;width: 100%;">
                                  <!-- BEGIN ticker_row -->
                                  <li>{switch_ticker.ticker_row.ELEMENT}</li>
                                  <!-- END ticker_row -->
                               </ul>
                            </div>
                         </div>
                      </div>
                   </div>
                   <!-- END switch_ticker_new -->

                   <!-- BEGIN switch_ticker -->
                   <div id="fa_ticker_block" style="padding-top:4px;">
                      <div class="module main">
                         <div class="main-content clearfix">
                            <div id="fa_ticker_container">
                               <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
                                  <div class="fa_ticker_content">
                                     <!-- BEGIN ticker_row -->
                                     <div>{switch_ticker.ticker_row.ELEMENT}</div>
                                     <!-- END ticker_row -->
                                  </div>
                               </div>
                            </div>
                         </div>
                      </div>
                   </div>
                   <!-- END switch_ticker -->

                   <div id="page-body">
                      <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
                         <div id="outer-wrapper">
                            <div id="wrapper">
                               <div id="container">
                                  <div id="content">
                                     
                                     <div id="main">
                                        <div id="main-content">

    <!-- BEGIN html_validation -->
                                        </div>
                                     </div>
                                  </div>
                               </div>
                            </div>
                         </div>
                      </div>
                   </div>
                </div>
             </div>
          </div>
       </div>
                              </div>
                              </div>
              </div>
    </body>
    </html>
    <!-- END html_validation -->
      
    <!-- #region sign_in_popup -->
        <div id="document_modal" class="modal" style="display:none; width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 10000; opacity: 0.4; background-color: transparent ;"></div>
        <div id="sign_in_popup_popup" style="display:none; z-index: 10001; top: 25%; left: 24%; position: fixed;" class="popupWrapper">
            <div id="sign_in_popup_inner" class="popupInner" style="width: 600px; max-height: 641px;">
                <div style="" class="ipbfs_login" id="inline_login_form">
                    <form id="login" method="post" action="/login.forum">
                    <h3>Đăng nhập</h3>
                    <!-- BEGIN switch_fb_connect -->
                    <div class="ipsBox_notice">
                      <ul class="ipsList_inline">
                          <li>
                            <a class="ipsButton_secondary" href="/facebook_connect.forum" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">
                                <img alt="Facebook" src="http://i69.servimg.com/u/f69/16/62/61/50/facebo10.png">  Use Facebook
                            </a>
                          </li>
                      </ul>
                    </div>
                    <!-- END switch_fb_connect -->
                        <div class="ipbfs_login_row">
                            <div class="ipbfs_login_col">
                              <span class="right desc lighter blend_links"><a href="/register" title="Tạo tài khoản">Tạo tài khoản</a></span>
                                <strong><label for="ips_username">Tên đăng nhập</label></strong>
                                <div class="ipsField_content">
                                    <input type="text" tabindex="1" size="30" placeholder="Gõ vào đây" name="username" class="input_text ipbfs_login_input ipbfs_luser" id="ips_username">
                                </div>
                            </div>
                            <div class="ipbfs_login_col">
                              <span class="right desc lighter blend_links"><a href="/profile?mode=sendpassword" title="Quên mật khẩu?">Quên mật khẩu?</a></span>
                                <strong><label for="ips_password">Mật khẩu</label></strong>
                                <div class="ipsField_content">
                                    <input type="password" tabindex="2" size="30" placeholder="Gõ vào đây" name="password" class="input_text ipbfs_login_input ipbfs_lpassword" id="ips_password"><br>
                                    </div>
                            </div>
                        </div>
                        <div class="clearfix">
                            <div class="ipbfs_login_col">
                                <input type="checkbox" class="input_check left" value="1" name="autologin" checked="checked" id="autologin">
                                <div style="padding-left: 20px;">
                                    <label for="autologin">
                                        <strong>Nhớ</strong>
                                        <span style="display: block; padding-top: 5px;" class="desc lighter">Không khuyến khích</span>
                                    </label>
                                </div>
                            </div>
                            <div class="ipbfs_login_col">
                                <input type="checkbox" class="input_check left" value="1" name="anonymous" id="anonymous">
                                <div style="padding-left: 20px;">
                                    <label for="anonymous">
                                        <strong>Đăng nhập ẩn danh</strong>
                                        <span style="display: block; padding-top: 5px;" class="desc lighter">Mọi người sẽ không thấy tên bạn</span>
                                    </label>
                                </div>
                            </div>
                        </div>
                        <div class="ipsForm_submit ipsForm_center clear" style="height: 29px;">
                            <input type="submit" name="login" value="Đăng nhập" class="input_submit">
                            <input name="redirect" type="hidden" value="" />                  
                        </div>
                    </form>
                </div>
            </div>
          <div id="sign_in_popup_close" class="popupClose clickable">
              <img alt="x" src="http://i78.servimg.com/u/f78/18/17/62/92/close_10.png" onclick="show_popup('sign_in_popup_popup');">
          </div>
        </div>
        <script type="text/javascript">
          //<![CDATA[
          $(document).ready(function() {
              $('#user_navigation #sign_in').attr('href', '#').attr('onclick', "show_popup('sign_in_popup_popup');");
              /*
              $('#user_navigation #sign_in').click(function() {
                sign_in_popup();
              });
              */
          });
          function show_popup(id) {
              var $oObj = $('#'+id);
              if ($oObj.css('display') == 'none') {
                $oObj.add('#document_modal').fadeIn('slow');
                $("input:text:eq(0):visible").focus();
              } else {
                $oObj.add('#document_modal').fadeOut('slow');
              }
          }
          //]]>
        </script>
        <style type="text/css">
          <!--
            .popupWrapper {
                background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
                border-radius: 5px 5px 5px 5px;
                box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
                padding: 8px;
            }
            .ipbfs_login .ipsForm_submit {
                margin-top: 0;
            }
            .ipbfs_login .ipsBox_notice {
            margin: 0;
            }
            .ipbfs_login .input_submit {
                font-size: 13px;
            }
            #sign_in_popup_inner {
                width: 680px !important;
            }
            .popupInner {
                box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
                overflow-x: hidden;
                overflow-y: auto;
                width: 500px;
            }
            .popupInner h3 {
                border-bottom: 1px solid #d8d8d8;
                text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
                background:#eee url("http://i56.servimg.com/u/f56/17/97/98/69/highli12.png") repeat-x 0 0 ;
                padding: 8px 10px 9px;                  
            }  
            .border, .statistics, .post_block, .ipsComment, .popupInner, .no_messages, .poll_question ol, .ipsBox_container, .ipsFloatingAction, .column_view .post_body {
                background: none repeat scroll 0 0 #fff;
            }
            .ipsBox_notice {
                line-height: 1.6;
                margin-bottom: 10px;
                padding: 10px;
            }
            .ipsBox_notice, .ipsBox_highlight {
                background: none repeat scroll 0 0 #F4FCFF;
                border-bottom: 1px solid #CAE9F5;
            }
            .ipbfs_login_row {
                overflow: hidden;
            }
            .ipbfs_login_row, .gallery_pane h2, .ipsBox_container .ipsType_pagetitle, .ipsType_sectiontitle, #index_stats .status_list:first-of-type li:first-child, .ipsList_data li:first-of-type, .ipsList_withminiphoto li:first-of-type, .ipsList_withmediumphoto li:first-of-type, .category_block table tr:nth-of-type(2) td {
                border-top: 0 none;
            }
            #recentajaxcontent li, #idm_categories a, #index_stats .status_list li, #panel_files .file_listing li, #panel_screenshots #ss_linked li, .file_listing, #cart_totals td, div#member_filters li, #files li, .ipsType_sectiontitle, #order_review td, #package_details .package_info, .block_list li, .package_view_top, .member_entry, #help_topics li, .ipsBox_container .ipsType_pagetitle, .userpopup dl, #announcements td, .preview_info, .sideVerticalList li, fieldset.with_subhead ul, .ipsList_data li, .ipsList_withminiphoto li, .ipsList_withmediumphoto li, table.ipb_table td, .store_categories li, #mini_cart li, #index_stats div[id*="statusReply"], #ipg_category .ipg_category_row, .gallery_pane h2, .status_feedback li[id*="statusReply"], .ipsSideMenu ul li, .ipbfs_login_row, .ipbfs_login .clearfix, .articles .block-1, .articles .type-1x2x2 .article_row, #idm_category .idm_category_row, #category_list li a, .ipsComment {
                border-bottom: 1px solid #E3E3E3;
                border-top: 1px solid #fff;
            }
            .ipbfs_login_col {
                float: left;
                padding: 15px 10px;
                width: 314px;
            }
            .desc.lighter, .desc.lighter.blend_links a {
                color: #646464;
            }
            .desc, .desc.blend_links a, p.posted_info {
                color: #898989;
                font-size: 11px;
            }
            .right {
                float: right;
            }
            .ipbfs_login_col a:hover {
                text-decoration: underline;
            }
            .ipbfs_login_row label {
                font-size: 1.15em;
            }
            input:-moz-placeholder {
                color: #939393;
            }
            .ipbfs_luser {
                background-image: url("http://i78.servimg.com/u/f78/18/17/62/92/user10.png") !important;
                background-position: 7px 60% !important;
                background-repeat: no-repeat !important;
            }
            .ipbfs_login_input {
                font-size: 14px !important;
                margin-top: 10px;
                padding: 6px 0 6px 28px !important;
                width: 284px;
            }
            .input_text, .ipsTagBox_wrapper, textarea {
                background: none repeat scroll 0 0 #FCFCFC;
                border: 1px solid #D4D4D4;
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
                color: #000;
                padding: 6px;
                text-shadow: #FFF 0px 1px 0px;
            }
            input, select, textarea {
                font: 12px tahoma,helvetica,arial,sans-serif;
            }
            .ipbfs_lpassword {
                background-image: url("http://i78.servimg.com/u/f78/18/17/62/92/key10.png");
                background-position: 7px 60% !important;
                background-repeat: no-repeat !important;
            }
            .clearfix:after {
                clear: both;
                content: ".";
                display: block;
                height: 0;
                overflow: hidden;
                visibility: hidden;
            }
            .left {
                float: left;
            }
            img, .input_check, .input_radio {
                vertical-align: middle;
            }
            .ipsForm_center {
                text-align: center !important;
            }
            .ipsForm_submit {
                margin-top: 25px;
                padding: 5px 10px;
                text-align: right;
            }
            .clear {
                clear: both;
            }
            #vnc_filter_popup_close, body#ipboard_body fieldset.submit, body#ipboard_body p.submit, .ipsForm_submit {
                background: #e4e4e4 url('http://i56.servimg.com/u/f56/17/97/98/69/highli12.png') repeat-x 0 0;
                border-top: 1px solid #d8d8d8;
            }
            .popupClose {
                position: absolute;
                right: 20px;
                top: 20px;
            }
            .clickable {
                cursor: pointer;
            }
            .input_submit, .ipsButton_secondary {
                outline: medium none;
            }
            .input_submit {
                background: url("http://i56.servimg.com/u/f56/17/97/98/69/highli12.png") repeat-x scroll 0 0 #646464;
                border-color: #3F3F3F;
                border-radius: 2px 2px 2px 2px;
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
                color: #FFFFFF;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
                border: 0 none;
                cursor: pointer;
                padding: 5px 11px;
                text-decoration: none;
            }
            .pun h2, .pun h3, .pun input, .pun select, .pun th {
                font-family: helvetica,arial,sans-serif !important;
                font-size: 14px;
                font-style: normal;
                font-variant: normal;
                font-weight: 300;
            }
            body {
                color: #5a5a5a !important;
                font: 11px tahoma,helvetica,arial,sans-serif !important;
            }
            -->
        </style>
    <!-- #endregion sign_in_popup -->

    Trả lời nhanh
  • vi01239984564
    vi01239984564

    Bài gửi 9/12/2014, 7:53 pm vi01239984564

    topics_list_box
    Code:
    <script>
    jQuery(document).ready(function(){
          jQuery('#right').css('display','none');
          jQuery('#content').css('margin-right','0px');
    });
    </script>
    <style>
      #content-container div#content {
    margin-right: 0px;
    }
    </style>
    <!-- BEGIN topics_list_box -->
    <!-- BEGIN row -->
    <!-- BEGIN header_table -->
       <!-- BEGIN multi_selection -->
          <script type="text/javascript">
          function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}() {
             var all_checked = true;
             for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++) {
             if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
                all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked;
             }
             }
             document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked;
          }
          function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}() {
             for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++) {
             if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
                document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked;
             }
             }
          }
          </script>
       <!-- END multi_selection -->
                    
       <div class="main-head">
          <!-- BEGIN multi_selection -->
          <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
          <!-- END multi_selection -->
          <h1 class="page-title">{topics_list_box.row.L_TITLE} [{topics_list_box.row.COUNT_TOTAL_TOPICS}]</h1>
       </div>
                      
       <div class="main-content">
       <table cellspacing="0" class="table">
          <thead>

          </thead>
          <tbody class="statused">
    <!-- END header_table -->

    <!-- BEGIN header_row -->
    <strong>{topics_list_box.row.L_TITLE}</strong>
    <!-- END header_row -->

    <!-- BEGIN topic -->
       <!-- BEGIN table_sticky -->
          </tbody>
       </table>
       </div>
    <br><br>
       <div class="main-head">
          <!-- BEGIN multi_selection -->
          <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" /   >
          <!-- END multi_selection -->
          <h2>{topics_list_box.row.topic.table_sticky.L_TITLE} [{topics_list_box.row.topic.table_sticky.COUNT_TOTAL_TOPICS}]</h2>
       </div>
       <div class="main-content">
       <table cellspacing="0" class="table">
          <thead>

          </thead>
          <tbody class="statused">
       <!-- END table_sticky -->
          <tr>
             <td class="tcl tdtopics <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">
                <span class="stats">
                   <img title="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" src="{topics_list_box.row.TOPIC_FOLDER_IMG}" alt="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" />
                </span>
                <!-- BEGIN single_selection -->
                <input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} />&nbsp;
                <!-- END single_selection -->
                                    {topics_list_box.row.ICON}&nbsp;
                {topics_list_box.row.NEWEST_POST_IMG}
                {topics_list_box.row.PARTICIPATE_POST_IMG}&nbsp;
                {topics_list_box.row.TOPIC_TYPE}&nbsp;
                <h2 class="topic-title"><a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a></h2>&nbsp;
                {topics_list_box.row.GOTO_OPEN} {topics_list_box.row.GOTO_PAGE_NEW} {topics_list_box.row.GOTO_CLOSE}&nbsp;
                {topics_list_box.row.L_BY} {topics_list_box.row.TOPIC_AUTHOR}
                <!-- BEGIN switch_description -->
                                    <br />
                &nbsp;{topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
                <!-- END switch_description -->
             </td>
                  <td id="postA" class="tc2 <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->"><span class="ipsBadge ipsBadge_orange" data-id="hot_topic" style="display:none;">HOT</span><strong data-id="replies" class="RP">{topics_list_box.row.REPLIES}</strong> replies<br /><strong class="VW"> {topics_list_box.row.VIEWS}</strong> views</td>
                            <td class="tcr <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">{topics_list_box.row.LAST_POST_TIME} {topics_list_box.row.L_BY} {topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}</td>
             <!-- BEGIN multi_selection -->
             <td><input onclick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></td>
             <!-- END multi_selection -->
          </tr>
    <!-- END topic -->
    <!-- BEGIN no_topics -->
    <tr>
       <td class="tcl" colspan="4"><strong>{topics_list_box.row.L_NO_TOPICS}</strong></td>
    </tr>
    <!-- END no_topics -->

    <!-- BEGIN bottom -->
          </tbody>
       </table>
       </div>
       <div class="main-foot clearfix">
          <!-- BEGIN multi_selection -->
          <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
          <!-- END multi_selection -->
          <p class="h2">{L_TOPICS} [{topics_list_box.row.bottom.COUNT_TOTAL_TOPICS}]</p>
          <p class="options">
             <a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a>&nbsp;{S_WATCH_FORUM}&nbsp;<a href="#top">{L_BACK_TO_TOP}</a>
          </p>
       </div>
    <!-- END bottom -->
    <!-- BEGIN spacer --><br /><!-- END spacer -->
    <!-- END row -->
    <!-- END topics_list_box -->
    <script type="text/javascript">
                    //<![CDATA[
                /***
                * Copyright (c) 2013 JScript <jscriptbrasil at live.com>
                * This work is free. You can redistribute it and/or modify it
                * under the terms of the WTFPL, Version 2
                *
                * For more information, go to the home page:
                * http://punbb.forumeiros.com/forum
                */
                    var replies_value = 7;
                    var target = $('td.tc2');
                
                    target.each(function(index){
                        var oThis = $(this);
                        var replies = oThis.children('strong[data-id="replies"]').text();

                        if (replies > replies_value) {
                            oThis.children('span[data-id="hot_topic"]').show();
                        }
                    });
                    //]]>
                </script>
    <style>
    .ipsBadge {
        display: inline-block;
        height: 15px;
        line-height: 15px;
        padding: 0px 5px;
        font-size: 9px;
        font-weight: bold;
        text-transform: uppercase;
        color: #FFF;
        text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
        border-radius: 3px;
        background-image: url('http://www.ipbfocus.com/forums/public/style_images/ipbfs34x/highlight.png');
        background-repeat: repeat-x;
        background-position: 0px -1px;
        vertical-align: middle;
    }
    .ipsBadge_orange {
                  background: #ED7710;
      margin-right: 5px;
    }
    .tcl.tdtopics #ipsBadge strong {
        background:url('http://i56.servimg.com/u/f56/17/97/98/69/highli20.png') repeat scroll 0% 0% #7BA60D;
        vertical-align: middle;
        display: inline-block;
        height: 16px;
        line-height: 16px !important;
        padding: 0px 5px;
        font-size: 9px !important;
        font-weight: bold !important;
        text-transform: uppercase;
        color: rgb(255, 255, 255) !important;
        text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
        border-radius: 3px;
        background-repeat: repeat-x;
        background-position: 0px -1px;
    }
    </style>          

    Trả lời nhanh
  • vi01239984564
    vi01239984564

    Bài gửi 9/12/2014, 7:53 pm vi01239984564

    viewtopic_body
    Code:
    <script type="text/javascript">//<![CDATA[
    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}" };
    $(function(){
       _atc.cwait = 0;
       $('.addthis_button').mouseup(function(){
          if ($('#at15s').css('display') == 'block') {
             addthis_close();
             addthis_close();
          }
       });
    });
    //]]>
    </script>


    <!-- #region TitleBox_Viewtopic_body -->
    <!-- BEGIN switch_user_logged_in -->
    <!-- BEGIN watchtopic -->
    <div class="ipbfs_titlebox">
    <div class="__like right" id="watchtopic" data-isfave="" data-relid="" data-area="topics" data-app="forums">

        </div>
    <!-- END watchtopic -->
    <!-- END switch_user_logged_in -->
    <a class="ipsUserPhotoLink left" href="#">
        <img class="ipsUserPhoto ipsUserPhoto_medium" alt="Foto" src="http://i56.servimg.com/u/f56/17/97/98/69/avatar10.png">
    </a>
    <div class="ipsBox_withphoto" itemtype="http://schema.org/Article" itemscope="">
        <span class="rating ipsType_smaller" itemtype="http://schema.org/AggregateRating" itemscope="" itemprop="aggregateRating">
            <!-- BEGIN switch_user_logged_in -->
            <!-- END switch_user_logged_in -->
            
            <span id="rating_text" style="display: none;">
                <span id="rating_hits" itemprop="ratingCount">0</span> <span>votos</span>
                <meta content="0" itemprop="ratingValue">            
            </span>
        </span>
       <h1 class="ipsType_pagetitle" itemprop="name">{TOPIC_TITLE}</h1>
       <div class="desc lighter blend_links">
            Đăng bởi <span itemprop="creator"><a title="" href="" class="url fn name"><span itemprop="name"></span></a></span>, vào lúc <span itemprop="dateCreated"> </span>
       </div>
        <span id="tags_search"></span>
        <br>
        <meta content="UserComments:3" itemprop="interactionCount">
          </div></div>
    <br>
      
    <div class="pun-crumbs noprint">
       <p class="crumbs">
          <a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}&nbsp;»&nbsp;
          <a href="{TOPIC_URL}">{TOPIC_TITLE}</a>
          <!-- Backup <strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong> -->
          </p>
    </div>

    <div class="main paged">
       <div class="paged-head clearfix">
          <!-- BEGIN topicpagination -->
          <p class="paging">{PAGINATION}</p>
          <!-- END topicpagination -->
          <p class="posting">
             <!-- BEGIN switch_user_authpost -->
                      <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>&nbsp;&nbsp;
             <!-- END switch_user_authpost -->

             <!-- BEGIN switch_user_authreply -->
                      <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
             <!-- END switch_user_authreply -->
                             </p>
              <!-- BEGIN switch_user_logged_out -->
              <ul class="topic_buttons">
             <li class="disabled"><span><font><font class="">Por favor, inicie sesión para responder</font></font></span></li>
             
             
          </ul>
              <!-- END switch_user_logged_out -->
       </div>
       {POLL_DISPLAY}  
       <div class="main-content topic">
       <div class="main-head clearfix">
          <p class="h2">
             <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>&nbsp;&nbsp;
             {L_MESSAGE} [{PAGE_NUMBER}]
          </p>
       </div>
          <!-- BEGIN postrow -->
              <!-- BEGIN hidden -->
                <p class="p-hidden">{postrow.hidden.MESSAGE}</p>
             <!-- END hidden -->
             <!-- BEGIN displayed -->
             <div class="post"{postrow.displayed.THANK_BGCOLOR}>
                <a name="{postrow.displayed.U_POST_ID}"></a>
                              <div id="p{postrow.displayed.U_POST_ID}" class="posthead">
                      <h2>
                      <span class="post_id right ipsType_small desc blend_links">
                           <strong>#{postrow.displayed.COUNT_POSTS}</strong>
                    </span>
                                                      <div class="post_username">
                                                               <span class="reset_cursor" style="float: left; margin-top: -3px; margin-right: 12px;cursor: pointer;" data-tooltip="">
                        <img title="Fuera de línea" alt="Fuera de línea" src="http://i56.servimg.com/u/f56/17/97/98/69/postce10.png">
                    </span>
                    <span class="reset_cursor" style="float: left; margin-top: -3px; margin-right: 10px; margin-left: -26px;cursor: pointer;" data-tooltip="">{postrow.displayed.ONLINE_IMG}</span>
                                                      
                         <div style="float: left; font-size: 16px; font-family: Arial;" class="username">{postrow.displayed.POSTER_NAME}</div>
                                                      </div>
                                                      <span class="data-post">{postrow.displayed.POST_DATE_NEW}</span>
                      </h2>
                   </div>
                <div class="postmain"{postrow.displayed.THANK_BGCOLOR}>
                    <div class="postbody"{postrow.displayed.THANK_BGCOLOR}>
                      <div class="user">
                                                      <div class="user-ident"><br />
                                        
                                                              <div class="user-basic-info">
                                                                {postrow.displayed.POSTER_AVATAR}<br /><br />
                                                                         <div class="rank" style="font-weight: 500;">{postrow.displayed.POSTER_RANK_NEW}</div><br />
                                                                      {postrow.displayed.RANK_IMAGE}
                                                                      <div class="conect"></div>
                                                                      
                            </div>
                         </div>
                         <div class="user-info">
                                                            
                            <!-- BEGIN profile_field -->
                                                              <div class="pitmeprofile"><span style=""><span id="perf">  <div class="post_field">{postrow.displayed.profile_field.LABEL}{postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}</div></div>
                            <!-- END profile_field -->
                            {postrow.displayed.POSTER_RPG}
                         </div>
                      </div>

                      <div class="post-entry">
                         <div class="entry-content">
                            <!-- BEGIN switch_vote_active -->
                            <div class="vote gensmall">
                               <!-- BEGIN switch_vote -->
                               <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                               <!-- END switch_vote -->

                               <!-- BEGIN switch_bar -->
                               <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                                  <!-- BEGIN switch_vote_plus -->
                                  <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                                  <!-- END switch_vote_plus -->

                                  <!-- BEGIN switch_vote_minus -->
                                  <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                                  <!-- END switch_vote_minus -->
                               </div>
                               <!-- END switch_bar -->

                               <!-- BEGIN switch_no_bar -->
                               <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                               <!-- END switch_no_bar -->

                               <!-- BEGIN switch_vote -->
                               <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                               <!-- END switch_vote -->
                            </div>
                            <!-- END switch_vote_active -->   
                                                       
                            <div>
                               <div id="message_{postrow.displayed.U_POST_ID}" style="margin-top: 10px; font-size: 14px; color: rgb(40, 40, 40);">
                                        {postrow.displayed.MESSAGE}
                                    </div>
                                    <iframe name="iframe_{postrow.displayed.U_POST_ID}" height="0px" width="0px" frameborder="0"></iframe>
                               <!-- BEGIN switch_attachments -->
                               <dl class="attachbox">
                                  <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                                  <dd>
                                     <!-- BEGIN switch_post_attachments -->
                                     <dl class="file">
                                        <dt>
                                           <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" />

                                           <!-- BEGIN switch_dl_att -->
                                           <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}
                                           <!-- END switch_dl_att -->

                                           <!-- BEGIN switch_no_dl_att -->
                                           {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}
                                           <!-- END switch_no_dl_att -->
                                        </dt>

                                        <!-- BEGIN switch_no_comment -->
                                        <dd>
                                           <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                                        </dd>
                                        <!-- END switch_no_comment -->

                                        <!-- BEGIN switch_no_dl_att -->
                                        <dd>
                                           <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                                        </dd>
                                        <!-- END switch_no_dl_att -->

                                        <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                                     </dl>
                                     <!-- END switch_post_attachments -->
                                  </dd>
                               </dl>
                               <!-- END switch_attachments -->
                               <div class="clear"></div>
                            </div>
                            <p>
                               
                            </p>
                         </div>
                      </div>
                   </div>

                   <!-- BEGIN switch_signature -->
                   <div class="sig-content">
                      {postrow.displayed.SIGNATURE_NEW}
                   </div>
                   <!-- END switch_signature -->

                   <div class="postfoot">
                                                                                               <div class="user-contact profile_{postrow.displayed.PROFILE_POSITION}">
                         {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field -->
                      </div>
                      <div class="post-options profile_{postrow.displayed.PROFILE_POSITION}">
                                                      {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
                      </div>
                      <div style="clear:both;"></div>
                                              </div>
                </div>
             </div>
             <!-- BEGIN first_post_br -->
          </div>
          <hr id="first-post-br" />
          <div class="main-content topic">
             <!-- END first_post_br -->
             <!-- END displayed -->
             <!-- BEGIN hidden -->
                <p class="p-hidden">{postrow.hidden.MESSAGE}</p>
             <!-- END hidden -->
          <!-- END postrow -->
       <div class="main-foot clearfix">
          <p class="h2">
             {L_MESSAGE} [{PAGE_NUMBER}]
          </p>
          <p class="options">
             <input type="hidden" name="t" value="{TOPIC_ID}" />

             <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
             <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />

             <!-- BEGIN viewtopic_bottom -->
             {S_TOPIC_ADMIN}
             <!-- END viewtopic_bottom -->
          </p>
       </div>
       </div>
    <a name="bottomtitle"></a>

       <div class="paged-foot clearfix">
          <!-- BEGIN topicpagination -->
          <p class="paging">{PAGINATION}</p>
          <!-- END topicpagination -->
          <p class="posting">
             <!-- BEGIN switch_user_authpost -->
                      <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>&nbsp;&nbsp;
             <!-- END switch_user_authpost -->

             <!-- BEGIN switch_user_authreply -->
                     <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
             <!-- END switch_user_authreply -->
          </p>
       </div>
    </div>
    <br />
    <!-- BEGIN promot_trafic -->
    <div class="main" id="ptrafic_close" style="display:none">
       <div class="main-head clearfix">
          <p class="h2">{PROMOT_TRAFIC_TITLE}</p>
          <p class="options"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="" border="0" /></a></p>
       </div>
    </div>
    <div class="main" id="ptrafic_open" style="display:''">
       <div class="main-head clearfix">
          <p class="h2">{PROMOT_TRAFIC_TITLE}</p>
          <p class="options"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="" border="0" /></a></p>
       </div>
       <div class="main-content clearfix">
          <!-- BEGIN link -->
          »&nbsp;<a href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}">{promot_trafic.link.TITLE}</a><br />
          <!-- END link -->
       </div>
    </div>
    <!-- END promot_trafic -->

    <!-- BEGIN switch_forum_rules -->
    <div class="main" id="forum_rules">
       <div class="main-head clearfix">
          <p class="h2">{L_FORUM_RULES}</p>
       </div>
       <table class="main-content frm">
          <tr>
             <!-- BEGIN switch_forum_rule_image -->
             <td class="logo">
                <img src="{RULE_IMG_URL}" />
             </td>
             <!-- END switch_forum_rule_image -->
             <td class="rules entry-content">
                {RULE_MSG}
             </td>
          </tr>
       </table>
    </div>
    <!-- END switch_forum_rules -->
    <!-- BEGIN switch_user_logged_in -->
    <a name="quickreply"></a>   
    <center>{QUICK_REPLY_FORM}</center>
    <!-- END switch_user_logged_in -->

      <!-- BEGIN switch_image_resize -->
    <script type="text/javascript">
    //<![CDATA[
    $(resize_images({ 'selector' : '.post-entry .entry-content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
    //]]>
    </script>
    <!-- END switch_image_resize -->
    <script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
    <script>
    jQuery(document).ready(function(){
          jQuery('#right').css('display','none');
          jQuery('#content').css('margin-right','0px');
    });
    </script>
    <style>
      #content-container div#content {
    margin-right: 0px;
    }
    </style>
    <script type="text/javascript">
        //<![CDATA[
        jQuery(document).ready(function(){
            var target = $('.post:first');
            target.find('div.postbody').find('strong:contains("Relembrando a primeira mensagem")').closest('div.main-content.topic').hide();
            var imgdata = target.find('div.user-basic-info');
            var autor_dat = target.find('div.username');
            var autor_url = autor_dat.attr('href');
            var autor_txt = autor_dat.text();
            var date = target.find('span.data-post').html();
            var topic_title = '{TOPIC_TITLE}';
            var tags = topic_title.split(' ');
            var follow = '{S_WATCH_TOPIC}';
            
            $('.ipsUserPhotoLink.left').attr('href', imgdata.find('a').attr('href'));
            $('.ipsUserPhoto.ipsUserPhoto_medium').attr('src', imgdata.find('img').attr('src'));
            $('span[itemprop="creator"]').find('a').attr('title', autor_txt).attr('href', autor_url);
            $('span[itemprop="name"]').text(autor_txt);
            $('span[itemprop="dateCreated"]').html(date);
            
            /* Eliminar valores duplicados en el array!
             -> Si usted encuentra algo mejor que esto, por favor suguieralo.*/
            tags = tags.filter(
                function(a){
                    if (!this[a]) {
                        this[a] = 1;
                        return a;
                    }
                }
            );
            /* Establece búsqueda de etiquetas ...*/
            $.each(tags, function(index, data) {
                if(data.length > 4) {
                    $('#tags_search').append(
                        '<a id="tag_search_' + index + '" class="ipsTag" title="Localizar mas Aportes con la tag ' + data + '" href="/search?search_keywords=' + data + '">' +
                        '    <span>' + data + '</span>' +
                        '</a>'
                    );
                }
            });
            /* Whatch topic */
            <!-- BEGIN switch_user_logged_in -->
            
            <!-- END switch_user_logged_in -->
            
            var target = $('.main-content.topic').find('div.post');
            target.each(function(index) {
                var oThis = $(this);
                var userImg = oThis.find('div.user-basic-info a');
                var memberTitle = oThis.find('p.desc.member_title');
                var urlID = oThis.find('.username a').attr('href');
                var target = oThis.find('div.user-basic-info').text();
                var IsSuper = (target.search(/administrador/i) + 1) + (target.search(/moderador/i) + 1) + (target.search(/punbb/i) + 1);
                /* Sets default avatar... */
                if (userImg.find('img').length == 0) {
                    userImg.html('<img src="http://i78.servimg.com/u/f78/18/17/62/92/defaul10.png" alt="User image">');
                }
                /* field_id1 (Título) = First field added to the perfil! */
                $.get(urlID, function(data){
                    var userTitle = $.trim($('#field_id1', data).find('div.field_uneditable').text());
                    var posts = $('#field_id-6', data).find('div.field_uneditable').text();
                    if (IsSuper <= 0) {
                        if (posts <= 99){
                            memberTitle.text('Membro');
                        } else if (posts >= 100 && posts < 200) {
                            memberTitle.text('Membro Nível 1');
                        } else if (posts >= 200 && posts < 300) {
                            memberTitle.text('Membro Nível 2');
                        } else if (posts >= 300 && posts < 500) {
                            if(userTitle == '-') {memberTitle.text('Membro Nível 3');}
                        } else if (posts >= 500) {
                            if(userTitle == '-') {memberTitle.text('Membro Avançado');}
                        }
                    } else {
                        if(userTitle != '-') {memberTitle.text(userTitle);}
                    }
                    /*conjuntos de estado*/
                    /*console.log($.trim($('#user_status', data).text()));*/
                    if($.trim($('#user_status', data).text()) == 'conectado') {
                        oThis.find('span.ipsBadge').html('online').addClass('ipsBadge_green').removeClass('ipsBadge_lightgrey');
                    } else {
                        oThis.find('span.ipsBadge').html('offline').addClass('ipsBadge_lightgrey').removeClass('ipsBadge_green');
                    };
                });
            });
        });
        /* Editar Mensajes*/
        function edit_message(topic_ID, post_ID){
            /* This load and read all form fields ¯| */
            $('#' + topic_ID).load('/post?p=' + post_ID + '&mode=editpost' + ' .main .frm-form', function() {
                var msgID = $('#' + topic_ID);
                msgID.find('.main-head.clearfix').remove();
                msgID.find('.frm-set.multi > dl').hide();
                msgID.find('#textarea_content dt:last').show();
                msgID.find('.frm-set.multi').css('border-bottom', '0px');
                msgID.find('.frm-set > dl').hide();
                msgID.find('.frm-buttons').css('border-top', '0');
                msgID.find('.main').hide();
                msgID.find('.frm-form').attr('target','iframe_' + post_ID).submit(function(){var time=setTimeout("edited()",1000);});
                msgID.find('input[name=post]').css('margin-left', '-225px');
                msgID.find('input[name=preview]').css('margin-left', '120px').attr('value', 'Cancelar');
            });
        }
        function edited(){window.location.reload()}      
        //]]>
    </script>
    <style type="text/css">
       <!--
      .topic_buttons li span, .ipsButton {
    background: #f4f4f4 url('http://www.ipbfocus.com/skindemo/public/style_images/dash/highlight_strong.png') repeat-x 0 -1px;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    border: 1px solid #c0c2c3;
    color: #414141;
    text-shadow: #fff 0px 1px 0px;
    -moz-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
    -webkit-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
    box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    line-height: 34px;
    height: 34px;
    padding: 0 20px;
    text-align: center;
    min-width: 70px;
    display: inline-block;
    cursor: pointer;
    }
      .topic_buttons li {
    float: right;
    margin: 0 0 10px 10px;
    }
      .topic_buttons li span {
    cursor: default !important;
    }
    .topic_buttons li.disabled a, .topic_buttons li.disabled span {
    background: #ebebeb;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    border: 0;
    color: #7f7f7f;
    }
    .pun .username a span {
        color: #A4A4A4 !important;
    }
      .desc {
        color: #A4A4A4 !important;
        font-size: 12px !important;
    }
    .desc.lighter, .desc.lighter.blend_links a {
        color: #A4A4A4 !important;
    }
    .data-post {
    color: #ccc;
    float: left;
    font-size: 11px;
    font-weight: normal;
    }  
      .post_online {
        display: inline-block;
        float: left;
        min-width: 60px;
    }
        .right {
            float: right;
        }
        .left {
            float: left;
        }
        .ipsBox_withphoto {
            margin-left: 65px;
        }
        .ipsUserPhoto_medium {
            height: 54px;
            width: 54px;
        }
        .ipsUserPhoto {
            background: none repeat scroll 0 0 #FFFFFF;
            padding: 1px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            margin-top: 10px;
        }
        .ipsUserPhotoLink:hover .ipsUserPhoto {
            opacity:0.8;
        }
        .rating {
            display: block;
            line-height: 16px;
            margin-bottom: 4px;
        }
        .ipsType_smaller, .ipsType_smaller a {
            font-size: 11px !important;
        }
        .rating img {
            vertical-align: top;
        }
        #rating_text {
            margin-left: 4px;
        }
        .ipsType_pagetitle, .ipsType_subtitle {
            color: #323232;
            font: 300 26px/1.3 Helvetica,Arial,sans-serif;
        }
        .desc.lighter, .desc.lighter.blend_links a {
            color: #A4A4A4;
        }
        .desc, .desc.blend_links a, p.posted_info {
            color: #777777;
            font-size: 12px;
        }
    .ipsTag {
    display: inline-block;
    background: url('http://i.imgur.com/Xm2n2t3.png');
    height: 20px;
    line-height: 20px;
    padding: 0 7px 0 15px;
    margin: 5px 5px 0 0;
    font-size: 11px;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-radius: 0 3px 3px 0;
    }
        .ipsButton_secondary {
            background: -moz-linear-gradient(center top , #F6F6F6 0%, #E5E5E5 100%) repeat scroll 0 0 transparent;
            border: 1px solid #DBDBDB;
            border-radius: 3px 3px 3px 3px;
            box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.3);
            color: #616161;
            display: inline-block;
            font-size: 12px;
            height: 22px;
            line-height: 22px;
            padding: 0 10px;
            transition: all 0.2s ease-in-out 0s;
            white-space: nowrap;
        }
        .ipsButton_secondary:hover {
            border-color: #9A9A9A;
            color: #4C4C4C;
        }
        .ipsButton_extra {
            color: #5C5C5C;
            font-size: 11px;
            height: 22px;
            line-height: 22px;
            margin-left: 5px;
        }
        .clickable {
            cursor: pointer;
        }
        -->
    </style>
    <!-- #endregion TitleBox_Viewtopic_body -->

    <!-- #region: member_title -->
    <style type="text/css">
    <!--
    .author_info .member_title {
        margin-bottom: 5px;
        word-wrap: break-word;
    }
    .desc, .desc.blend_links a, p.posted_info {
        color: #777777;
        font-size: 12px;
    }
        -->
    </style>
    <!-- #endregion: member_title -->

    Trả lời nhanh
  • TinPr0
    TinPr0

    Bài gửi 10/12/2014, 5:32 pm TinPr0

    skin này bên nước ngoài share rồi , đưa nguồn đi

    Trả lời nhanh
  • anonymos.owner
    anonymos.owner

    Bài gửi 15/8/2017, 1:22 am anonymos.owner

    thanks

    Trả lời nhanh
  • Sponsored content

    Bài gửi Sponsored content

    Trả lời nhanh

Xem chủ đề cũ hơn Xem chủ đề mới hơn Về Đầu Trang Thông điệp [Trang 1 trong tổng số 1 trang]

Permissions in this forum:
Bạn không có quyền trả lời bài viết