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

Chuyển đến trang : 1, 2  Next

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

Admin
  • Administrator

Admin

Administrator


Admin

Admin
loading...

Demo:

http://hotro69.forumvi.com

[Share] Skin trithuc.edu.vn 629401-182013110942am

Rip theo yêu cầu của topic: http://www.hotrofm.com/t2480-topic

Index body:



an

Trả lời nhanh

Message reputation : 100% (2 votes)

  • Admin
    Admin

    Bài gửi 8/1/2013, 4:14 pm Admin

    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');
             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}');
             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 -->
    </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>
      <br>
    <div align="center">
       <div class="container">
          <div class="body_04">
             <div class="body_05">
                             
                              <table style="width: 100%" cellpadding="0" cellspacing="0" dir="ltr">
                   <tbody><tr>
                      <td class="body_01">
                      <img src="http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/spacer.gif" alt="" width="9" height="39"></td>
                      <td style="width: 100%" class="headerbar">
                      <table border="0" width="100%" cellspacing="0" cellpadding="0" style="border-collapse: collapse">
                         <tbody><tr>
    <td></td>
                            <td>
                            
    </td>
                         </tr>
                      </tbody></table>
                      </td>
                      <td class="body_03">

                      <img class="imgborder" src="http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/spacer.gif" width="9" height="39" alt=""></td>
                   </tr>
    </tbody></table>
                                             
                                             
                                             
                          <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
    <tbody><tr>
    <td align="center" style="background-image: url('http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/banner.png');background-position: center; height: 174px; width: 860px; background-repeat: no-repeat;">
    <!-- flash start -->
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="100%"> <param name="movie" value="http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/white.swf"> <param name="quality" value="high"> <param name="menu" value="false"> <param name="WMode" value="Transparent"> <embed src="http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/white.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="100%" wmode="Transparent"> </object>
    <!-- flash end -->
    </td>
    </tr>
    </tbody></table>
     
     
     
     
     
      <div align="center">
       <div class="page" style="width:100%; text-align:left">
          <div style="padding:0px 8px 0px 8px" align="left">





    <br>
     
      <style type="text/css">
    .vd2jnav{background: #FFFFFF;color: #000;border: 1px dashed #ff6600;}
    .vd2jnav a:link, .vd2jnav_alink
    {
       color: #2b8bc7;
       text-decoration: none;
    }
    .vd2jnav a:visited, .vd2jnav_avisited
    {
       color: #2b8bc7;
       text-decoration: none;
    }
    .vd2jnav a:hover, .vd2jnav a:active, .tvd2jnav_ahover
    {
       color: #FF6600;
       text-decoration: underline;
    }
    .vd2jnav2{
    background: #FFFFFF;
    color: #000;
    border-right: 1px dashed #ff6600;
    border-top: 1px dashed #ff6600;
    border-bottom: 1px dashed #ff6600;
    border-left: 0px;
    }
    .vd2jnav2 a:link, .vd2jnav2_alink
    {
       color: #2b8bc7;
       text-decoration: none;
    }
    .vd2jnav2 a:visited, .vd2jnav2_avisited
    {
       color: #2b8bc7;
       text-decoration: none;
    }
    .vd2jnav2 a:hover, .vd2jnav2 a:active, .tvd2jnav2_ahover
    {
       color: #FF6600;
       text-decoration: underline;
    }
    </style>
     
      <div class="tren"> <div class="tren_trai"> <div class="tren_phai"> </div></div></div>
     
     
      <div class="doc_trai"> <div class="doc_phai"> <div class="doc_duoi"> <div style="padding-left:8px; padding-right:8px;">
    <!-- nav buttons bar -->
    <div style="padding:1px; border-top-width:0px">
       <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
       <tbody><tr align="center">
             <td class="vbmenu_control"><a href="index.php"><b>Trang chủ</b></a></td>
          
          
          
          <td class="vbmenu_control"><a rel="help" href="faq.php?s=cd14204df2269c41463519c2fd62129c" accesskey="5">Hỏi đáp</a></td>
          
             <td class="vbmenu_control"><a id="community" href="/forum/?nojs=1#community" rel="nofollow" accesskey="6" style="cursor: pointer;">Trang cộng đồng <img src="vd2jstyle/vd2jblue/misc/menu_open.gif" border="0" title="" alt=""></a> <script type="text/javascript"> vbmenu_register("community"); </script></td>
          
          <td class="vbmenu_control"><a href="calendar.php?s=cd14204df2269c41463519c2fd62129c">Lịch</a></td>
          
             
                
                <td class="vbmenu_control"><a href="search.php?s=cd14204df2269c41463519c2fd62129c&amp;do=getdaily" accesskey="2">Bài gửi hôm nay</a></td>
                
                <td class="vbmenu_control"><a id="navbar_search" href="search.php?s=cd14204df2269c41463519c2fd62129c" accesskey="4" rel="nofollow">Tìm Kiếm</a> </td>
             
             
          
          
          
          </tr>
       </tbody></table>
    </div>
    <!-- / nav buttons bar -->
    <!-- begin vien bot setup --> </div></div></div></div>
        <div class="duoi"> <div class="duoi_trai"> <div class="duoi_phai"> </div></div></div>
       
        <table cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
    <tbody><tr>
       <td width="100%" class="vd2jnav">
          
             <div class="navbar" style="font-size:10pt"><a href="index.php?s=cd14204df2269c41463519c2fd62129c" accesskey="1"><img class="inlineimg" src="http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/navbits_start.gif" alt="" border="0"></a> <strong>Diễn đàn Tri Thức</strong></div>
          
       </td>

       <td class="vd2jnav2" nowrap="nowrap" style="padding:0px">
                <!-- BEGIN switch_user_logged_out -->
          <form action="/login" method="post" class="frm-form" name="form_login">
          
          <table cellpadding="0" cellspacing="3" border="0">
          <tbody><tr>
             <td class="smallfont" style="white-space: nowrap;"><label for="navbar_username">Tên tài khoản</label></td>
             <td><input type="text" tabindex="1" name="username" id="username" size="30" maxlength="40" value="" class="inputfield" style="width: 100px;"></td>
             <td class="smallfont" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c">Ghi nhớ?</label></td>
          </tr>
          <tr>
             <td class="smallfont"><label for="navbar_password">Mật khẩu</label></td>
             <td><input type="password" tabindex="2" id="password" name="password" size="30" maxlength="25" class="inputfield"  style="width: 100px;"></td>
             <td><input type="submit" name="login" tabindex="6" value="Đăng Nhập" class="button2"></td>
          </tr>
          </tbody></table>
          
          </form>
           <!-- END switch_user_logged_out -->
                     
                   
       </td>

    </tr>
    </tbody></table>
                             
       <div class="minwidth_IE">
          <div class="layout_IE">
             <div class="container_IE">
                <div class="pun">
                   
                   <div id="pun-head">
                      <div id="pun-navlinks">
                         <ul class="clearfix">
                            <li>{GENERATED_NAV_BAR}</li>
                         </ul>
                      </div>
                   </div>

                   <!-- 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="{ID_LEFT}">
                                        <!-- BEGIN giefmod_index1 -->
                                        {giefmod_index1.MODVAR}
                                        <!-- BEGIN saut -->
                                        <div style="height:{SPACE_ROW}px"></div>
                                        <!-- END saut -->
                                        <!-- END giefmod_index1 -->
                                     </div>
                                     <div id="main">
                                        <div id="main-content">

    <!-- BEGIN html_validation -->
                                        </div>
                                     </div>
                                  </div>
                               </div>
                            </div>
                         </div>
                      </div>
                   </div>
                </div>
             </div>
          </div>
       </div>
    </body>
    </html>
    <!-- END html_validation -->

    CSS:

    Code:
    /* ViAvac Chat  */
    #achat_login{display:none}
    #avacweb_chat iframe {
      border: 2px solid #ff0000!important;
    }
    #avacweb_chat_button {
      right: 29px!important;
      padding: 5px 7px!important;
    }
    #chatbox_header, #chatbox_footer {

    background-color: #ff0000!important;
      box-shadow: inset 0 0px 0px #cc0000 !important;
      -moz-box-shadow: inset 0 0px 0px #cc0000 !important;
      -webkit-box-shadow: inset 0 0px 0px #cc0000 !important;
      text-shadow: 0 1px #cc0000!important;
    }
    .chatbox_row_1 {
      background-color: #f7e4e4 !important;
            font-size: 1.1em!important;
    }
    .chatbox_row_2 {
      background-color: #ffffff!important;
            font-size: 1.1em!important;
    }

    .member-title {
      background-color: #ff0000!important;
      color: #FFFFFF!important;
      border: 1px solid #ff0000!important;
      box-shadow: inset 0 10px 10px #f7d7d7!important;
      -moz-box-shadow: inset 0 10px 10px #f7d7d7!important;
      -webkit-box-shadow: inset 0 10px 10px #f7d7d7!important;
      text-shadow: 0 1px #cc0000!important;
    }
    #chatbox_members .online-users li{background-image:url(http://i.imgur.com/6A6tt.png);background-position:left;background-repeat:no-repeat;background-size:13%;padding-left:20px}

    #achat_contextmenu{background-image : url(http://i14.servimg.com/u/f14/16/58/45/96/banner13.png)!important}
    ê    
       
       
       
       
       








    /**
    * vBulletin 3.8.4 CSS
    * Style: 'Blue'; Style ID: 3
    */

    .smallfont {
    padding: 5px;
    }
    body
    {
       background: #E1E1E2;
       color: #000000;
       font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
       margin: 2px 2px 2px 2px;
       padding: 0px;
    }
    a:link, body_alink
    {
       color: #22229C;
    }
    a:visited, body_avisited
    {
       color: #22229C;
    }
    a:hover, a:active, body_ahover
    {
       color: #FF4400;
    }
    .page
    {
       background: #FFFFFF;
       color: #000000;
    }
    td, th, p, li
    {
       font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .inlinemod
    {
       background: #FFFFCC;
       color: #000000;
    }
    .wysiwyg
    {
       background: #F5F5FF;
       color: #000000;
       font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
       margin: 5px 5px 5px 5px;
       padding: 0px;
    }
    .wysiwyg a:link, .wysiwyg_alink
    {
       color: #22229C;
    }
    .wysiwyg a:visited, .wysiwyg_avisited
    {
       color: #22229C;
    }
    .wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover
    {
       color: #FF4400;
    }
    textarea, .bginput
    {
       font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .bginput option, .bginput optgroup
    {
       font-size: 10pt;
       font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .button
    {
       font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    select
    {
       font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    option, optgroup
    {
       font-size: 11px;
       font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .smallfont
    {
       font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .time
    {
       color: #666686;
    }
    .navbar
    {
       font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .highlight
    {
       color: #FF0000;
       font-weight: bold;
    }
    .fjsel
    {
       background: #3E5C92;
       color: #E0E0F6;
    }
    .fjdpth0
    {
       background: #F7F7F7;
       color: #000000;
    }
    .panel
    {
       background: #E4E7F5 url(images/gradients/gradient_panel.gif) repeat-x top left;
       color: #000000;
       padding: 10px;
       border: 1px solid #999999;
    }
    .panelsurround
    {
       background: #D1D4E0 url(images/gradients/gradient_panelsurround.gif) repeat-x top left;
       color: #000000;
    }
    legend
    {
       color: #22229C;
       font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .vbmenu_control
    {
       background: #738FBF;
       color: #FFFFFF;
       font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
       padding: 3px 6px 3px 6px;
       white-space: nowrap;
    }
    .vbmenu_control a:link, .vbmenu_control_alink
    {
       color: #FFFFFF;
       text-decoration: none;
    }
    .vbmenu_control a:visited, .vbmenu_control_avisited
    {
       color: #FFFFFF;
       text-decoration: none;
    }
    .vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
    {
       color: #FFFFFF;
       text-decoration: underline;
    }
    .vbmenu_popup
    {
       background: #FFFFFF;
       color: #000000;
       border: 1px solid #0B198C;
    }
    .vbmenu_option
    {
       background: #BBC7CE;
       color: #000000;
       font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
       white-space: nowrap;
       cursor: pointer;
    }
    .vbmenu_option a:link, .vbmenu_option_alink
    {
       color: #22229C;
       text-decoration: none;
    }
    .vbmenu_option a:visited, .vbmenu_option_avisited
    {
       color: #22229C;
       text-decoration: none;
    }
    .vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
    {
       color: #FFFFFF;
       text-decoration: none;
    }
    .vbmenu_hilite
    {
       background: #8A949E;
       color: #FFFFFF;
       font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
       white-space: nowrap;
       cursor: pointer;
    }
    .vbmenu_hilite a:link, .vbmenu_hilite_alink
    {
       color: #FFFFFF;
       text-decoration: none;
    }
    .vbmenu_hilite a:visited, .vbmenu_hilite_avisited
    {
       color: #FFFFFF;
       text-decoration: none;
    }
    .vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
    {
       color: #FFFFFF;
       text-decoration: none;
    }
    body
    {
       background: #333333 url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/gradients/webg.gif);
       color: #000000;
       font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
       margin: 0px 0px 0px 0px;
       padding: 0px; 
    }
    a:link, body_alink
    {
       color: #2b8bc7;
       text-decoration: none;
    }
    a:visited, body_avisited
    {
       color: blue;
       text-decoration: none;
    }
    a:hover, a:active, body_ahover
    {
       color: #FF6600;
       text-decoration: none;
    }
    .page
    {
       background: #E7E7E7;
       color: #000000;
    }
    td, th, p, li
    {
       font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    .tborder
    {
       background: #dbdbdb;
       color: #000000;
       font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
       border: 0px solid #cdcdcd;
    }
    .tcat
    {
       background: #930202 url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/gradients/tile_back.gif) repeat-x top left;
       color: #FFFFFF;
       font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    .tcat a:link, .tcat_alink
    {
       color: #FFFFFF;
       text-decoration: none;
    }
    .tcat a:visited, .tcat_avisited
    {
       color: #FFFFFF;
       text-decoration: none;
    }
    .tcat a:hover, .tcat a:active, .tcat_ahover
    {
       color: #FFFFFF;
       text-decoration: underline;
    }
    .thead
    {
       background: #E7E7E7 url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/gradients/bgtit.gif) repeat-x top left;
       color: #000000;
       font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    .thead a:link, .thead_alink
    {
       color: #2b8bc7;
       text-decoration: none;
    }
    .thead a:visited, .thead_avisited
    {
       color: #2b8bc7;
       text-decoration: none;
    }
    .thead a:hover, .thead a:active, .thead_ahover
    {
       color: #8C8C8C;
       text-decoration: none;
    }
    .tfoot
    {
       background: #930202 url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/gradients/tile_back.gif) repeat-x top left;
       color: #FFFFFF;
       font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
      padding: 10px;
    }
    .tfoot a:link, .tfoot_alink
    {
       color: #FFFFFF;
       text-decoration: none;
    }
    .tfoot a:visited, .tfoot_avisited
    {
       color: #FFFFFF;
       text-decoration: none;
    }
    .tfoot a:hover, .tfoot a:active, .tfoot_ahover
    {
       color: #FFFFFF;
       text-decoration: underline;
    }
    .alt1, .alt1Active
    {
       background: #ffffff;
       color: #000000;
       font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    .alt1 a:link, .alt1_alink, .alt1Active a:link, .alt1Active_alink
    {
       color: #2b8bc7;
       text-decoration: none;
    }
    .alt1 a:visited, .alt1_avisited, .alt1Active a:visited, .alt1Active_avisited
    {
       color: #2b8bc7;
       text-decoration: none;
    }
    .alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover
    {
       color: #8C8C8C;
       text-decoration: none;
    }
    .alt2, .alt2Active
    {
       background: #FFFFFF;
       color: #000000;
       font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    .alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink
    {
       color: #2b8bc7;
       text-decoration: none;
    }
    .alt2 a:visited, .alt2_avisited, .alt2Active a:visited, .alt2Active_avisited
    {
       color: #2b8bc7;
       text-decoration: none;
    }
    .alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover
    {
       color: #8C8C8C;
       text-decoration: none;
    }
    .inlinemod
    {
       background: #FFFFCC;
       color: #000000;
    }
    .wysiwyg
    {
       background: #FFFFFF;
       color: #000000;
       font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    .wysiwyg a:link, .wysiwyg_alink
    {
       text-decoration: none;
    }
    .wysiwyg a:visited, .wysiwyg_avisited
    {
       text-decoration: none;
    }
    textarea, .bginput
    {
       background: #e7e7e7;
       font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
       border: 1px solid #2b8bc7;
    }
    .bginput option, .bginput optgroup
    {
       font-size: 8pt;
       font-family: tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    .button
    {
       font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    select
    {
       font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    option, optgroup
    {
       font-size: 8pt;
       font-family: tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    .smallfont
    {
       font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    .time
    {
       color: #2b8bc7;
    }
    .navbar
    {
       font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    .highlight
    {
       background: #e7e7e7;
       color: #2b8bc7;
    }
    .fjsel
    {
       background: #CCCCCC;
       color: #2b8bc7;
    }
    .fjdpth0
    {
       background: #F7F7F7;
       color: #000000;
    }
    .fjdpth1
    {
       background: #F7F7F7;
       color: #000000;
    }
    .panel
    {
       background: #F3F3F3;
       color: #000000;
       padding: 10px;
       border: 1px outset;
    }
    .panelsurround
    {
       background: #E7E7E7;
       color: #000000;
    }
    legend
    {
       color: #2b8bc7;
       font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    .vbmenu_control
    {
       background: #930202 url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/gradients/tile_back.gif) repeat-x top left;
       color: #FFFFFF;
       font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
       padding: 3px 6px 3px 6px;
       white-space: nowrap;
            font-weight: bold;
    }
    .vbmenu_control a:link, .vbmenu_control_alink
    {
       color: #FFFFFF;
       text-decoration: none;
    }
    .vbmenu_control a:visited, .vbmenu_control_avisited
    {
       color: #FFFFFF;
       text-decoration: none;
    }
    .vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
    {
       color: #FFFFFF;
       text-decoration: underline;
    }
    .vbmenu_popup
    {
       background: #FFFFFF;
       color: #000000;
       border: 1px solid #2b8bc7;
    }
    .vbmenu_option
    {
       background: #E7E7E7;
       color: #2b8bc7;
       font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
       white-space: nowrap;
       cursor: pointer;
    }
    .vbmenu_option a:link, .vbmenu_option_alink
    {
       color: #2b8bc7;
       text-decoration: none;
    }
    .vbmenu_option a:visited, .vbmenu_option_avisited
    {
       color: #2b8bc7;
       text-decoration: none;
    }
    .vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
    {
       color: #8C8C8C;
       text-decoration: none;
    }
    .vbmenu_hilite
    {
       background: #ffffff;
       color: #2b8bc7;
       font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
       white-space: nowrap;
       cursor: pointer;
    }
    .vbmenu_hilite a:link, .vbmenu_hilite_alink
    {
       color: #2b8bc7;
       text-decoration: none;
    }
    .vbmenu_hilite a:visited, .vbmenu_hilite_avisited
    {
       color: #2b8bc7;
       text-decoration: none;
    }
    .vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
    {
       color: #8C8C8C;
       text-decoration: none;
    }
    /* ***** styling for 'big' usernames on postbit etc. ***** */
    .bigusername { font-size: 10pt; }

    /* ***** small padding on 'thead' elements ***** */
    td.thead, div.thead { padding: 4px; }

    /* ***** basic styles for multi-page nav elements */
    .pagenav a { text-decoration: none; }
    .pagenav td { padding: 2px 4px 2px 4px; }

    /* ***** define margin and font-size for elements inside panels ***** */
    .fieldset { margin-bottom: 6px; }
    .fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }

    /* ***** don't change the following ***** */
    form { display: inline; }
    label { cursor: default; }
    .normal { font-weight: normal; }
    .inlineimg { vertical-align: middle; }
    .textcolor
    {
    color: #2b8bc7;
    }
    .boxheader
    {
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    }
    .boxheader a:link, .boxheader a:visited
    {
    color: #ffffff;
    text-decoration: none;
    }
    .boxheader a:hover, .boxheader a:active
    {
    color: #e7e7e7;
    text-decoration: underline;
    }
    .whowasonlinetoday
    {
    color: #2b8bc7;
    }

    .alignpage {
       text-align: center;
       width: 100%;
    }
    .container {
       background-color: #E7E7E7;
       width: 870px;
    }
    .body_01 {
       background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/body_01.jpg);
       background-repeat: no-repeat;
       background-position: left top;
    }
    .body_03 {
       background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/body_03.jpg);
       background-repeat: no-repeat;
       background-position: right top;
    }
    .body_04 {
       background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/body_04.jpg);
       background-repeat: repeat-y;
       background-position: left;
    }
    .body_05 {
       background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/body_05.jpg);
       background-repeat: repeat-y;
       background-position: right;
    }
    .headerbar {
       background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/body_02.jpg);
       text-align: center;
       width: 100%;
    }
    .body_06 {
       background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/body_06.jpg);
       background-repeat: no-repeat;
       background-position: left bottom;
    }
    .body_08 {
       background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/body_08.jpg);
       background-repeat: no-repeat;
       background-position: right bottom;
    }
    .contents {
       text-align: center;
       margin: 5px 5px 5px 5px;
    }
    .imgborder {
       border-style: solid;
       border-width: 0;
    }
    .headericons {
       border-width: 0;
       margin-left: 2px;
       margin-right: 2px;
       padding-top: 0px;
    }
    .headerlogo {
       border-width: 0px;
       border-style: solid;
       padding-bottom: 5px;
    }
    .footerbar {
       background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/body_07.jpg);
       text-align: center;
       color: #FFFFFF;
       padding: 2px 2px 2px 2px;
       font-family: Tahoma;
       font-size: 11px;
       font-weight: bold;
    }
    .box_01 {
       background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/box_01.jpg);
       background-repeat: no-repeat;
       background-position: left top;
    }
    .box_03 {
       background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/box_03.jpg);
       background-repeat: no-repeat;
       background-position: right top;
    }
    .boxcolorbar_01 {
       background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/boxcolorbar_01.jpg);
       background-repeat: no-repeat;
       background-position: left top;
    }
    .box_04 {
       background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/box_04.jpg);
       background-repeat: repeat-y;
       background-position: left;
    }
    .boxcontainer {
       background-color: #E7E7E7;
       margin: 2px 2px 2px 2px;
    }
    .box_05 {
       background-position: right;
       background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/box_05.jpg);
       background-repeat: repeat-y;
    }
    .box_06 {
       background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/box_06.jpg);
       background-repeat: no-repeat;
       background-position: left bottom;
    }
    .box_08 {
       background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/box_08.jpg);
       background-repeat: no-repeat;
       background-position: right bottom;
    }
    .boxheaderbar {
       background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/box_02.jpg);
       background-repeat: repeat-x;
       text-align: center;
       width: 100%;
    }
    .boxcolorbar_03 {
       background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/boxcolorbar_03.jpg);
       background-repeat: no-repeat;
       background-position: right top;
    }
    .boxbar {
       margin: 5px 5px 5px 5px;
    }
    .boxcolorbar {
       width: 100%;
       background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/boxcolorbar_02.jpg);
       background-repeat: repeat-x;
       text-align: left;
       color: #FFFFFF;
            font-weight: bold;
    }
    .boxcolorbar a:link, .boxcolorbar_alink
    {
       color: #FFFFFF;
       text-decoration: none;
    }
    .boxcolorbar a:visited, .boxcolorbar_avisited
    {
       color: #FFFFFF;
       text-decoration: none;
    }
    .boxcolorbar a:hover, .boxcolorbar a:active, .boxcolorbar_ahover
    {
       color: #FFFFFF;
       text-decoration: underline;
    }
    .boxcontents {
       text-align: right;
       margin: 2px 2px 2px 2px;
    }
    .boxfooterbar {
       background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/box_07.jpg);
       background-repeat: repeat-x;
    }
    .closebox {
       border-width: 0px;
       margin-left: 1px;
       margin-right: 1px;
       margin-top: 1px;
       margin-bottom: 1px;
    }
    .width100 {
       width: 100%;
    }
    .headerpic {
       border-style: solid;
       border-width: 0;
       margin-top: 5px;
       margin-bottom: 5px;
    }

    .ugid2 {
       color: #000000;
    }
    .ugid3 {
       color: #8C8C8C;
    }
    .ugid5 {
       color: #297AFF;
    }
    .ugid6 {
       color: #FF0000;
    }
    .ugid7 {
       color: #8000B0;
    }
    .ugid8 {
       color: #8C8C8C;
       text-decoration: line-through;
    }
    .ugid9 {
       color: #198023;
    }
    .ugid15 {
       color: #F45600;
    }
    .ugid17 {
       color: #990033;
    }
    .ugid18 {
       color: #919100;
    }
    .ugid19 {
       color: #00B9B9;
    }
    .tren_trai { background: url("http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/k_01.jpg") no-repeat bottom left; height:8px; }
    .tren_phai { background: url("http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/k_03.jpg") no-repeat bottom right; height:8px; }
    .tren { background: url("http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/k_02.jpg") repeat-x bottom left; height:8px; }
    .duoi_trai { background: url("http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/k_06.jpg") no-repeat top left; height:8px; }
    .duoi_phai { background: url("http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/k_08.jpg") no-repeat top right; height:8px; }
    .duoi { background: url("http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/k_07.jpg") repeat-x top left; height:8px; }
    .doc_trai { background: url("http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/k_04.jpg") repeat-y top left; }
    .doc_phai { background: url("http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/k_05.jpg") repeat-y top right; }
    .boxcontents {
    text-align: right;
    margin: 2px 2px 2px 2px;
    margin-left: 10px;
    }
    .navbar {
    font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    padding: 18px;
    }

    Trả lời nhanh
  • Admin
    Admin

    Bài gửi 8/1/2013, 4:14 pm Admin

    Khuyến mại 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>




    <table width="100%" border="0" cellspacing="2" cellpadding="{postrow.displayed.RANK_IMAGE}0">



      <tr>
          <td align="left" valign="middle" nowrap="nowrap">
            <span class="nav">
                <!-- BEGIN switch_user_authpost -->
            <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a> 
            <!-- END switch_user_authpost -->
            <!-- BEGIN switch_user_authreply -->
            <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
            <!-- END switch_user_authreply -->
            </span>
          </td>
     
          <td align="right" valign="bottom" nowrap="nowrap" width="100%">
            <span class="gensmall bold">
       
          <a class="" name="zm_share" type="text" title="Chia sẻ lên Zing Me"><img src="http://i28.servimg.com/u/f28/15/78/09/06/zing10.png"></a>
        <script src="http://wb.me.zing.vn/index.php?wb=LINK&t=js&c=share_button" type="text/javascript"></script>

    <!-- AddThis Button BEGIN -->
    <div class="addthis_toolbox addthis_default_style">
    <a href="http://www.addthis.com/bookmark.php?v=250&username=kenh8zone" class="addthis_button_compact">Chia sẻ bài viết</a>
    <span class="addthis_separator">|</span>
    <a class="addthis_button_preferred_1"></a>
    <a class="addthis_button_preferred_2"></a>
    <a class="addthis_button_preferred_3"></a>
    <a class="addthis_button_preferred_4"></a>
    </div>
    <script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script>
    <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=kenh8zone"></script>
    <!-- AddThis Button END -->



                |
                <script type="text/javascript">
                //<![CDATA[
                insert_plus_menu('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
                //]]>
                </script>
            </span>
          </td>
      </tr>
    </table>

    <!-- social bookmarking links -->
     
     
      <table cellpadding="6" cellspacing="1" border="0" width="100%" class="tborder" align="center">
       
      </table>
    <!-- / social bookmarking links -->


    <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
      <tr align="right">
          <td class="tcat" colspan="2" height="30">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="9%" class="noprint"> </td>
                  <td align="center" class="t-title">
                      <h1 class="cattitle"><font color=white> {TOPIC_TITLE}</font></h1>
                  </td>
                  <td align="right" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#bottom">{L_GOTO_DOWN}</a> </td>
                </tr>
            </table>
          </td>
      </tr>


      <!-- BEGIN topicpagination -->
      <tr>
          <td class="row1 pagination" colspan="2" align="right" valign="top"><span class="gensmall">{PAGINATION}</span></td>
      </tr>
      <!-- END topicpagination -->
      {POLL_DISPLAY}
      <tr>
    <!-- BEGIN postrow -->
      <!-- BEGIN displayed -->

    <table class="tborder" width="100%" border="0" cellspacing="1" cellpadding="0">
      <tr><td  class="thead" height="20" colspan="3"><span class="smallfont">  <img src="{postrow.displayed.MINI_TIME_IMG}"

    alt="" border="0" />{postrow.displayed.POST_DATE}</span></td></tr>



          <table cellpadding="0" cellspacing="2" border="0" width="100%" style="background-image: url(http://i28.servimg.com/u/f28/15/78/09/06/userin11.gif);">
    <if condition="{postrow.displayed.POSTER_HUMOR}"><tr>

        <td colspan="4" align="right">
        <table>
          <tr>
            <td width="53"></td>
            <td width="30"><img src="http://i28.servimg.com/u/f28/15/78/09/06/blast_11.png" width="30" height="56"></td>
              <center><td class="blast" width="670" height="56"><div align="center"> {postrow.displayed.POSTER_HUMOR}</div></td></center>
          </tr>
        </table>

        </td>
      </tr></if>



      <tr class="post">
          <td class="row1" valign="top" width="100%">
    <table width="100%" border="0" cellspacing="0" cellpadding="0"><tr>
    <td background="http://i22.servimg.com/u/f22/15/52/69/03/thach_10.jpg" align="center" width="20%">
    <span class="postdetails poster-profile">
     <table cellSpacing="0" cellPadding="0" border="0" style="width:auto">
    <td style="padding: 0px"><img src="http://i28.servimg.com/u/f28/15/78/09/06/thtx_010.png"></td>
    <td style="padding: 0px" background="http://i28.servimg.com/u/f28/15/78/09/06/thtx_011.png"></td>
    <td style="padding: 0px"><img src="http://i28.servimg.com/u/f28/15/78/09/06/thtx_012.png"></td>
    </tr>
    <tr>
    <td valign="top" style="padding: 0px" background="http://i28.servimg.com/u/f28/15/78/09/06/thtx_013.png">
    <td style="padding: 0px; background-color: #ffffff" bgColor="#ffffff">

     <span class="cubimtq">{postrow.displayed.POSTER_AVATAR}</span>
    </td>
    <td style="padding: 0px" background="http://i28.servimg.com/u/f28/15/78/09/06/thtx_015.png"></td>
    </tr>
    <tr>
    <td style="padding: 0px"><img src="http://i28.servimg.com/u/f28/15/78/09/06/thtx_016.png"></td>
    <td style="padding: 0px" background="http://i28.servimg.com/u/f28/15/78/09/06/thtx_017.png"></td>
    <td style="padding: 0px"><img src="http://i28.servimg.com/u/f28/15/78/09/06/thtx_018.png"></td>
    </table>
    </td>

    <td background="http://i22.servimg.com/u/f22/15/52/69/03/thach_11.jpg" width="80%">
    <table width="100%">



            <tr>



           
            <td align="left" width="20%">



            </td>
            <span class="bigusername"><a name="{postrow.displayed.U_POST_ID}"></a><strong> <table style="FILTER: glow(color=blue, strength=8)"><center><img src="http://i43.servimg.com/u/f43/17/83/74/62/fairyt10.png"> {postrow.displayed.POSTER_NAME} <img src="http://i43.servimg.com/u/f43/17/83/74/62/fairyt10.png"></center> </table></strong></span>
            <span class="smallfont">
           
                <center>{postrow.displayed.RANK_IMAGE}</center>
              <center>          <fieldset style="width: 125px; border: 1px solid; margin: 5px; padding: 5px 10px;"><legend>Danh hiệu</legend><font size="4" face="Times New Roman"><b><font size="3" color="#ffffff" style="text-shadow: 0px 0px 6px rgb(800, 0, 100), 0px 0px 5px rgb(800, 0,100), 0px 0px 5px rgb(800, 0,100);"><marquee scrollamount="4">{postrow.displayed.POSTER_RANK_NEW}<br /></marquee></font></b></font></fieldset></center>
    </p>
      </span></td>

            <!-- / sig -->
      <td align="center" width="50%" background="http://i22.servimg.com/u/f22/15/52/69/03/thach_10.jpg">

           
         

    <!-- sig -->
                <div>
                    <fieldset><legend><left><img src="http://i43.servimg.com/u/f43/17/83/74/62/ravent10.png" border="0"><b>Cấp bậc thành viên</b></legend> </left>
                <br/>
    <span style='font-size:7pt; color:gray'>Pháp lực:<br>{postrow.displayed.POSTER_POSTS}%/10000%</span><br/>
    <div style='width:120px;align:center'>
    <table cellspacing='0' cellpadding='0' width='120' border='0'>
    <tr>
    <td width='3' height='13' class='nopad'><img width='3' height='13' src='http://narfam.net/forum/styles/Narfam1/misc/level/img_left.gif' alt='' /></td>
    <td width='114' height='13' class='nopad' style='line-height: 13px;background: url(http://narfam.net/forum/styles/Narfam1/misc/level/img_backing.gif) repeat-x top left;'><img src='http://narfam.net/forum/styles/Narfam1/misc/level/orange.gif' width='"{postrow.displayed.POSTER_POSTS}"%' height='9' alt='' /></td>
    <td width='3' height='13' class='nopad'><img width='3' height='13' src='http://narfam.net/forum/styles/Narfam1/misc/level/img_right.gif' alt='' /></td>
    </tr>
    </table>
    </div>
    <span style='font-size:7pt; color:gray'>Danh vọng:{postrow.displayed.POSTER_AGE}%/1000%
    <div style='width:120px;align:center'>
    <table cellspacing='0' cellpadding='0' width='120' border='0'>
    <tr>
    <td width='3' height='13' class='nopad'><img width='3' height='13' src='http://narfam.net/forum/styles/Narfam1/misc/level/img_left.gif' alt='' /></td>
    <td width='114' height='13' class='nopad' style='line-height: 13px;background: url(http://narfam.net/forum/styles/Narfam1/misc/level/img_backing.gif) repeat-x top left;'><img src='http://narfam.net/forum/styles/Narfam1/misc/level/green.gif' width="{postrow.displayed.POSTER_AGE}%" height='9' alt='' /><img src='http://narfam.net/forum/styles/Narfam1/misc/level/mp.gif' height='9' alt='' /></td>
    <td width='3' height='13' class='nopad'><img width='3' height='13' src='http://narfam.net/forum/styles/Narfam1/misc/level/img_right.gif' alt='' /></td>
    </tr>
    </table>
    </div>
    <br/>
    </fieldset></div>
            <!-- / sig -->


    <div><fieldset><legend><left><img src="http://i43.servimg.com/u/f43/17/83/74/62/25px-l10.png" border="0"> <b>Liên lạc</b></legend> </left><div>

    {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG} {postrow.displayed.WWW_IMG}

    {postrow.displayed.AIM_IMG} {postrow.displayed.YIM_IMG} {postrow.displayed.MSN_IMG} {postrow.displayed.SKYPE_IMG}

    </div></fieldset></div>


    </td>
                                <td width="40%" background="http://i22.servimg.com/u/f22/15/52/69/03/thach_10.jpg">



    <span class="smallfont">
     <td align="center" width="50%" background="http://i22.servimg.com/u/f22/15/52/69/03/thach_10.jpg">
    <td width="100%" align="right" background="http://i22.servimg.com/u/f22/15/52/69/03/thach_10.jpg"><P align="right">
                  <table width="150">
    <tr><td>
        <fieldset><legend><left><img src="http://i43.servimg.com/u/f43/17/83/74/62/fairyt10.png" border="0"><b>Thông tin:</b></legend> </left>
             
    <span class="smallfont">
                               
           
    <div style="margin:0px; margin-top:5px"><div style="font:
    12px Verdana, Geneva, Lucida, 'Lucida Grande';
    margin-bottom:2px"><b></b> <input type="button"
    value="Xem thông tin"
    style="width:140px;font-size:14px;margin:0px;padding:0px;" onclick="if
    (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display
     != '') {
    this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display
     = '';        this.innerText = ''; this.value = 'Ẩn thông tin'; } else {
     
    this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display
     = 'none'; this.innerText = ''; this.value = 'Xem lại thông tin'; }"
    /></div><div style="min-height: 0px; max-width: 220px;
    background-color: transparent; margin: 0px; padding: 0px; border: 0px
    inset;"><div style="display: none;"><!-- BEGIN profile_field -->
                 
    <center>
     <div class=chupy>
                            {postrow.displayed.profile_field.LABEL}{postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
      </div></center>         
      <!-- END profile_field -->

     

     

               
    </p>
    </td>
    </div>
    </table>
          <right><strong>Hiện giờ đang: </strong> {postrow.displayed.ONLINE_IMG}</right>
    </fieldset></div>

    </span>








           
    </td>
                            </tr></table>

          </td>


            </tr>
            <tr>
          <td valign="top" width="100%" height="28" colspan="3">
    <table width="100%" align="center" border="0" cellpadding="0" cellspacing="0"> <tbody><tr><td width="718" background="http://i68.servimg.com/u/f68/15/78/09/06/untitl13.png" height="24"> </td></tr></tbody></table>


             
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td background="http://i22.servimg.com/u/f22/15/52/69/03/luu10.gif" valign="top" colspan="2">


    <span class="smallfont"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}"

    title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT}</span></td>
                  <td align="right" valign="top" nowrap="nowrap" class="post-options">
                  <table border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td valign="middle" nowrap="nowrap">
                 
                  <script type="text/javascript"><!--
                  if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp; navigator.userAgent.indexOf('5.') == -1 &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;

    navigator.userAgent.indexOf('6.') == -1 ) {
                      document.write('{postrow.displayed.ICQ_IMG}');
                  } else {
                      document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div

    style="position:absolute">{postrow.displayed.ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{postrow.displayed.ICQ_STATUS_IMG}</div></div>');
                  }
                  //-->
                  </script>
                  <noscript>{postrow.displayed.ICQ_IMG}</noscript>
                  </td>
                </tr>
            </table> 
                  </td>
                </tr>
                <tr>
                  <td colspan="2" class="hr">
                      <hr />
                  </td>
                </tr>
                <tr>
                  <td background="http://i22.servimg.com/u/f22/15/52/69/03/luu10.gif" valign="top" colspan="2">

    <!-- google_ad_section_start --><tr>
    <td background="http://i455.photobucket.com/albums/qq272/chanpin/20-11/bg_fflist-1.gif" valign="top" colspan="2">



     
      <span class="postbody">
      <!-- google_ad_section_start -->
     <table border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td style="padding: 0px; width: 1%;"> <img alt="" src="http://i609.photobucket.com/albums/tt175/hunghsmn/Data/baiviet_01.gif"></td> <td style="padding: 0px; background-image: url(http://i609.photobucket.com/albums/tt175/hunghsmn/Data/baiviet_03.gif);" width="100%"><img alt="" src="http://i609.photobucket.com/albums/tt175/hunghsmn/Data/baiviet_02.gif"></td> <td style="padding: 0px;" width="1%"> <img alt="" src="http://i609.photobucket.com/albums/tt175/hunghsmn/Data/baiviet_05.gif"></td> </tr> <tr> <td style="padding: 0px; background-image: url(http://i609.photobucket.com/albums/tt175/hunghsmn/Data/baiviet1_13.gif); width: 1%;">  </td> <td style="padding: 0px;" width="100%">
    {postrow.displayed.MESSAGE}
    </td> <td style="padding: 0px; background-image: url(http://i609.photobucket.com/albums/tt175/hunghsmn/Data/baiviet1_06.gif);"></td> </tr> <tr> <td style="padding: 0px;" valign="top"> <img alt="" src="http://i609.photobucket.com/albums/tt175/hunghsmn/Data/baiviet_06.gif"></td> <td style="padding: 0px; background-image: url(http://i609.photobucket.com/albums/tt175/hunghsmn/Data/baiviet_08.gif);"> <img valign="left" alt="" src="http://i609.photobucket.com/albums/tt175/hunghsmn/Data/baiviet_09a.gif" style="float: right;"> </td> <td style="padding: 0px;" align="right"> <img alt="" src="http://i609.photobucket.com/albums/tt175/hunghsmn/Data/baiviet_10.gif"></td> </tr></tbody></table>
        <table width="100%" align="center" border="0" cellpadding="0" cellspacing="0"> <tbody><tr><td width="718" background="http://i68.servimg.com/u/f68/15/78/09/06/untitl13.png" height="24"> </td></tr></tbody></table>
    <p align="center">
      <!-- google_ad_section_end -->

    <!-- sig -->
        <div class="sig_02"><div class="sig_01"><div class="sig_03">
        </div></div></div>

        <div class="sig"><div style="width:100%;">
                  <div>
        <fieldset style="border: 1px dashed #C0C0C0; -moz-border-radius:3px" class="alt3"ahaha<legend class="signtop">



        <span style=width:100;height:30;text-align:center;color:#000000;filter:glow(color=#000000)><font color="#CC3300"><b>Chữ ký của {postrow.displayed.POSTER_NAME}</b></span></font> <strong></strong></span></strong></legend><div style="overflow: auto; max-height: 200px;"><div align="center">

        <div style="margin:auto;text-align:center;width:100%">{postrow.displayed.SIGNATURE} </div></div><!--
        show inventory --></fieldset></span>




           
                        </div>

                    </div>
                </div>

        <div class="sig_05"><div class="sig_04"><div class="sig_06">
        </div></div></div>
              <!-- / sig -->
                              <!-- sig -->
        <div class="sig_02"><div class="sig_01"><div class="sig_03">
        </div></div></div>

        <div class="sig"><div style="width:100%;">
                  <div>
        <fieldset style="border: 1px dashed #C0C0C0; -moz-border-radius:3px" class="alt3"ahaha<legend class="signtop">



        <span style=width:100;height:30;text-align:center;color:#000000;filter:glow(color=#000000)><font color="#CC3300"><b>Tài sản của {postrow.displayed.POSTER_NAME}</b></span></font> <strong></strong></span></strong></legend><div style="overflow: auto; max-height: 200px;"><div align="center">

        <div style="margin:auto;text-align:center;width:100%">{postrow.displayed.POSTER_RPG}</div></div><!--
        show inventory --></fieldset></span>




           
                        </div>

                    </div>
                </div>

        <div class="sig_05"><div class="sig_04"><div class="sig_06">
        </div></div></div>
              <!-- / sig -->


    <div align="left" width="100%">

            {postrow.displayed.EDIT_IMG}  {postrow.displayed.QUOTE_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.MULTIQUOTE_IMG}  {postrow.displayed.REPORT_IMG}
    <br>
      <br/>
      <!-- BEGIN switch_vote_active --> 
    <div id="kk{postrow.displayed.U_POST_ID}"> <span class="gensmall"><script type="text/javascript">
    var str ='{postrow.displayed.switch_vote_active.L_VOTE_TITLE}';

    if (str=="Message not voted")
    {str="Bài viết này chưa được Like.";document.write(str);
    }
    else {str=str.replace("Message reputation :","Được Like:");
    str=str.replace("100%","");
    str=str.replace("(","");
    str=str.replace(")","");str=str.replace("vote","lần.");
    str=str.replace("s","");
    document.write(str);
    }</script></span></div>
                                                              <!-- END switch_vote_active -->
                        <!-- BEGIN switch_vote_active --><!-- BEGIN switch_vote -->
    <span id="{postrow.displayed.U_POST_ID}">
    <a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}" target="v{postrow.displayed.U_POST_ID}v" onclick="document.getElementById('{postrow.displayed.U_POST_ID}').innerHTML='<img src=http://i44.servimg.com/u/f44/15/64/85/86/button16.png>';var str ='{postrow.displayed.switch_vote_active.L_VOTE_TITLE}';
    if (str=='Message not voted')
    {str='Bài viết này chưa được Like.';
    }else {str=str.replace('Message reputation :','Được Like:');
    str=str.replace('100%','');
    str=str.replace('(','');
    str=str.replace(')','');str=str.replace('vote','lần.');
    str=str.replace('s','');
    } if(str=='Bài viết này chưa được Like.')
    {str='Được Like: 1 lần';
    }else{
    for (i=0; i<=(str.length-1);i++)
    {if (str.charCodeAt(i)>=48 && str.charCodeAt(i)<=57 && str.charAt(i+1)==' ')
    {str=str.replace(String.fromCharCode(str.charCodeAt(i)),String.fromCharCode((str.charCodeAt(i))+1));}}}document.getElementById('kk{postrow.displayed.U_POST_ID}').innerHTML='<span class=gensmall>'+ str+'</span>';
    "><img src="http://i44.servimg.com/u/f44/13/54/69/46/button10.png" id="{postrow.displayed.U_POST_ID}" border="0" alt="Bạn chưa Like người này" vspace="1" /></a>
    </span><!-- END switch_vote --><!-- END switch_vote_active --><iframe name="v{postrow.displayed.U_POST_ID}v" height="0" frameborder="0"width="0"></iframe>
      </div>

            <div style="margin-top: 10px" align="right">
            </div>
            <div align="right"><div align="right" width="100%">




     </td>
    </tr></p>


            </table>


                  </td>
      </tr>
      </table>






      <!-- END displayed -->
      <!-- BEGIN hidden -->
    <table class="tborder" width="100%" border="0" cellspacing="1" cellpadding="0">
      <tr>
          <td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="2" align="center">{postrow.hidden.MESSAGE}</td>
      </tr></table>

      <!-- END hidden -->
      <!-- END postrow -->

    <!-- next / previous links -->

     


      <div class="smallfont" align="center">

          <strong>«</strong>

            <a href="{U_VIEW_OLDER_TOPIC}">Ðề Tài Trước</a>

            |

            <a href="{U_VIEW_NEWER_TOPIC}">Ðề Tài Kế</a>

          <strong>»</strong>

      </div>

    <!-- / next / previous links -->

    <br><br>

      <!-- BEGIN no_post -->
    <table class="tborder" width="100%" border="0" cellspacing="1" cellpadding="0">
      <tr align="center">
          <td colspan="2" height="28">
            <span class="smallfont">{no_post.L_NO_POST}</span>
          </td>
      </tr></table>
      <!-- END no_post -->
     

    <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">

      <thead>

          <tr>

            <td class="tcat" colspan="2">

                <a style="float:right" href="#top" onclick="return toggle_collapse('quickreply');"><img id="collapseimg_quickreply" src="http://i28.servimg.com/u/f28/15/78/09/06/collap11.gif" alt="" border="0" /></a>

                Trả lời nhanh

            </td>


      </tr>
    </table>


    <table class="forumline noprint" width="100%" border="0" cellspacing="1" cellpadding="0">
      <tr>
          <td class="row2" valign="top" {COLSPAN_PAGINATION} width="150"><span class="gensmall">{PAGE_NUMBER}</span></td>
          <!-- BEGIN topicpagination -->
          <td class="row1" align="right" valign="top" ><span class="gensmall">{PAGINATION}</span></td>
          <!-- END topicpagination -->
      </tr>
      <!-- BEGIN switch_user_logged_in -->
      <!-- BEGIN watchtopic -->
      <tr>
          <td class="row2" colspan="2" align="right" valign="top"><span class="gensmall">{S_WATCH_TOPIC}</span></td>
      </tr>
      <!-- END watchtopic -->
      <!-- END switch_user_logged_in -->
      <tr>
          <td class="row2" colspan="2" align="center" style="padding:0px">
            <!-- BEGIN switch_user_logged_in -->
            <a name="quickreply"></a>
            {QUICK_REPLY_FORM}

            <!-- END switch_user_logged_in -->
          </td>
      </tr>
     
         

    <form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
    <table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
      <tr>
         
          <!-- BEGIN viewtopic_bottom -->
          <td align="right" nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input class="liteoption" type="submit" value="{L_GO}" /></span></td>
          <!-- END viewtopic_bottom -->
          <!-- BEGIN moderation_panel -->
          <td align="center">
            <span class="gensmall">{moderation_panel.U_YOUR_PERSONAL_MODERATE}</span>
          </td>
          <td align="center" width="250">
            <span class="gensmall"> </span>
          </td>
          <!-- END moderation_panel -->
      </tr>
    </table>
    </form>

    <!-- BEGIN viewtopic_bottom -->
    <table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
      <tr>
          <td colspan="2" align="left" valign="top" nowrap="nowrap">
    {S_TOPIC_ADMIN}

            <form name="action" method="get" action="{S_FORM_MOD_ACTION}">
                <input type="hidden" name="t" value="{TOPIC_ID}" />
                <input type="hidden" name="sid" value="{S_SID}" />
                <span class="gen">{L_MOD_TOOLS}
    {S_SELECT_MOD} <input class="liteoption" type="submit" value="{L_GO}" /></span>
            </form>
          </td>
      </tr>
    </table>
    <!-- END viewtopic_bottom -->

    <!-- 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 type="text/javascript" src="{JS_DIR}addthis/addthis_widget.js?pub=forumotion"></script>

    Trả lời nhanh
  • Get Over
    Get Over

    Bài gửi 8/1/2013, 4:15 pm Get Over

    anh chicken bắt đầu cạnh tranh rồi à.Like phát

    Trả lời nhanh
  • Get Over
    Get Over

    Bài gửi 8/1/2013, 4:19 pm Get Over

    anh chicken vào CSS tìm
    Code:
    ê
    hihihi

    Trả lời nhanh
  • Admin
    Admin

    Bài gửi 8/1/2013, 4:19 pm Admin

    doannamthai đã viết:anh chicken bắt đầu cạnh tranh rồi à.Like phát

    cạnh tranh gì đâu. lục lại thì có cái này hứa nhưng chưa làm thui :D

    Trả lời nhanh
  • Get Over
    Get Over

    Bài gửi 8/1/2013, 4:22 pm Get Over

    Code:
    #achat_contextmenu{background-image : url(http://i14.servimg.com/u/f14/16/58/45/96/banner13.png)!important}
    ê   

    anh để chữ ê làm gì kia

    Trả lời nhanh
  • Admin
    Admin

    Bài gửi 8/1/2013, 4:30 pm Admin

    doannamthai đã viết:
    Code:
    #achat_contextmenu{background-image : url(http://i14.servimg.com/u/f14/16/58/45/96/banner13.png)!important}
    ê   

    anh để chữ ê làm gì kia

    hề. chắc nghịch bàn phím

    Trả lời nhanh
  • Thiện Pk
    Thiện Pk

    Bài gửi 8/1/2013, 5:43 pm Thiện Pk

    xem

    Trả lời nhanh
  • Cùi Mía
    Cùi Mía

    Bài gửi 8/1/2013, 5:54 pm Cùi Mía

    cám ơn nhé

    Trả lời nhanh
  • Get Over
    Get Over

    Bài gửi 8/1/2013, 6:01 pm Get Over

    Vote cho anh Gà 1 phát đi cùi mía

    Trả lời nhanh
  • Thiện Pk
    Thiện Pk

    Bài gửi 8/1/2013, 6:14 pm Thiện Pk

    tui vote cho nè :))

    Trả lời nhanh
  • NhocKING1
    NhocKING1

    Bài gửi 23/6/2013, 3:01 pm NhocKING1

    e

    Trả lời nhanh
  • duy357
    duy357

    Bài gửi 26/6/2013, 10:18 am duy357

    xem

    Trả lời nhanh
  • Lil Khang
    Lil Khang

    Bài gửi 14/2/2014, 12:10 pm Lil Khang

    xemmmmmmmmmmmmmmmmm

    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ố 2 trang]

Chuyển đến trang : 1, 2  Next

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