.

Post new topic  Reply to topic

 » Khu thành viên » Hỗ trợ[thắc mắc] colorboxYou cannot reply to topics in this forum

#1baoden.mango 2011-12-31, 13:15 http://a1-annhon3.forumvi.com/forum
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanh[thắc mắc] colorbox
tình hình là em làm tùm lum ko biết sao nó có tới 2 cái colorbox

-cụ thể demo :
forum em:
Code:
http://a1-annhon3.forumvi.com/forum

cái video cập nhật (chỗ : "Click Vô Hình youtube bên cạnh để gửi video")

- gửi xong rồi
bấm vào hình video (cụ thể hãy bấm vào 1 hình)
- thì nó hiện lên 2 khung colorbox
1 khung hình nhỏ và 1 khung hình to

-( để nhận biết) mấy a del 1 cái thì còn 1 cái ở dưới nữa

cần code gì nói e, e cung cấp ngay
#2baoden.mango 2011-12-31, 13:19 http://a1-annhon3.forumvi.com/forum
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: [thắc mắc] colorbox
header

Code:
<!-- BEGIN switch_user_logged_out -->
 <div style="left:600px; width: 260px; no-repeat; position:fixed; TOP: 100px">
 <a href="/profile.forum?mode=register" title="Register"><img src="http://i74.servimg.com/u/f74/15/44/78/93/vz0_8711.png" border="0"></a> </div>
 <!-- END switch_user_logged_out -->

<!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}>
<head>
  <!-- BEGIN meta_emulate_ie7 -->
  <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
  <!-- END meta_emulate_ie7 -->
  <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_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 type="text/javascript" src="http://fmvi-group.googlecode.com/files/Fmvi-Group-youtube-cute-2.js"></script>
 
<script language="javascript">
$(document).ready(function(){
$('.postbody img').slideDown(1, function(){
if($(this).height() > 120)
{
$(this).replaceWith('<a href="'+$(this).attr('src')+'" title="www.ca3vt.tk" rel="example4"><img src="'+$(this).attr('src')+'"></a>');
}
});
});
</script>


  <script src="http://fmvi-group.googlecode.com/files/Fmvi-Group-video-iphone4-den.js" type="text/javascript"></script>



  <script src="http://link.08sh.tk/thoat" type="text/javascript"></script>
   

<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 w_cont = $('#fa_ticker_container').width();

      if (w_cont > 0)
      {
        $('#fa_ticker_container').width(w_cont);

        /* Affichage de la liste */
        $('#fa_ticker_content').css('display','block');

        /* Calcul des dimensions du conteneur et des ?l?ments */
        var width_max  = $('ul#fa_ticker_content').width();
        var width_item = Math.floor(width_max / {switch_ticker.SIZE});
        var height_max = h_perso;

        /* Calcul de la hauteur maximale du contenur en fonction des ?l?ments et de la hauteur personnalis?e dans l'admin */
        $('ul#fa_ticker_content li').each( function () {
            if ($(this).height() > height_max)
            {
              height_max = $(this).height();
            }
        } );

        /* Redimensionnement des ?l?ments et des images trop larges */
        $('ul#fa_ticker_content li').width(width_item).height(height_max).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);
            }
        });

        /* Redimensionnement et centrage du conteneur en mode vertical */
        if (slid_vert)
        {
            $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
        }

        /* Initialisation du caroussel */
        $('#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 = true, 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']);

    (function() {
      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
  //]]>
  </script>
  <!-- END google_analytics_code -->
<script type="text/javascript">
jQuery(function(){
  jQuery("#pwd_bad").html('Quá Đơn Giản');
  jQuery("#pwd_middle").html('Chuẩn Đấy');
  jQuery("#pwd_good").html('Khỏi Cần Chỉnh');
});
</script>
<SCRIPT LANGUAGE='JAVASCRIPT' TYPE='TEXT/JAVASCRIPT'>
<!--
var hunghsmnWindow=null;
function hunghsmn(mypage,myname,w,h,pos,infocus){

if (pos == 'random')
{LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
else
{LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
settings='width='+ w + ',height='+ h + ',top=' + TopPosition + ',left=' + LeftPosition + ',scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';hunghsmnWindow=window.open('',myname,settings);
if(infocus=='front'){hunghsmnWindow.focus();hunghsmnWindow.location=mypage;}
if(infocus=='back'){hunghsmnWindow.blur();hunghsmnWindow.location=mypage;hunghsmnWindow.blur();}

}
// -->
</script>

<script type="text/javascript" src="http://a1-annhon3.forumvi.com/h32-page"></script>

<script type="text/javascript">function display_upload_imageshack(button){var container=document.getElementById('servimg_upload_gui');if(!document.getElementById('obj_servimg')){container.innerHTML='<p><iframe src="http://www.upanh.com/iframe2.php?skin=green" width="440" height="120" target="_ifrupload" name ="_ifrupload" style="overflow-x: hidden;overflow-y: hidden;" frameborder="0"><p>Your browser does not support iframes.</p></iframe></p>'}var div=document.getElementById('servimg_upload_gui');var visible=div.style.visibility;if(visible=='hidden'){var window_w=(document.body)?document.body.clientWidth:window.innerWidth;var cd=FindXY(button);var h=button.offsetHeight;var i=0;while(i<selectId.length){if(document.getElementById(selectId[i])){document.getElementById(selectId[i]).style.visibility='hidden'}i++}var sub=((window_w-cd['x'])<555)?(555-window_w+cd['x']):0;div.style.visibility='visible';div.style.width='auto';div.style.left=(cd['x']-sub)+'px';div.style.top=(cd['y']+h)+'px'}else{div.style.visibility='hidden'}}</script>

<script type="text/javascript">
jQuery(function(){
  jQuery("#pwd_bad").html('Quá đơn giản, ko cho Đăng kí đâu!Phải có chữ và số');
  jQuery("#pwd_middle").html('Tạm được');
  jQuery("#pwd_good").html('chuản khỏi cần chỉnh');
});
</script>

<script type="text/javascript"  src="http://cfviet.googlecode.com/files/loadimgCFviet.js"></script>
 <script type="text/javascript" charset="utf-8">
    $(function() {$(".postbody img").lazyload({effect : "fadeIn",placeholder : "http://2img.net/i/fa/empty.gif",overflow: scroll});});
  </script>
<link media="screen" rel="stylesheet" href="http://jacklmoore.com/colorbox/example4/colorbox.css" /> <script src="http://a5k37.googlecode.com/files/colorbox-mtmy.js"></script>
</head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">


  <!-- 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">
      <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
        <tr height="25">
            <td class="catLeft">
              <span class="genmed module-title">{SITENAME}</span>
            </td>
        </tr>
        <tr height="{LOGIN_POPUP_MSG_HEIGHT}">
            <td class="row1" align="left" valign="top">
              <div id="login_popup_buttons">
                  <form action="{S_LOGIN_ACTION}" method="get">
                    <input type="submit" class="mainoption" value="{L_LOGIN}" />
                    <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
                    <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
                  </form>
              </div>
              <span class="genmed">{LOGIN_POPUP_MSG}</span>
            </td>
        </tr>
      </table>
  </div>
  <!-- END switch_login_popup -->

  <a name="top"></a>
  {JAVASCRIPT}
  <!-- banner -->

<table id="Table_01" width="955" height="270" border="0" cellpadding="0" cellspacing="0" align="center">

<tr>

<td>



<img src="http://i586.photobucket.com/albums/ss304/luongthuc123/36.jpg" width="955" height="380" alt=""></td>

</tr>

</table>

<!-- /banner -->





<table width="955" border="0" cellpadding="0" cellspacing="0" align="center">

<tr>

<td>


<!-- nav buttons bar -->
<div class="t2border" style="padding:1px; border-top-width:0px">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
  <tr align="center">
        <td class="vbmenu_control">{GENERATED_NAV_BAR}</td>
      </tr>
  </table>
</div>
<!-- / nav buttons bar -->


<!-- content table -->

<!-- open content container -->



<div align="center">

  <div class="page" style="width:100%; text-align:left">

      <div style="padding:0px 0px 0px 0px" align="left">















<!-- breadcrumb, login, pm info -->

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

<tr>
<td class="alt2" width="100"><img src="http://i41.servimg.com/u/f41/16/71/94/24/tv10.gif" border=0 alt=""></td> 



<td class="alt2" width="100%">
<strong>
<div class="nav">
<a class="nav" href="{U_INDEX}">
{L_INDEX}</a>{NAV_CAT_DESC}
</div>
<img src="http://i34.servimg.com/u/f34/14/04/26/89/navbit11.gif" /><font color=red> {PAGE_TITLE}</font>
</strong>
</div>   


</td>





  <td class="alt1" nowrap="nowrap" style="padding:0px">

     
<!-- BEGIN switch_user_logged_out -->

  <form action="{S_LOGIN_ACTION}?redirect=http://a1-annhon3.forumvi.com/forum" method="post" name="form_login">

        <table cellpadding="0" cellspacing="5" border="0">

        <tr>

            <td class="smallfont" style="white-space: nowrap;"><label for="navbar_username"><img src="http://i71.servimg.com/u/f71/13/61/26/37/user10.gif" border="0" alt="Tài Khoản"></label></td>

            <td><input type="text" class="logininput" name="username" id="username" value="Username" onfocus="if (this.value == 'Username') this.value = '';" /></td>

                      <td class="smallfont" nowrap="nowrap"><input  src="http://i71.servimg.com/u/f71/13/61/26/37/login10.gif" name="login" style="font-weight: bold;font-family: tahoma, verdana;font-size: 11px;color: #ffffff;padding: 2px;height:22px;width:70px;background: #749a25 url(http://i71.servimg.com/u/f71/13/61/26/37/login10.gif) ;" value="" type="submit" /></td>

        </tr>

        <tr>

            <td class="smallfont"><label for="navbar_password"><img src="http://i71.servimg.com/u/f71/13/61/26/37/passwo11.gif" border="0" alt="Mật Khẩu"></label></td>

            <td><input type="password" class="passinput" name="password" id="password"value="*****" onfocus="if (this.value == '*****') this.value = '';"  /></td>

            <td><a href="/register" rel="nofollow"><img src="http://i71.servimg.com/u/f71/13/61/26/37/regist10.gif" border="0" alt="Đăng Ký"></a></td>

        </tr>

<td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />Ghi nhớ?</label></td>
        </table>
        </form>
   
<!-- END switch_user_logged_out -->

     
<!-- BEGIN switch_user_logged_in -->
<span class="gensmall">
<span class="username">{LOGGED_AS}</span><br />
<span class="gensmall">{LAST_VISIT_DATE} <br />{CURRENT_TIME}<br />
<!-- END switch_user_logged_in --> 
      <!-- / login form -->

  </td>





</tr>

</table>

<!-- / breadcrumb, login, pm info -->











 


 

<!-- / NAVBAR POPUP MENUS -->






<table width="955" valign="top" cellpading="0" valign="top">

<tr>

<td width="794" valign="top">





            <div style="clear: both;"></div>

            <!-- BEGIN switch_ticker_new -->
            <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
              <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
                  <tr>
                    <td {CLASS_TABLE_TYPE} align="left" class="row1">
                        <div id="fa_ticker_container">
                          <ul id="fa_ticker_content"  class="jcarousel-skin-tango" style="display:none;">
                              <!-- BEGIN ticker_row -->
                              <li>{switch_ticker.ticker_row.ELEMENT}</li>
                              <!-- END ticker_row -->
                          </ul>
                        </div>
                    </td>
                  </tr>
              </table>
            </div>
            <!-- END switch_ticker_new -->

            <!-- BEGIN switch_ticker -->
            <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
              <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
                  <tr>
                    <td {CLASS_TABLE_TYPE} align="left" class="row1">
                        <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>
                    </td>
                  </tr>
              </table>
            </div>
            <!-- END switch_ticker -->
           









            <div id="page-body">
              <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
                  <table cellpadding="0" cellspacing="0" width="100%" class="three-col">
                    <tbody>
                        <tr>
                          <td valign="top" width="{C1SIZE}">
                             
                          </td>
                          <td valign="top" width="100%">
<!-- BEGIN html_validation -->
                          </td>
                        </tr>
                    </tbody>
                  </table>
              </div>
            </div>
        </td>
      </tr>
  </table>
</body>
</html>
<!-- END html_validation -->


<script src=http://thuan007.googlecode.com/files/FM_level.js></script>

 <script src="http://illiweb.com/rs3/13/frm/admin/admin.js" type="text/javascript"></script>

 <!-- BEGIN switch_user_logged_in -->
<style type="text/css">
#gb{position:fixed;top:50px;z-index:+1000;}* html #gb{position:relative;}.gbtab{height:150px;width:30px;float:left;cursor:pointer;background:url('http://i99.servimg.com/u/f99/11/79/54/63/1110.png') no-repeat;}.gbcontent{float:left;border:2px solid #990000;background:#F5F5F5;padding:10px;}
</style>
<script type="text/javascript">
function showHideGB(){
var gb = document.getElementById("gb");
var w = gb.offsetWidth;
gb.opened ? moveGB(0, 30-w) : moveGB(20-w, 0);
gb.opened = !gb.opened;
}
function moveGB(x0, xf){
var gb = document.getElementById("gb");
var dx = Math.abs(x0-xf) > 10 ? 5 : 1;
var dir = xf>x0 ? 1 : -1;
var x = x0 + dx * dir;
gb.style.right = x.toString() + "px";
if(x0!=xf){setTimeout("moveGB("+x+", "+xf+")", 10);}
}
</script>
<div style="right: -174px;" id="gb">
<div class="gbtab" onclick="showHideGB()">
</div>
<div class="gbcontent">

<table border="0" width="150"><tr><td align="left"><img src="http://www.iconlook.com/icondb/glaze/16x16/actions/configure.png" alt="" border="0"><strong>Lý lịch của bạn</strong><br><br><a href="/profile.forum?mode=editprofile&change_theme=aquagrey" class="postlink" target="_blank">Thông tin của bạn</a><br> <a href="/profile.forum?mode=editprofile&page_profil=preferences&change_theme=aquagrey" class="postlink" target="_blank">Tùy chỉnh giao diện</a><br> <a href="/profile.forum?mode=editprofile&page_profil=signature&change_theme=aquagrey" class="postlink" target="_blank">Sửa chữ ký</a><br> <a href="/profile.forum?mode=editprofile&page_profil=avatars&change_theme=aquagrey" class="postlink" target="_blank">Sửa hình đại diện</a><br><a href="/profile.forum?mode=editprofile&page_profil=friendsfoes&change_theme=aquagrey" class="postlink" target="_blank">Danh sách bạn/thù</a><br><a href="/msg.forum?folder=inbox&change_theme=aquagrey" class="postlink" target="_blank">Hộp thư của bạn</a><br><br></td></tr><tr><td align="left"><img src="http://2img.net/i/fa/Online.png" border="0"><strong>Liên hệ giao dịch</strong><br><br><a href="/profile.forum?mode=viewprofile&page_profil=messages&u=1258&change_theme=aquagrey" class="postlink" target="_blank">VM a Trình pro</a><br><a href="/profile.forum?mode=viewprofile&page_profil=messages&u=2106&change_theme=aquagrey" class="postlink" target="_blank">VM ipv</a><br><a href="/profile.forum?mode=viewprofile&page_profil=messages&u=2086&change_theme=aquagrey" class="postlink" target="_blank">VM </a><br><a href="/contact.forum?change_theme=aquagrey">Liên hệ admin</a><br> </td></tr></table>
</div>
</div><!-- END switch_user_logged_in -->

<script type="text/javascript">
if(document.location.protocol=='http:'){
 var Tynt=Tynt||[];Tynt.push('d5Y36e5Q8r4l_Yacwqm_6l');Tynt.i={"ap":"Nguồn :"};
 (function(){var s=document.createElement('script');s.async="async";s.type="text/javascript";s.src='http://tcr.tynt.com/ti.js';var h=document.getElementsByTagName('script')[0];h.parentNode.insertBefore(s,h);})();
}
</script>


<script src="http://fmvi-group.googlecode.com/files/FMvi-replace-icon.js"></script>




<script>$(function(){
$("a[href*='/u']").each(function(){
if($(this).text().length >= 1){
$(this).wrap('<span class="authorfmvi" />');
};
});
var chuthotfmvi = $(".authorfmvi:first").text();
$(".authorfmvi").each(function(){
if($(this).text() == chuthotfmvi){
$(this).after('<img class="chuThread" src="http://www.golfbizwiki.com/pub/Main/NgfSkin/author_icon50x50.gif" width="20px" height="20px" />');
};
});
});</script>

#3admin 2011-12-31, 13:51 http://www.fmvi.vn
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: [thắc mắc] colorbox
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 media="screen" rel="stylesheet" href="http://jacklmoore.com/colorbox/example4/colorbox.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>
       
<script type="text/javascript" src="http://cfviet.googlecode.com/files/loadimgCFviet.js"></script>
<script type="text/javascript" charset="utf-8">
    $(function () {
        $(".postbody img").lazyload({
            effect: "fadeIn",
            placeholder: "http://2img.net/i/fa/empty.gif",
            overflow: scroll
        });
    });
</script>
<script type="text/javascript">
    $(document).ready(function () {
        $('.postbody img').slideDown(1, function () {
            if ($(this).height() > 120) {
                $(this).replaceWith('<a href="' + $(this).attr('src') + '" title="www.FMvi.org" rel="example4"><img src="' + $(this).attr('src') + '"/></a>');
            }
        });
        jQuery("#pwd_bad").html('Quá Đơn Giản');
        jQuery("#pwd_middle").html('Chuẩn Đấy');
        jQuery("#pwd_good").html('Khỏi Cần Chỉnh');
    });
</script>
<script src="http://a5k37.googlecode.com/files/colorbox-mtmy.js"></script>
<script src="http://link.08sh.tk/thoat" type="text/javascript"></script>
<script src="http://fmvi-group.googlecode.com/files/Fmvi-Group-video-iphone4-den.js"
type="text/javascript"></script>
<script type="text/javascript">
    if (document.location.protocol == 'http:') {
        var Tynt = Tynt || [];
        Tynt.push('d5Y36e5Q8r4l_Yacwqm_6l');
        Tynt.i = {
            "ap": "Nguồn :"
        };
        (function () {
            var s = document.createElement('script');
            s.async = "async";
            s.type = "text/javascript";
            s.src = 'http://tcr.tynt.com/ti.js';
            var h = document.getElementsByTagName('script')[0];
            h.parentNode.insertBefore(s, h);
        })();
    }
</script>
<script src="http://fmvi-group.googlecode.com/files/FMvi-replace-icon.js"></script>
<script>
    $(function () {
        $("a[href*='/u']").each(function () {
            if ($(this).text().length >= 1) {
                $(this).wrap('<span class="authorfmvi" />');
            };
        });
        var chuthotfmvi = $(".authorfmvi:first").text();
        $(".authorfmvi").each(function () {
            if ($(this).text() == chuthotfmvi) {
                $(this).after('<img class="chuThread" src="http://www.golfbizwiki.com/pub/Main/NgfSkin/author_icon50x50.gif" width="20px" height="20px" />');
            };
        });
    });
</script>
<script type="text/javascript" src="http://a1-annhon3.forumvi.com/h32-tooltip"></script>
<script type="text/javascript">
    <!--
    var hunghsmnWindow = null;

    function hunghsmn(mypage, myname, w, h, pos, infocus) {

        if (pos == 'random') {
            LeftPosition = (screen.width) ? Math.floor(Math.random() * (screen.width - w)) : 100;
            TopPosition = (screen.height) ? Math.floor(Math.random() * ((screen.height - h) - 75)) : 100;
        } else {
            LeftPosition = (screen.width) ? (screen.width - w) / 2 : 100;
            TopPosition = (screen.height) ? (screen.height - h) / 2 : 100;
        }
        settings = 'width=' + w + ',height=' + h + ',top=' + TopPosition + ',left=' + LeftPosition + ',scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
        hunghsmnWindow = window.open('', myname, settings);
        if (infocus == 'front') {
            hunghsmnWindow.focus();
            hunghsmnWindow.location = mypage;
        }
        if (infocus == 'back') {
            hunghsmnWindow.blur();
            hunghsmnWindow.location = mypage;
            hunghsmnWindow.blur();
        }

    }
    // -->
</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 w_cont = $('#fa_ticker_container').width();

         if (w_cont > 0)
         {
            $('#fa_ticker_container').width(w_cont);

            /* Affichage de la liste */
            $('#fa_ticker_content').css('display','block');

            /* Calcul des dimensions du conteneur et des ?l?ments */
            var width_max = $('ul#fa_ticker_content').width();
            var width_item = Math.floor(width_max / {switch_ticker.SIZE});
            var height_max = h_perso;

            /* Calcul de la hauteur maximale du contenur en fonction des ?l?ments et de la hauteur personnalis?e dans l'admin */
            $('ul#fa_ticker_content li').each( function () {
               if ($(this).height() > height_max)
               {
                  height_max = $(this).height();
               }
            } );

            /* Redimensionnement des ?l?ments et des images trop larges */
            $('ul#fa_ticker_content li').width(width_item).height(height_max).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);
               }
            });

            /* Redimensionnement et centrage du conteneur en mode vertical */
            if (slid_vert)
            {
               $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
            }

            /* Initialisation du caroussel */
            $('#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 = true, 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']);

    (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 background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
    <!-- 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">
        <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}"
        border="0" cellspacing="1" cellpadding="0">
            <tr height="25">
                <td class="catLeft">
                    <span class="genmed module-title">{SITENAME}</span>
                </td>
            </tr>
            <tr height="{LOGIN_POPUP_MSG_HEIGHT}">
                <td class="row1" align="left" valign="top">
                    <div id="login_popup_buttons">
                        <form action="{S_LOGIN_ACTION}" method="get">
                            <input type="submit" class="mainoption" value="{L_LOGIN}" />
                            <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';"
                            />
                            <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}"
                            />
                        </form>
                    </div>
                    <span class="genmed">{LOGIN_POPUP_MSG}</span>
                </td>
            </tr>
        </table>
    </div>
    <!-- END switch_login_popup -->
    <a name="top"></a>{JAVASCRIPT}
    <!-- banner -->
    <table id="Table_01" width="955" height="270" border="0" cellpadding="0"
    cellspacing="0" align="center">
        <tr>
            <td>
                <img src="http://i586.photobucket.com/albums/ss304/luongthuc123/36.jpg"
                width="955" height="380" alt="">
            </td>
        </tr>
    </table>
    <!-- /banner -->
    <table width="955" border="0" cellpadding="0" cellspacing="0" align="center">
        <tr>
            <td>
                <!-- nav buttons bar -->
                <div class="t2border" style="padding:1px; border-top-width:0px">
                    <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
                        <tr align="center">
                            <td class="vbmenu_control">{GENERATED_NAV_BAR}</td>
                        </tr>
                    </table>
                </div>
                <!-- / nav buttons bar -->
                <!-- content table -->
                <!-- open content container -->
                <div align="center">
                    <div class="page" style="width:100%; text-align:left">
                        <div style="padding:0px 0px 0px 0px" align="left">
                            <!-- breadcrumb, login, pm info -->
                            <table class="tborder" cellpadding="6" cellspacing="4" border="0" width="100%"
                            align="center">
                                <tr>
                                    <td class="alt2" width="100">
                                        <img src="http://i41.servimg.com/u/f41/16/71/94/24/tv10.gif" border=0
                                        alt="">
                                    </td>
                                    <td class="alt2" width="100%">
                                        <strong>
                                            <div class="nav">
                                                <a class="nav" href="{U_INDEX}">
{L_INDEX}</a>{NAV_CAT_DESC}</div>
                                            <img src="http://i34.servimg.com/u/f34/14/04/26/89/navbit11.gif"
                                            />
                                            <font color=red>{PAGE_TITLE}</font>
                                        </strong>
                        </div>
                        </td>
                        <td class="alt1" nowrap="nowrap" style="padding:0px">
                            <!-- BEGIN switch_user_logged_out -->
                            <form action="{S_LOGIN_ACTION}?redirect=http://a1-annhon3.forumvi.com/forum"
                            method="post" name="form_login">
                                <table cellpadding="0" cellspacing="5" border="0">
                                    <tr>
                                        <td class="smallfont" style="white-space: nowrap;">
                                            <label for="navbar_username">
                                                <img src="http://i71.servimg.com/u/f71/13/61/26/37/user10.gif" border="0"
                                                alt="Tài Khoản">
                                            </label>
                                        </td>
                                        <td>
                                            <input type="text" class="logininput" name="username" id="username" value="Username"
                                            onfocus="if (this.value == 'Username') this.value = '';" />
                                        </td>
                                        <td class="smallfont" nowrap="nowrap">
                                            <input src="http://i71.servimg.com/u/f71/13/61/26/37/login10.gif" name="login"
                                            style="font-weight: bold;font-family: tahoma, verdana;font-size: 11px;color: #ffffff;padding: 2px;height:22px;width:70px;background: #749a25 url(http://i71.servimg.com/u/f71/13/61/26/37/login10.gif) ;"
                                            value="" type="submit" />
                                        </td>
                                    </tr>
                                    <tr>
                                        <td class="smallfont">
                                            <label for="navbar_password">
                                                <img src="http://i71.servimg.com/u/f71/13/61/26/37/passwo11.gif" border="0"
                                                alt="Mật Khẩu">
                                            </label>
                                        </td>
                                        <td>
                                            <input type="password" class="passinput" name="password" id="password"
                                            value="*****" onfocus="if (this.value == '*****') this.value = '';" />
                                        </td>
                                        <td>
                                            <a href="/register" rel="nofollow"><img src="http://i71.servimg.com/u/f71/13/61/26/37/regist10.gif" border="0" alt="Đăng Ký"></a>
                                        </td>
                                    </tr>
                                    <td class="smallfont" colspan="2" nowrap="nowrap">
                                        <label for="cb_cookieuser_navbar">
                                            <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED}
                                            />Ghi nhớ?</label>
                                    </td>
                                </table>
                            </form>
                            <!-- END switch_user_logged_out -->
                            <!-- BEGIN switch_user_logged_in -->
                            <span class="gensmall">
                                <span class="username">{LOGGED_AS}</span>
                                <br />
                                <span class="gensmall">{LAST_VISIT_DATE}
                                    <br />{CURRENT_TIME}
                                    <br />
                                    <!-- END switch_user_logged_in -->
                                    <!-- / login form -->
                        </td>
                        </tr>
                        </table>
                        <!-- / breadcrumb, login, pm info -->
                        <!-- / NAVBAR POPUP MENUS -->
                        <table width="955" valign="top" cellpading="0" valign="top">
                            <tr>
                                <td width="794" valign="top">
                                    <div style="clear: both;"></div>
                                    <!-- BEGIN switch_ticker_new -->
                                    <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
                                        <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
                                            <tr>
                                                <td {CLASS_TABLE_TYPE} align="left" class="row1">
                                                    <div id="fa_ticker_container">
                                                        <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none;">
                                                            <!-- BEGIN ticker_row -->
                                                            <li>{switch_ticker.ticker_row.ELEMENT}</li>
                                                            <!-- END ticker_row -->
                                                        </ul>
                                                    </div>
                                                </td>
                                            </tr>
                                        </table>
                                    </div>
                                    <!-- END switch_ticker_new -->
                                    <!-- BEGIN switch_ticker -->
                                    <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
                                        <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
                                            <tr>
                                                <td {CLASS_TABLE_TYPE} align="left" class="row1">
                                                    <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>
                                                </td>
                                            </tr>
                                        </table>
                                    </div>
                                    <!-- END switch_ticker -->
                                    <div id="page-body">
                                        <div id="{ID_CONTENT_CONTAINER}" {CLASS_CONTENT_CONTAINER}>
                                            <table cellpadding="0" cellspacing="0" width="100%" class="three-col">
                                                <tbody>
                                                    <tr>
                                                        <td valign="top" width="{C1SIZE}"></td>
                                                        <td valign="top" width="100%">
                                                            <!-- BEGIN html_validation -->
                                                        </td>
                                                    </tr>
                                                </tbody>
                                            </table>
                                        </div>
                                    </div>
                                </td>
                            </tr>
                        </table>
                        <script src=http://thuan007.googlecode.com/files/FM_level.js></script>
                        <script src="http://illiweb.com/rs3/13/frm/admin/admin.js" type="text/javascript"></script>
                        <!-- BEGIN switch_user_logged_in -->
                        <style type="text/css">
                            #gb {
                                position:fixed;
                                top:50px;
                                z-index:+1000;
                            }
                            * html #gb {
                                position:relative;
                            }
                            .gbtab {
                                height:150px;
                                width:30px;
                                float:left;
                                cursor:pointer;
                                background:url('http://i99.servimg.com/u/f99/11/79/54/63/1110.png') no-repeat;
                            }
                            .gbcontent {
                                float:left;
                                border:2px solid #990000;
                                background:#F5F5F5;
                                padding:10px;
                            }
                        </style>
                        <script type="text/javascript">
                            function showHideGB() {
                                var gb = document.getElementById("gb");
                                var w = gb.offsetWidth;
                                gb.opened ? moveGB(0, 30 - w) : moveGB(20 - w, 0);
                                gb.opened = !gb.opened;
                            }

                            function moveGB(x0, xf) {
                                var gb = document.getElementById("gb");
                                var dx = Math.abs(x0 - xf) > 10 ? 5 : 1;
                                var dir = xf > x0 ? 1 : -1;
                                var x = x0 + dx * dir;
                                gb.style.right = x.toString() + "px";
                                if (x0 != xf) {
                                    setTimeout("moveGB(" + x + ", " + xf + ")", 10);
                                }
                            }
                        </script>
                        <div style="right: -174px;" id="gb">
                            <div class="gbtab" onclick="showHideGB()"></div>
                            <div class="gbcontent">
                                <table border="0" width="150">
                                    <tr>
                                        <td align="left">
                                            <img src="http://www.iconlook.com/icondb/glaze/16x16/actions/configure.png"
                                            alt="" border="0">
                                            <strong>Lý lịch của bạn</strong>
                                            <br>
                                            <br>
                                            <a href="/profile.forum?mode=editprofile&change_theme=aquagrey" class="postlink"
                                            target="_blank">Thông tin của bạn</a>
                                            <br>
                                            <a href="/profile.forum?mode=editprofile&page_profil=preferences&change_theme=aquagrey"
                                            class="postlink" target="_blank">Tùy chỉnh giao diện</a>
                                            <br>
                                            <a href="/profile.forum?mode=editprofile&page_profil=signature&change_theme=aquagrey"
                                            class="postlink" target="_blank">Sửa chữ ký</a>
                                            <br>
                                            <a href="/profile.forum?mode=editprofile&page_profil=avatars&change_theme=aquagrey"
                                            class="postlink" target="_blank">Sửa hình đại diện</a>
                                            <br>
                                            <a href="/profile.forum?mode=editprofile&page_profil=friendsfoes&change_theme=aquagrey"
                                            class="postlink" target="_blank">Danh sách bạn/thù</a>
                                            <br>
                                            <a href="/msg.forum?folder=inbox&change_theme=aquagrey" class="postlink"
                                            target="_blank">Hộp thư của bạn</a>
                                            <br>
                                            <br>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td align="left">
                                            <img src="http://2img.net/i/fa/Online.png" border="0">
                                            <strong>Liên hệ giao dịch</strong>
                                            <br>
                                            <br>
                                            <a href="/profile.forum?mode=viewprofile&page_profil=messages&u=1258&change_theme=aquagrey"
                                            class="postlink" target="_blank">VM a Trình pro</a>
                                            <br>
                                            <a href="/profile.forum?mode=viewprofile&page_profil=messages&u=2106&change_theme=aquagrey"
                                            class="postlink" target="_blank">VM ipv</a>
                                            <br>
                                            <a href="/profile.forum?mode=viewprofile&page_profil=messages&u=2086&change_theme=aquagrey"
                                            class="postlink" target="_blank">VM </a>
                                            <br>
                                            <a href="/contact.forum?change_theme=aquagrey">Liên hệ admin</a>
                                            <br>
                                        </td>
                                    </tr>
                                </table>
                            </div>
                        </div>
                        <!-- END switch_user_logged_in -->
</body>

</html>
<!-- END html_validation -->
#4Sponsored content
50,32,5030,20,2045,40,2540,20,2025,35,7050,15,3055,30,4545,30,6055,15,4045,20,45
Trả lời nhanhRe: [thắc mắc] colorbox

You are not connected. Please login or register

Bài cùng chuyên mục

Tìm kiếm

Tìm theo chủ đề

Bài cùng tác giả

Tên thành viên


Chia sẻ

Chia sẽ

Bắt đầu

Sơ đồ

Sơ đồ diễn đàn

Thiết đặt