• Thống kê diễn đàn


[Share] skin ssc.vn punbb

View previous topic View next topic Go down

 [Share] skin ssc.vn punbb Empty [Share] skin ssc.vn punbb

Post by Bui Minh Phong™ 1/2/2013, 9:49 pm

[You must be registered and logged in to see this link.]
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');
            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>
        <div class="minwidth_IE">
          <div class="layout_IE">
            <div class="container_IE">
                <div class="pun">
    <div class="above_body"> <!-- closing tag is in template navbar -->
    <div id="header" class="floatcontainer doc_header">
      <div style="height: 30px; padding-top: 15px; font-weight: bold;"><a name="top" href="http://ssc.vn/showthread.php?t=222" style="color: rgb(255, 255, 255);"><font size="3">Liên hệ Quảng Cáo: 0966 368 368</font></a></div>
     
        <!-- BEGIN switch_user_logged_out -->
   
      <div id="toplinks" class="toplinks">
         
            <ul class="nouser">
           
                              <li><a href="/register" rel="nofollow">Đăng Ký</a></li>
           
                <li><a rel="help" href="faq.php">Trợ giúp</a></li>
                <li>
            <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=4110"></script>
            <form action="/login" method="post" class="frm-form" name="form_login">
                <fieldset id="logindetails" class="logindetails">
                  <div>
                      <div>
                  <input type="text" tabindex="1" name="username" id="username"  class="textbox default-value"  size="10" accesskey="u" tabindex="101" value="Tên tài khoản">
         
                  <input type="password" tabindex="2" id="password" name="password"  class="textbox default-value" tabindex="102" size="10" value="Mật Khẩu" style="display: inline;">
                        <label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103"> Ghi nhớ?</label>
                  <input type="submit" class="loginbutton" name="login" tabindex="104" value="Đăng nhập" title="Nhập Tên tài khoản và mật khẩu vào ô dưới để đăng nhập, hoặc click vào nút 'Đăng ký" để="" tạo="" tài="" khoản="" của="" bạn."="" accesskey="s">
                      </div>
                  </div>
                </fieldset>


               
            </form>
           
                </li>
               
            </ul>
         
      </div>
     

    <!-- END switch_user_logged_out -->


    <div class="ad_global_header">
         
         
      </div>
      <hr>
    </div>



      <div id="navbar" class="navbar">

      <ul id="navtabs" class="navtabs floatcontainer">
         
         
            <li class="selected"><a class="navtab" href="forum.php">Diễn đàn</a>
                <ul class="floatcontainer">
                 
                 
                       
                 
                 
                </ul>

            </li>
         
         
         
            <li><a class="navtab" href="search.php?do=getdaily&contenttype=vBForum_Post" accesskey="2">Có gì mới?</a></li>
         

          <li>
      <a class="navtab" href="forumdisplay.php?f=176">:: ĐẤU GIÁ ::</a>
     
    </li> <li>
      <a class="navtab" href="forumdisplay.php?f=97">:: NGOÀI VÙNG PHỦ SÓNG ::</a>
     
    </li>
      </ul>
    <div id="pun-head" style="
        margin-top: -4px;" >
                      <div id="pun-navlinks">
                        <ul class="clearfix">
                            <li>{GENERATED_NAV_BAR}</li>
                        </ul>
                      </div>
                  </div>
     
      <div id="globalsearch" class="globalsearch">
         
    <form target="_top" action="showthread.php" method="get">
    <input class="textbox" size="16" name="t" id="t" value="Tìm kiếm topic bằng ID" onclick="this.value=''" type="text">
    <input value="ENTER" type="submit" class="button">
                    </form>

         
      </div>
     

    </div>


    <div style="height:100px; padding-top:30px; padding-bottom:10px; width:100%;">

      <div align="left" style="float:left;><a href=" #"=""><a href="http://ssc.vn/forum.php"><img width="300" src="http://ssc.vn/styles/ssc/logo.png" height="90" border="0"></a></div>
      <div align="right" style="float:right; padding-right:35px;padding-top: -30px;">
    <a target="_blank" href="http://ssc.vn/showthread.php?t=368368"><img src="http://ssc.vn/quangcao/GiaKhang.jpg" border="0"></a>
      </div>
    </div>


    </div>
    <div class="body_wrapper">

                 
                 

                  <!-- 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 -->
footer_end
Code:

    <!-- BEGIN html_validation -->
    <!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">
    <body>
    <div>
      <div>
          <div>
            <div>
                <div>
                  <div>
                      <ul>
                        <li>
    <!-- END html_validation -->
                                                                                  </li>
                      <ul>
                           
      <li>
                                                              </br>  <a title="Hotrofm.com" target="_blank" rel="nofollow" href="http://www.hotrofm.com/" class="copyright" name="bottom">© <font color="green">Hotrofm</font> - RIP by <font color="red">đã giải đáp</font></a>

                                                      </li>
                        </li>
                      </ul>
                      <!-- BEGIN switch_footer_links -->
                      <ul>
                        <li>
                            <!-- BEGIN footer_link -->
                              <!-- BEGIN switch_separator --> | <!-- END switch_separator -->
                              {switch_footer_links.footer_link.FOOTER_LINK_SEPARATOR}<a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a>
                            <!-- END footer_link -->
                        </li>
                      </ul>
                      <!-- END switch_footer_links -->
                  </div>
                  <br />
                  <p class="center">
                      <strong>{ADMIN_LINK}</strong>
                  </p>
                </div>
                {PROTECT_FOOTER}
            </div>
          </div>
      </div>
    </div>

    <!-- BEGIN switch_facebook_login -->
    <div id="fb-root"></div>
    <script type="text/javascript">
    //<![CDATA[
    FB.init({
      appId: '{switch_facebook_login.FACEBOOK_APP_ID}',
        status: true,
        cookie: true,
        xfbml: true,
      oauth: true
    });
    //]]>
    </script>
    <!-- END switch_facebook_login -->

    <!-- BEGIN switch_facebook_logout_TMP -->
    <script type="text/javascript">
    //<![CDATA[
    FB.Event.subscribe('auth.logout', function(response) {
      if ($('a#logout'))
      {
          var lien_redir = $('a#logout').attr('href');

          if ($('a#logout').attr('href') && $('a#logout').attr('href') != '')
          {
            document.location.href = 'http://{switch_facebook_logout.SERVER_NAME}/' + lien_redir;
          }
      }
    });

    $(document).ready( function() {
      $('a#logout').click( function() {
          FB.logout();
      } );
    } );
    //]]>
    </script>
    <!-- END switch_facebook_logout_TMP -->

    <script type="text/javascript">
    //<![CDATA[
      fa_endpage();
    //]]>
    </script>

    </body>
    </html>
box
Code:
    <div class="pun-crumbs">
      <p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
    </div>
    <div class="main">
    <!-- BEGIN catrow -->
      <ol id="forums" class="floatcontainer">
    <span class="forumbit_nopost L1" id="cat1">
      <!-- BEGIN tablehead -->

      <div class="forumhead foruminfo L1 collapse">
          <h2>
            <span class="forumtitle"><a href="forumdisplay.php?f=1">:: {catrow.tablehead.L_FORUM} ::</a></span>
           
         
           
          </h2>

         
      </div>
     
      <ol id="c_cat1" class="childforum">
              <!-- END tablehead -->

      <!-- BEGIN forumrow -->
          <span id="forum2" class="forumbit_post new L2">
      <div class="forumrow table">
          <div class="foruminfo td">
            <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" class="forumicon"  >
            <div class="forumdata">
                <div class="datacontainer">
                <h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
                        <br />
                        {catrow.forumrow.FORUM_DESC}
                        <!-- BEGIN switch_moderators_links -->
                        <br />
                        {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                        <!-- END switch_moderators_links -->
                        {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                        <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
                 

                 
                </div>
            </div>
          </div>
         
         
             
          <ul class="forumactionlinks td">
            <li class="forumactionlink rsslink"><a href="external.php?type=RSS2&forumids=2" title="Xem RSS của diễn đàn này">Xem RSS của diễn đàn này</a></li>
           
          </ul>
         
       
          <ul class="forumstats td">
            <li>Chủ đề: 8</li>
            <li>Bài viết: 295</li>
          </ul>
          <div class="forumlastpost td">
                <p class="lastposttitle">
     
                        <!-- BEGIN switch_topic_title -->
                        <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
                        <!-- END switch_topic_title -->
                        {catrow.forumrow.USER_LAST_POST}
                       
                              </p>
            <div>
               

     
     
         
      </div>
                 
     
    </span>
                      </ol>
                      <!-- END forumrow -->

      <!-- BEGIN tablefoot -->
     
     

              <!-- END tablefoot -->
              </span>
                   
              </ol>
    <!-- END catrow -->
    </div>

    <!-- BEGIN switch_on_index -->
    <div class="main-box clearfix">
      <ul>
          <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
          <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
          <li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
      </ul>
      <!-- BEGIN switch_delete_cookies -->
      <p class="right">
          <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
      </p>
      <!-- END switch_delete_cookies -->
    </div>
    <!-- END switch_on_index -->

body
Code:
    {JAVASCRIPT}
    <!-- BEGIN switch_user_logged_in -->
    <div id="pun-visit" class="clearfix">
      <ul>
            <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
            <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
          <li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
          <li><a href="{U_MARK_READ}">{L_MARK_FORUMS_READ}</a></li>
      </ul>
      <p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
    </div>
    <!-- END switch_user_logged_in -->
    <!-- BEGIN switch_user_logged_out -->
    <div id="pun-visit">
      <p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
    </div>
    <!-- END switch_user_logged_out -->

    <!-- BEGIN message_admin_index -->
    <div class="main">
      <!-- BEGIN message_admin_titre -->
      <div class="main-head">
          <h1 class="page-title">{message_admin_index.message_admin_titre.MES_TITRE}</h1>
      </div>
      <!-- END message_admin_titre -->

      <!-- BEGIN message_admin_txt -->
      <div id="pun-announcement">
          <p>{message_admin_index.message_admin_txt.MES_TXT}</p>
      </div>
      <!-- END message_admin_txt -->
    </div>
    <!-- END message_admin_index -->

    <!-- BEGIN switch_user_login_form_header -->
    <div class="main">
    <form action="{S_LOGIN_ACTION}" method="post" name="form_login">
      <div class="user_login_form main-box center">
          <label><span class="genmed">{L_USERNAME} :</span> <input class="post" type="text" size="10" name="username" /></label> 
          <label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password" /></label> 
          <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label> 
          {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />
          <!-- BEGIN switch_fb_connect -->
          <span class="fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
          <fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
          <!-- END switch_fb_connect -->
      </div>
    </form>
    </div>
    <!-- END switch_user_login_form_header -->

    {CHATBOX_TOP}
    <div class="main paged; boxContent" style="float: left; width: 722px; ">
    {BOARD_INDEX}

    <!-- BEGIN disable_viewonline -->
    <div id="wgo" class="collapse wgo_block block">
            <h2 class="blockhead">Tình hình diễn đàn</h2>
            <div class="blockbody formcontrols floatcontainer">
             
             
                <!-- logged-in users -->
                <div id="wgo_onlineusers" class="wgo_subblock section">
                  <h3 class="blocksubhead"><img src="http://ssc.vn/images/misc/users_online.png" alt="Thành viên đang kích hoạt" title="Thành viên đang kích hoạt">Thành viên đang kích hoạt</h3>
                    <p >{TOTAL_POSTS}</p>
            <p>{TOTAL_USERS}</p>
            <p>{NEWEST_USER}</p>
                </div>
                <!-- end logged-in users -->
             
             
             
             
             
                <!-- today's birthdays -->
                <div id="wgo_birthdays" class="wgo_subblock section">
                    <h3 class="blocksubhead"><img src="http://ssc.vn/images/misc/birthday.png" alt="Sinh nhật hôm nay" title="Sinh nhật hôm nay">Sinh nhật hôm nay</h3>
               
            {L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}</p>
                </div>
                <!-- end today's birthdays -->
             
             
                <div id="wgo_stats" class="wgo_subblock section">
                    <h3 class="blocksubhead"><img src="http://ssc.vn/images/misc/forum_stats.png" alt="SSC.VN - Diễn đàn thương mại điện tử Thống kê" title="SSC.VN - Diễn đàn thương mại điện tử Thống kê">SSC.VN - Diễn đàn thương mại điện tử Thống kê</h3>
                    <div>
                        <p>{TOTAL_USERS_ONLINE}<br />
            {RECORD_USERS}

            <br />
            {LOGGED_IN_USER_LIST}
                              {L_ONLINE_USERS}
            {L_CONNECTED_MEMBERS}<br />
                    </div>
                </div>

             
            </div>
        </div>
    <!-- END disable_viewonline -->

    <!-- BEGIN switch_user_login_form_footer -->
    <form action="{S_LOGIN_ACTION}" method="post" name="form_login">
      <div class="user_login_form main-box center">
          <label><span class="genmed">{L_USERNAME} :</span> <input class="post" type="text" size="10" name="username"/></label> 
          <label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password"/></label> 
          <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label> 
          {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />
          <!-- BEGIN switch_fb_connect -->
          <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
          <fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
          <!-- END switch_fb_connect -->
      </div>
    </form>
    <!-- END switch_user_login_form_footer -->

    {CHATBOX_BOTTOM}

    <!-- BEGIN switch_legend -->
    <ul id="pun-legend">
      <li>
          <img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /> {L_NEW_POSTS}
          <img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /> {L_NO_NEW_POSTS}
          <img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /> {L_FORUM_LOCKED}
      </li>
    </ul>
    <!-- END switch_legend -->

    {AUTO_DST}

    <!-- BEGIN switch_fb_index_login -->
    <div id="fb-root"></div>
    <script type="text/javascript">
    //<![CDATA[
    FB.init({
      appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
        status: true,
        cookie: true,
        xfbml: true,
      oauth: true
    });
    //]]>
    </script>
    <!-- END switch_fb_index_login -->



              </div>
               
                  <div id="sidebar_container">
         
          <ul id="sidebar">
            <span>
      <div class="block smaller">
          <div class="blocksubhead">
            <span class="blocktitle">Tìm kiếm</span>
          </div>
          <div class="widget_content blockbody floatcontainer">
          <div id="block_html_5" class="blockrow">
            <center><form action="http://www.google.com.vn" id="cse-search-box" target="_blank">
      <div>
        <input type="hidden" name="cx" value="partner-pub-7902668466221875:2868017861">
        <input type="hidden" name="ie" value="UTF-8">
        <input type="text" name="q" size="23" style="border: 1px solid rgb(126, 157, 185); padding: 2px; background-image: url(http://www.google.com.vn/cse/intl/en/images/google_custom_search_watermark.gif); background-color: rgb(255, 255, 255); background-position: 0% 50%; background-repeat: no-repeat no-repeat;">
        <input type="submit" name="sa" value="Tìm">
      </div>
    <input name="siteurl" type="hidden" value="ssc.vn/forum.php"><input name="ref" type="hidden" value="ssc.vn/showthread.php?t=222"><input name="ss" type="hidden" value=""></form>

          </div>
          </div>
      </div>
      <div class="underblock"></div>
    </span><span>
      <div class="block smaller">
          <div class="blocksubhead">
            <span class="blocktitle">Đăng ký nhận tin từ SSC</span>
          </div>
          <div class="widget_content blockbody floatcontainer">
          <div id="block_html_9" class="blockrow">
            <form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=giadinhsscvn', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><p>Nhập địa chỉ e-Mail:</p><p><input type="text" style="width:212px" name="email"></p><input type="hidden" value="giadinhsscvn" name="uri"><input type="hidden" name="loc" value="en_US"><input type="submit" value="Đăng ký"></form>
          </div>
          </div>
      </div>
      <div class="underblock"></div>
    </span>
                   
              <span>   
                      <div class="block smaller">
          <div class="blocksubhead">
            <a class="collapse" id="collapse_block_html_2" href="forum.php#top"><img alt="" src="styles/ssc/buttons/collapse_40b.png" id="collapseimg_html_2"></a>
            <span class="blocktitle">Quảng Cáo</span>
          </div>
          <div class="widget_content blockbody floatcontainer">
          <div id="block_html_2" class="blockrow">
            <center>



    <a href="http://ssc.vn/showthread.php?t=222"><img src="http://uphinh.ssc.vn/images/213ad.gif"></a>







    <br><br>


    <a target="_blank" href="http://www.ms88vn.com/main/home.aspx?affiliateId=37238"><img src="http://ssc.vn/quangcao/m88.gif" width="236"></a>

    <br><br>


    <a target="_blank" href="http://www.muabanthe.vn"><img src="http://ssc.vn/quangcao/muabanthe.gif" width="236"></a>

    <br><br>


    <a target="_blank" href="http://www.gamethuvn.net"><img src="http://ssc.vn/quangcao/muonline.jpg"></a>

    <br><br>



    <a target="_blank" href="http://phanmemdangkythongtinsim.com"><img src="http://ssc.vn/quangcao/dangkythongtinsim.gif"></a>

    <br><br>

















    <embed src="http://ssc.vn/quangcao/ssdn.swf" type="application/x-shockwave-flash" bgcolor="#000000" allowscriptaccess="none" height="150" width="236">
    <br>


    <br><a target="_blank" href="http://www.simvietnam.vn">
    <img src="http://ssc.vn/quangcao/simvietnam.gif" width="236"></a><br>
    <br>


    <a target="_blank" href="http://upanh.ssc.vn">
    <img src="http://ssc.vn/quangcao/upanhssc.jpg" width="236"></a><br>





    </center>
          </div>
          </div>
      </div>
             
                  <div class="underblock"></div>
    </span>
          </ul>
      </div>
    <style>
    #sidebar .block {
    background: url(http://ssc.vn/styles/ssc/forumhead.png) repeat-x !important;
    }
    .footer a , .footer a:visited {
    color: white;
    }
    </style>

css
[You must be registered and logged in to see this link.]

vào đó ctrl+u
copy cho vào css
dài quá mình ko cho ra 2 comen
nguồn: hotrofm
Bui Minh Phong™
Bui Minh Phong™
Quản Trị Cấp Cao
Quản Trị Cấp Cao

Posts : 3260
Points : 371262
Thanked : 1927
Birthday : 1994-12-18
Status Hãy Lặng Yên Để Cảm Nhận Tình Yêu Xung Quanh Bạn :x
Giới tính : Male Rất dễ thương

Back to top Go down

View previous topic View next topic Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum