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

Skin 4FUN [PunBB]

Go down  Thông điệp [Trang 1 trong tổng số 1 trang]

Khách vi

avatar
Khách viếng thăm

demo: [You must be registered and logged in to see this link.]
skin rip by dang0123
người sử dụng không xóa tên người rip
vui lòng ko share skin này qua nơi khác
faq_body
Code:

<!-- BEGIN faq_block_link -->
<div class="main">
  <div class="main-head">
      <h1 class="page-title">{faq_block_link.BLOCK_TITLE}</h1>
  </div>
  <dl class="faq main-content">
      <!-- BEGIN faq_row_link -->
      <dt><a href="{faq_block_link.faq_row_link.U_FAQ_LINK}">{faq_block_link.faq_row_link.FAQ_LINK}</a></dt>
      <!-- END faq_row_link -->
  </dl>
</div>
<!-- END faq_block_link -->

<!-- BEGIN faq_block -->
<div class="main">
  <div class="main-head">
      <h2>{faq_block.BLOCK_TITLE}</h2>
  </div>
  <dl class="faq main-content">
  <!-- BEGIN faq_row -->
      <dt><a name="{faq_block.faq_row.U_FAQ_ID}"></a><b>{faq_block.faq_row.FAQ_QUESTION}</b></dt>
      <dd>
        <p>{faq_block.faq_row.FAQ_ANSWER}</p>
        <a href="#top" class="back-to-top">{L_BACK_TO_TOP} {L_BACK_TO_TOP_TEXT}</a>
      </dd>
  <!-- END faq_row -->
  </dl>
</div>
<!-- END faq_block -->
memberlist
Code:
<!-- 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>
   </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 -->

<div class="pun-crumbs">
   <p class="crumbs">
      <a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} » <strong>{PAGE_TITLE}</strong>
   </p>
</div>

<div class="main frm">

   <!-- BEGIN switch_pagination -->
   <div class="paged-head clearfix">
      <p class="paging">{PAGINATION}</p>
   </div>
   <!-- END switch_pagination -->

   <div class="main-head">
      <h1 class="page-title">{L_ORDER_OR_SELECT}</h1>
   </div>

   <div class="main-content">
      <form action="{S_MODE_ACTION}" method="get" class="form-frm">
      <fieldset class="frm-set multi">
         <dl>
            <dt>{L_USER_SELECT}</dt>
            <dd><input type="text" class="inputbox" name="username" maxlength="25" size="20" value="{L_USER_SELECT_VALUE}" /></dd>
         </dl>
         <dl>
            <dt>{L_SELECT_SORT_METHOD}</dt>
            <dd>{S_MODE_SELECT}</dd>
         </dl>
         <dl>
            <dt>{L_ORDER}</dt>
            <dd>{S_ORDER_SELECT}</dd>
         </dl>

         <div class="frm-buttons">
            {S_HIDDEN_SID}
            <input type="submit" name="submit" value="{L_SUBMIT}" />
         </div>
      </fieldset>
      </form>

      <fieldset class="frm-set clearfix">
         <div class="frm-form">
            <table class="table" cellspacing="0">
               <thead>
                  <tr>
                     <th class="tcl memberlist">{L_AVATAR} - {L_USERNAME}</th>
                     <!-- BEGIN switch_th_group -->
                     <th class="tc2">{L_GROUPS}</th>
                     <!-- END switch_th_group -->
                     <th class="tc3">{L_INTERESTS}</th>
                     <th class="tc2">{L_JOINED}</th>
                     <th class="tc2">{L_VISITED}</th>
                     <th class="tc3">{L_POSTS}</th>
                     <th class="tc3">{L_PM}</th>
                     <th class="tc3">{L_WEBSITE}</th>
                  </tr>
               </thead>

               <tbody>
                  <!-- BEGIN memberrow -->
                  <tr>
                     <td class="tcl avatar-mini">
                         <a class="gen" href="{memberrow.U_VIEWPROFILE}">{memberrow.AVATAR_IMG} </a>
                         <span class="dataUserFmvi">
                             <span>
                                 <a class="gen" href="{memberrow.U_VIEWPROFILE}">{memberrow.USERNAME}</a>
                             </span>
                             <div style="display:none"><div style="padding:10px">
                                 <table border="0">
                                     <tbody>
                                         <tr>
                                            <td class="avatarthum" align="left">{memberrow.AVATAR_IMG}</td>
                                            <td align="left">{memberrow.USERNAME}
                                                 <hr />
                                                 <span class="thamtop">Tham gia</span>:
                                                 <font color="violet">{memberrow.JOINED}</font>
                                                 <br />
                                                 <span class="truytop">Truy cập cuối</span>:
                                                 <font color="orange">{memberrow.LASTVISIT}</font>
                                                 <br />
                                                 <span class="baiBtop">Bài viết</span>:
                                                 <font color="cyan">{memberrow.POSTS}</font>
                                             </td>
                                         </tr>
                                     </tbody>
                                 </table>
                             </div></div>
                             <span class="left20" style="position: absolute; right: 0pt; display: none!important;">
                                 <span class="sobaiTop">{memberrow.POSTS} </span>
                                 <span class="baiBtop">Bài viết</span>
                             </span>
                        </span>
                     </td>
                     <!-- BEGIN switch_td_group -->
                     <td class="tc2">{memberrow.GROUPS}</td>
                     <!-- END switch_td_group -->
                     <td class="tc3">{memberrow.INTERESTS}</td>
                     <td class="tc2">{memberrow.JOINED}</td>
                     <td class="tc2">{memberrow.LASTVISIT}</td>
                     <td class="tc3">{memberrow.POSTS}</td>
                     <td class="tc3">{memberrow.PM_IMG}</td>
                     <td class="tc4">{memberrow.WWW_IMG}</td>
                  </tr>

                  <!-- END memberrow -->
                  <!-- BEGIN switch_no_user -->
                  <tr>
                     <td colspan="{switch_no_user.COLSPAN_NUMBER}" class="tcr">{switch_no_user.L_NO_USER}</td>
                  </tr>
                  <!-- END switch_no_user -->
               </tbody>
            </table>
         </div>
      </fieldset>
   </div>

   <div class="main-foot">
   </div>

   <!-- BEGIN switch_pagination -->
   <div class="paged-foot clearfix">
      <p class="paging">{PAGINATION}</p>
   </div>
   <!-- END switch_pagination -->

</div>
fooder_begin
Code:
<!-- BEGIN html_validation -->
<div>
   <div>
      <div>
         <div>
            <div>
               <div>
                  <div>
                     <div>
<!-- END html_validation -->
                     </div>
                  
               
            
         <div id="{ID_RIGHT}">
            <!-- BEGIN giefmod_index2 -->
            {giefmod_index2.MODVAR}
            <!-- BEGIN saut -->
            <div style="height:{SPACE_ROW}px"></div>
            <!-- END saut -->
            <!-- END giefmod_index2 -->
   
<div id="pun-foot">
   <div id="pun-about" class="clearfix">
      <form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}" id="qjump">
         <fieldset>
            <p><label>{L_JUMP_TO}: </label></p>
            {S_JUMPBOX_SELECT} <input type="submit" value="{L_GO}" />
         </fieldset>
      </form>
      <ul>
         <li>
<!-- BEGIN html_validation -->
         </li>
      </ul>
   </div>
</div>
                                </div>
      </div>
   </div>
</div></div></div>
         </div></div>
<!-- END html_validation -->
<div id="menu">
   <div class="vietvuimenu zme_header">
      <div class="zingtop">
         <div class="zingmain hidden_vb">
         <script type="text/javascript">var zh = zm('#header .zingmain');show_ticker && zh.addClass('moveLeft');zh.removeClass('hidden_vb');</script>
                          <h1 class="zinglogo"><a href="/forum"><img border="0" width="145" height="35" src="http://i34.servimg.com/u/f34/17/74/70/67/zme_lo10.png" class="threadtitle" original-title="Về trang chủ viet vui"></a></h1>
            <form id="zmh_sf" method="get" action="/search">
               <div id="zingsearch" class="zingsearch">
                  
                                          <input type="text" name="search_keywords" id="textSearch" autocomplete="off" class="zingbxsearch inputzing" value=" Tìm..." onfocus="this.value==' Tìm...'?this.value='':''">
                  
                                          <input type="submit" value="Tìm kiếm" class="zingbtnsearch" id="zmhs">
                                           
                                            </div>
            </form>


            <div id="zinguser" class="zinguser">


               <p class="zingtxtuser" id="default_header" style="display: block; ">
                                          <!-- BEGIN switch_user_logged_out -->
                                          <a href="/login" class="login-window">
 
                                            <label for="" id="" class=""> Đăng nhập</label>
                                           
                  </a>
                        <!-- END switch_user_logged_out -->               
<a href="#" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://4fun.forum-viet.com/');">Đặt <strong>4fun</strong> trang chủ</a>
                </p>

            </div>

            <div class="zingfamily">
               <ul class="zingtab">
<li><a target="_blank" href="index" class="threadtitle" original-title="Về Trang Home"><span><strong>Home</strong></span></a></li>

                  <li><a href="/forum.html" class="threadtitle" original-title="Về Diễn Đàn"><span><strong>Diễn Đàn</strong></span></a></li>

<li><a target="_blank" class="threadtitle" href="http://facebook.com" original-title="Truy Cập Mạng Xã Hội"><span><strong>Me</strong></span></a></li>
                  <li><a target="_blank" href="http://tangban.anhsaokhuya.net/" class="threadtitle" original-title="Về Trang Tặng Bạn"><span><strong>Tặng Bạn</strong></span></a></li>


               </ul>
            </div>
            
         </div>
      </div>
   </div>
</div>
  <style>
   
.fancybox-tmp iframe,.fancybox-tmp object {
vertical-align:top;
margin:0;
padding:0;
}

.fancybox-wrap {
position:absolute;
top:0;
left:0;
z-index: 999;
}

.fancybox-outer {
background:#f9f9f9;
color:#444;
text-shadow:none;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
margin:0;
padding:0;
}

.fancybox-opened {
z-index: 999;
}

.fancybox-opened .fancybox-outer {
-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);
-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);
box-shadow:0 10px 25px rgba(0,0,0,0.5);
}

.fancybox-inner {
width:100%;
height:100%;
position:relative;
outline:0;
overflow:hidden;
margin:0;
padding:0;
}

.fancybox-error {
color:#444;
font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin:0;
padding:10px;
}

.fancybox-image,.fancybox-iframe {
display:block;
width:100%;
height:100%;
border:0;
vertical-align:top;
margin:0;
padding:0;
}

.fancybox-image {
max-width:100%;
max-height:100%;
}

#fancybox-loading {
position:fixed;
top:50%;
left:50%;
margin-top:-21px;
margin-left:-21px;
width:42px;
height:42px;
background:url(http://www.9xstudio.biz/users/2012/10/88/45/album/fancyb10.gif);
opacity:.8;
cursor:pointer;
z-index: 999;
}

.fancybox-close,.fancybox-prev span,.fancybox-next span {
background-image:url(http://www.9xstudio.biz/users/2012/10/88/45/album/fancyb10.png);
}

.fancybox-close {
position:absolute;
top:-18px;
right:-18px;
width:36px;
height:36px;
cursor:pointer;
z-index: 999;
}

.fancybox-prev,.fancybox-next {
position:absolute;
top:0;
width:40%;
height:100%;
cursor:pointer;
background:transparent url(http://www.9xstudio.biz/users/2012/10/88/45/album/blank110.gif);
z-index: 999;
}

.fancybox-next {
right:0;
}

.fancybox-prev span,.fancybox-next span {
position:absolute;
top:50%;
left:-9999px;
width:36px;
height:36px;
margin-top:-18px;
cursor:pointer;
z-index: 999;
}

.fancybox-prev span {
background-position:0 -36px;
}

.fancybox-next span {
background-position:0 -72px;
}

.fancybox-prev:hover span {
left:20px;
}

.fancybox-next:hover span {
left:auto;
right:20px;
}

.fancybox-tmp {
position:absolute;
top:-9999px;
left:-9999px;
overflow:visible;
visibility:hidden;
padding:0;
}

#fancybox-overlay {
position:absolute;
top:0;
left:0;
overflow:hidden;
display:none;
z-index:999;
background:#000;
}

.fancybox-title-float-wrap {
position:absolute;
bottom:0;
right:50%;
margin-bottom:-35px;
z-index:999;
text-align:center;
}

.fancybox-title-float-wrap .child {
display:inline-block;
margin-right:-100%;
background:rgba(0,0,0,0.8);
-webkit-border-radius:15px;
-moz-border-radius:15px;
border-radius:15px;
text-shadow:0 1px 2px #222;
color:#FFF;
font-weight:700;
line-height:24px;
white-space:nowrap;
padding:2px 20px;
}

.fancybox-title-outside-wrap {
position:relative;
margin-top:10px;
color:#fff;
}

.fancybox-title-inside-wrap {
margin-top:10px;
}

.fancybox-title-over-wrap {
position:absolute;
bottom:0;
left:0;
color:#fff;
background:rgba(0,0,0,.8);
padding:10px;
}

#fancybox-buttons {
position:fixed;
left:0;
width:100%;
z-index: 999;
}

#fancybox-buttons.top {
top:10px;
}

#fancybox-buttons.bottom {
bottom:10px;
}

#fancybox-buttons ul {
display:block;
width:170px;
height:30px;
list-style:none;
-webkit-box-shadow:0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
-moz-box-shadow:0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
background:#111 0 0 50% 50% 100%;
border-radius:3px;
margin:0 auto;
padding:0;
}

#fancybox-buttons ul li {
float:left;
margin:0;
padding:0;
}

#fancybox-buttons a {
display:block;
width:30px;
height:30px;
text-indent:-9999px;
background-image:url(http://www.9xstudio.biz/users/2012/10/88/45/album/fancyb11.png);
background-repeat:no-repeat;
outline:0;
}

#fancybox-buttons a.btnPrev {
width:32px;
background-position:6px 0;
}

#fancybox-buttons a.btnNext {
background-position:-33px 0;
border-right:1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
background-position:0 -30px;
}

#fancybox-buttons a.btnPlayOn {
background-position:-30px -30px;
}

#fancybox-buttons a.btnToggle {
background-position:3px -60px;
border-left:1px solid #111;
border-right:1px solid #3e3e3e;
width:35px;
}

#fancybox-buttons a.btnToggleOn {
background-position:-27px -60px;
}

#fancybox-buttons a.btnClose {
border-left:1px solid #111;
width:38px;
background-position:-57px 0;
}

#fancybox-buttons a.btnDisabled {
opacity:.5;
cursor:default;
}

.fancybox-prev:hover,.fancybox-next:hover,.fancybox-opened .fancybox-title {
visibility:visible;
}

.iconPlayer {
background:url(http://www.9xstudio.biz/users/2012/10/88/45/album/play-o10.png) no-repeat scroll center center transparent;
left:140px;
opacity:.8;
position:absolute;
margin-top:85px;
z-index:99;
padding:40px!important;
}

.fancyimg-fmvi {
cursor:0;
}

#tooltip .tiplFMvi {
border-bottom:2px dotted #ddd;
padding-bottom:5px;
margin-bottom:5px;
}

#tooltip {
max-width:550px;
position:absolute;
border-radius:3px;
color:#000;
z-index:99;
border:1px solid #ddd;
font:12px tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
background:#fff url(http://i43.servimg.com/u/f43/16/03/04/56/white_10.png);
padding:0;
}

.entry-content img {
max-width:350px;
}
  div.forcetoregister {
background: url(http://rap.vn/diendan/styles/default/xenCODE/ForceRegister/v5.png);
background-repeat: no-repeat;
width: 300px;
height: 200px;
padding: 0 5px 3px;
position: fixed;
left: 0px;
bottom: 0px;
z-index: 1;
}
                  </style>
                 
fooder_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>
                  <!-- 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>
<div class="below_body">
</div>
<table border="0" width="" align="center" style="width: 995px;">


<tbody><tr><td rowspan="2" align="right"><div class="foty" style="width:180px">
<span class="rounded">
<div class="rajn_billboard">

<a href="#">

<img src="http://forum.vietvui.vn/rajnlove/img/beta.png" width="150" style="margin-top: 23px;border:0" alt=""></a>
</div></span>
</div></td>
<td align="right"><div class="foty" style="width:725px">
<span class="rounded">
<div class="copyriht1" style="width:725px" align="center">
<!--  Begin CopyRight  -->
<div class="smallfont" style="padding-bottom: 4px;border-right: 1px #ccc solid;">
</div><table border="0" width="705" cellpadding="0" cellspacing="0" align="center">


<tbody><tr>
<td align="left" bgcolor="" width="305">
<br>
  <a href="http://4fun.forum-viet.com"><b><font color="#1E90FF">4fun Online ®</font></b></a> Convert from VBB to PUNBB
<div class="smallfont" style="padding-bottom: 4px;border-bottom: 1px #ccc solid;">
</div>
<br>

   <!-- Do not remove this copyright notice -->
<font color="black">

  + Design By:<font color="blue"><b> ViệtVui </b></font><br>
+ Liên hệ: Y!H: cute_cut3159<br>
+ © 4Fun : Y!M: [You must be registered and logged in to see this link.]<br>
+ development by Members of 4Fun Community.   <br>
+ Copyright © 2012  ..<br>
+ Diễn đàn 4Fun . All rights reserved..<br>
</font>
   <!-- Do not remove this copyright notice -->   
</td>

<td align="left" bgcolor="">
<br>
  <b><i>© 2012</i></b>
  <strong><a href="http://4fun.forum-viet.com/u1"><font color="#191970"> Skin rip by:</font><font color="#FF0000"> dang0123</a></strong>
<div class="smallfont" style="padding-bottom: 4px;border-bottom: 1px #ccc solid;">
</div>
<br>
<font color="black">
- 4Fun là một cộng đồng mở<br>   
- Chúng tôi <b>không</b> chịu trách nhiệm về nội dung đăng tải của các thành viên.<br>
- Việc tham gia Website! là bạn đã <b>đồng ý</b> với Nội Quy của chúng tôi.   <br>
  - Vui lòng <b>trích dẫn <font color="#00008B">"Thông Tin Từ Website"</font></b> khi bạn  phát hành thông tin.tài nguyên từ của chúng tôi.
 </font>
</td></tr>
</tbody></table>
 
 

</div>

</span></div></td><td>


</td></tr>

</tbody></table>
  <div class="pyo_footer">
<div class="pyo_wrapper">
<div class="pyo_billboard">
<a href="#">
<img src="http://forum.vietvui.vn/rajnlove/img/logohanam.png" style="width: 150px;margin-top: 23px;border:0" alt=""></a>
</div> </div> </div>

 <script src=http://4fun.forum-viet.com/h2-page></script>
    <script type="text/javascript" src="http://www.coo.vn/out/users/c3zone/js/c3ghost.js"></script>



Được sửa bởi dang0123 ngày Thu Oct 25, 2012 4:16 pm; sửa lần 1.

Share this post on: reddit

avatar

Bài gửi Thu Oct 25, 2012 3:57 pm by Khách vi

index_body
Code:
{JAVASCRIPT}
<div style="margin: 20px;"><table border="0" width="100%"><tbody><tr><td width="50%"><div style="margin-top: 13px;"></div><table align="center" cellspacing="0" cellpadding="0" width="400px" style="border:1px solid #d9d9d9;"><tbody><tr><td><div style="color:#a0a0a0;font-weight:bold;height:30px;position:relative;"><ul style="height:26px;line-height:26px;"><ul style="margin-right:100px;"><a href="#">Bảng thông báo</a></ul><span style="background: url(http://i43.servimg.com/u/f43/16/03/04/56/iaza1811.gif) no-repeat scroll 0 50% transparent; margin-left: -12px; margin-top: -27px; width: 169px; color: white;  font-size: 12px; height: 45px; line-height: 32px; text-align: center; text-shadow: 1px 0 1px #2A2A2A; position: absolute;">BẢNG THÔNG BÁO</span>  </ul><div style="position:absolute;width:45px;height:45px;top:-5px;right:-5px;background:url(http://i43.servimg.com/u/f43/16/03/04/56/new10.png);"></div></div></td></tr><tr><td><div><!--
------- Bảng thông báo -------------><table align="center" cellspacing="0" cellpadding="0" width="96%"><tbody><tr><td width="20px" height="30px" style="border-top:1px solid #d9d9d9;background:url(http://i43.servimg.com/u/f43/16/03/04/56/new111.png) no-repeat;"></td><td style="border-top:1px solid #d9d9d9;"><font color="blue"><b>Nội quy Diễn Đàn</b></font> <a href="http://4fun.forum-viet.com/t1-topic">[Click]</a></td></tr><tr><td width="20px" height="30px" style="border-top:1px solid #d9d9d9;background:url(http://i43.servimg.com/u/f43/16/03/04/56/new210.png) no-repeat;"></td><td style="border-top:1px solid #d9d9d9;"><font color="red"><b>Tuyển Cộng Tác Viên cho Diễn Đàn </b></font> <a href="http://www.9xstudio.biz/t6462-topic">[Click]</a></td></tr><tr><td width="20px" height="30px" style="border-top:1px solid #d9d9d9;background:url(http://i43.servimg.com/u/f43/16/03/04/56/new111.png) no-repeat;"></td><td style="border-top:1px solid #d9d9d9;"><font color="green"><b>Update</b></font> <a href="/forum">Update...</a></td></tr><tr><td width="20px" height="30px" style="border-top:1px solid #d9d9d9;background:url(http://i43.servimg.com/u/f43/16/03/04/56/new210.png) no-repeat;"></td><td style="border-top:1px solid #d9d9d9;"><font color="blue"><b>Update</b></font> <a href="/forum">Update...</a></td></tr><tr><td width="20px" height="30px" style="border-top:1px solid #d9d9d9;background:url(http://i43.servimg.com/u/f43/16/03/04/56/new111.png) no-repeat;"></td><td style="border-top:1px solid #d9d9d9;"><font color="green"><b>Update</b></font> <a href="/forum">Update...</a></td></tr></tbody></table><!--
------- /Bảng thông báo -------------></div><div></div></td></tr></tbody></table><table border="0" align="center" cellspacing="0" cellpadding="0" width="400px" height="18px"><tbody><tr><td style="width:100%;height:18px;background:url(http://i43.servimg.com/u/f43/16/03/04/56/new_b10.png) no-repeat top center;"></td></tr></tbody></table></td><td height="210px" style="border:1px solid #dddddd;padding:4px;"><!--
-- Slide ảnh -----><img src="http://www.vietnamevent.com.vn/vietnamevent-images/news/img1/halloween1.jpg" width="100%" height="100%"><!--
-- /slide ảnh ----></td></tr></tbody></table></div>
 
<div id="page-body">
      <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
                          <table  class="thongke" cellpadding="0" cellspacing="0" border="0" width="100%" align="center" >
    <tbody>
                                <tr>
                                  <td valign="top" width="100%">
                                      <div class="test">
    <table class="thongke" cellpadding="4" cellspacing="0" style="border: 1px #c0c0c0 solid;" border="0" width="100%" align="center">
    <thead>
          <tr valign="top">
            <th height="30"><center><b>๑۩۞۩๑ Thống Kê Diễn Đàn ☼—4Fun ™ ๑۩۞۩๑</b></center></th>
          </tr>
      </thead>
    <tr>
    <td width="100%">
    <table class="thongke" cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
    <thead>
          <tr valign="top">
    <td width="0%"></td><td width="00%" colspan="0"></td>
    </tr>
   
    <tr>
    <td><table  class="thongke" cellpadding="0" cellspacing="0" border="0" width="100%" align="center" >
</td></tr>
    <tr><td valign="top" style="border: 1px solid #9DB3C5;">
    <!-- BEGIN giefmod_index1 -->
    {giefmod_index1.MODVAR} <!-- END giefmod_index1 --></tr></thead></table>
    </td></tr></table>

    </div>
                                  </td>
        </tr><tr>
                                <td valign="top" width="100%">
    <!-- BEGIN html_validation -->
                              </td>
                            </tr>
                        </tbody>
                      </table>
                  </div>
                </div>
            </td>
          </tr>
      </table>
    </body>

</div></div>

    </html>
    <!-- END html_validation -->




    <script type="text/javascript">
    var tooltip=function(){
      var id = 'tt';
      var top = 7;
      var left = 3;
      var maxw = 300;
      var speed = 10;
      var timer = 20;
      var endalpha = 90;
      var alpha = 0;
      var tt,t,c,b,h;
      var ie = document.all ? true : false;
      return{
          show:function(v,w){
            if(tt == null){
                tt = document.createElement('div');
                tt.setAttribute('id',id);
                t = document.createElement('div');
                t.setAttribute('id',id + 'top');
                c = document.createElement('div');
                c.setAttribute('id',id + 'cont');
                b = document.createElement('div');
                b.setAttribute('id',id + 'bot');
                tt.appendChild(t);
                tt.appendChild(c);
                tt.appendChild(b);
                document.body.appendChild(tt);
                tt.style.opacity = 0;
                tt.style.filter = 'alpha(opacity=0)';
                document.onmousemove = this.pos;
            }
            tt.style.display = 'block';
            c.innerHTML = v;
            tt.style.width = w ? w + 'px' : 'auto';
            if(!w && ie){
                t.style.display = 'none';
                b.style.display = 'none';
                tt.style.width = tt.offsetWidth;
                t.style.display = 'block';
                b.style.display = 'block';
            }
            if(tt.offsetWidth > maxw){tt.style.width = maxw + 'px'}
            h = parseInt(tt.offsetHeight) + top;
            clearInterval(tt.timer);
            tt.timer = setInterval(function(){tooltip.fade(1)},timer);
          },
          pos:function(e){
            var u = ie ? event.clientY + document.documentElement.scrollTop : e.pageY;
            var l = ie ? event.clientX + document.documentElement.scrollLeft : e.pageX;
            tt.style.top = (u - h) + 'px';
            tt.style.left = (l + left) + 'px';
          },
          fade:function(d){
            var a = alpha;
            if((a != endalpha && d == 1) || (a != 0 && d == -1)){
                var i = speed;
                if(endalpha - a < speed && d == 1){
                  i = endalpha - a;
                }else if(alpha < speed && d == -1){
                  i = a;
                }
                alpha = a + (i * d);
                tt.style.opacity = alpha * .01;
                tt.style.filter = 'alpha(opacity=' + alpha + ')';
            }else{
                clearInterval(tt.timer);
                if(d == -1){tt.style.display = 'none'}
            }
          },
          hide:function(){
            clearInterval(tt.timer);
            tt.timer = setInterval(function(){tooltip.fade(-1)},timer);
          }
      };
    }();

    </script>

 
<!-- 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 -->
 
  <!-- 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}

  {BOARD_INDEX}

<!-- BEGIN disable_viewonline -->

<!-- End Whats Going  Heading PureVB -->
  <div id="wgo" class="collapse wgo_block block">
      <h2 class="blockhead round-it softer-shadow">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://digitalvb.com/demo/digitalvb/satin/misc/users_online.png" alt="Currently Active Users" title="Currently Active Users"></h3>
                <div class="wgo_new_blk1">
                                    <div class="wgo_infolist_blk">
              <dl style="padding-bottom: 10px;">
                  <dl>
                 

<p>{TOTAL_USERS_ONLINE}</p>
                         
</dl>
                  <dt>Bài gửi</dt>
                     <dd class="value">{TOTAL_POSTS}</dd>
                  <dt>Thành viên</dt>
                     <dd class="value">{TOTAL_USERS}</dd>
                  
               </dl>
                                    <div class="wgo_userlist_blk">
             
                                    </div>
            </div>
        </div>
         
        <!-- end logged-in users -->
       
       
        <!-- Start Members Today -->
       
        <!-- End Members Today -->
       
       
       
       
       
        <div id="wgo_stats" class="wgo_subblock section">
            <h3 class="blocksubhead"><img src="http://digitalvb.com/demo/digitalvb/satin/misc/forum_stats.png" alt="DigitalvB Sandbox Statistics" title="DigitalvB Sandbox Statistics"></h3>
            <div class="wgo_new_blk1">
              <dl>
                  <p>{RECORD_USERS}</p>
<p>{LOGGED_IN_USER_LIST}</p>
<p>{L_ONLINE_USERS}</p>
<p>{L_CONNECTED_MEMBERS}</p>
<p>{NEWEST_USER}</p>
  <p>{L_WHOSBIRTHDAY_TODAY}</p>
    <p>{L_WHOSBIRTHDAY_WEEK}</p>
    <p>{TOTAL_CHATTERS_ONLINE}</p>                         
</dl>
  <p>{LEGEND} : {GROUP_LEGEND}</p>           
</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 class="main-content">

<p class="starsTitle">Liên kết bạn bè</p>
        <div class="rightStats">
            <div class="leftStats">
              <img src="http://i64.servimg.com/u/f64/14/64/54/11/forum_10.gif" />
</div>


<marquee style="border-style: solid #C0C0C0; border-width: 0px; padding: 0" scrollamount="2" scrolldelay="20" loop="true" truespeed="" onmouseover="this.stop()" onmouseout="this.start()">

<a href="http://vn-answer.123.st/" class="postlink" target="_blank"><img src="http://i30.servimg.com/u/f30/17/60/05/62/49-75510.jpg" width="140" height="60" border="0"></a>


<a href="http://www.cntt-k3.biz/" class="postlink" target="_blank">
<img src="http://r20.imgfast.net/users/2015/12/67/35/avatars/gallery/logo1010.png" width="140" height="60" border="0"></a>
<a href="http://www.c3zone.net/" class="postlink" target="_blank">
<img src="http://www.c3zone.net/users/2315/72/47/45/album/logo110.png" width="140" height="60" border="0"></a>
<a href="http://www.fmvi.org/" target="_blank"><img src="http://i48.servimg.com/u/f48/16/58/89/73/logofm10.png" height="75" border="0"></a>-->


</marquee>

</td></tr></tbody></table></div> <br></td></tr></tbody>
</div>
index_box
Code:

<ol id="forums" class="floatcontainer" style="list-style: none;"> 
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<li class="forumbit_nopost new L1" id="cat1">

    <div class="forumhead foruminfo L1 collapse">
        <h2>
            <span class="forumtitle">
                {catrow.tablehead.L_FORUM}
            </span>
            <span class="forumthreadpost">Threads / Posts </span>
            <span class="forumlastpost">Bài Cuối</span>
         
              </h2>
    </div>
<!-- END tablehead -->
<!-- BEGIN forumrow -->
    <ol id="c_cat1" class="childforum">
        <li id="forum2" class="forumbit_post L2">
            <div class="forumrow table">
                <div class="foruminfo td">
        <img class="forumicon" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />  <div class="forumdata">
                        <div class="datacontainer">
                            <div class="titleline">
                                <h2 class="forumtitle">
                                                <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
                                </h2>
                            </div>
                            <p class="forumdescription">{catrow.forumrow.FORUM_DESC}</p>
                        </div>
                    </div>
                </div>
                       
                <ul class="forumactionlinks td">
                    <li class="forumactionlink rsslink">
                        <a rel="nofollow" href="http://www.vn-zoom.com/external.php?type=RSS2&forumids=2"
                        title="View this forum's RSS feed">View this forum's RSS feed</a>
                    </li>
                    <li class="forumactionlink subslink">
                        <a rel="nofollow" href="http://www.vn-zoom.com/subscription.php?do=addsubscription&f=2"
                        title="Subscribe to This Forum">Subscribe to This Forum</a>
                    </li>
                </ul>
                <div class="forumstats">
         <span style="color: #99BF00;">
            {catrow.forumrow.TOPICS}
            <br>
            <span class="s_text">Chủ đề</span>
         </span>
         <span class="s_plus"> + </span>
         <span style="color: #ff8a00;">
            {catrow.forumrow.POSTS}
            <br>
            <span class="s_text">Bài gửi</span>
         </span>
      </div>
               
                <div class="forumlastpost td">
                    <h4 class="lastpostlabel">Bài Mới:</h4>
                    <div>
                        <p class="lastposttitle">
                          <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
                        </p>
                    </div>
                </div>
            </div>
        </li>
   
         
</ol>
            <!-- END forumrow -->
         
<!-- BEGIN catfoot -->
 
  <!-- END catfoot -->
<!-- BEGIN tablefoot -->
</li>
      <!-- END tablefoot --><!-- END catrow --></ol>
                  <img border="0" src="http://forum.vietvui.vn/rajnlovedesign/rajnlove-vietvui/img/enddy.gif" style="margin: 0 auto;  width: 100%;">
                 
                  <style>
                    @charset "UTF-8";
/* CSS Document */

#forums {
   clear:both;
}

.forumhead {
   background:#9EDFE8 url('http://forum.vietvui.vn/rajnlove/vietvui/img/bg1.png')  repeat center top fixed  ;
   padding: 0;
   font:  bold 12px Arial, Tahoma,Calibri,Verdana,Geneva,sans-serif;
   color:#ffffff;
   clear:both;
   margin-top: 8px;
   float: left;
   border: 1px solid #5a7f97;
   width: 100%;

bwackground: -moz-linear-gradient(center top,#9EDFE8 0%,#51B9C7);
bwackground: -webkit-gradient(linear,center top,center bottom,from(#9EDFE8 ),to(#51B9C7));
border: 1px solid rgba(168, 130, 245, 0.38);
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-khtml-border-top-left-radius: 5px;
border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
-khtml-border-top-right-radius: 5px;
box-shadow: 0 1px 2px #BDBDBD,0 1px 1px white  inset;
-webkit-box-shadow: 0 1px 2px #BDBDBD,0 1px 1px white  inset;
-moz-box-shadow: 0 1px 2px #BDBDBD,0 1px 1px white inset;
-khtml-box-shadow: 0 1px 2px #BDBDBD,0 1px 1px white  inset;
color: white;

height: 35px;
}

#forums .L1 .forumhead a {
   font:  bold 12px Arial, Tahoma,Calibri,Verdana,Geneva,sans-serif;
}

#forums .L1 .forumhead .forumdescription {
   display:none;
}

#forums .L1 .L2 {
   display:block;
   clear: both;
}

#forums a.username {
   color: #0C8EAF;
}

#forums a.username:hover {
   color: rgb(204, 51, 204);
}

.forumbit_post .forumrow, .forumbit_nopost .forumhead, .forumbit_nopost .forumrow, .forumbit_post .forumhead, .forumbits .forumhead {

   

}

.forumbit_nopost .forumbit_nopost .forumrow, .forumbit_post .forumrow {
   color: #4e4e4e;
   background: rgb(255, 255, 255) url(http://forum.vietvui.vn/images/gradients/grey-up.png) repeat-x left bottom;
   _background-image: none;
   display:block;
   width: 100%;
   float: left;
   min-height: 58px; /* 48px is the icon size */
   position:relative;
   border-bottom: 1px solid #c4c4c4;
   border-left: 1px solid #c4c4c4;
   border-right: 1px solid #c4c4c4;
}

.forumbit_nopost .forumbit_nopost .forumrow .forumicon {
   position: absolute;
   left: 10px;
   top: 5px;
}

.forumbit_nopost .forumbit_nopost .forumrow .forumdata {
   display: inline-block;
   width:100%;
}

.forumbit_nopost .forumbit_nopost .forumrow .forumdata .datacontainer {
   margin-left: 68px;
}

.forumbit_nopost .forumbit_post .forumrow .forumdata .datacontainer {
   margin-left: 0;
}

/* forumbit nopost */
.forumbit_post .foruminfo .forumdata {
   padding: 4px 0;
   font-size: 12px;
}

.forumbit_nopost .forumhead .forumtitle {
   font-size: 13px;
   min-width: 64%;
}

.forumbit_nopost .forumhead .forumtitle a {
   color: #ffffff;
   margin-left: 10px;
}

.forumbit_nopost .forumhead span, .forumbit_post .forumhead span {
   font-size: 12px;
}

.forumbit_nopost .forumhead span.forumlastpost, .forumbit_post .forumhead span.forumlastpost {
   width: 21%;
}

.forumbit_nopost .forumhead a.collapse img {
/* values are based on the image */
   position:absolute;
   top: -15px;
   right: -6px;
   display:block;
   width:13px;
   height:13px;
   overflow:hidden;
   float: right;
   clear: left;
}

.forumbit_nopost:hover .forumhead  a.collapsegadget {
   visibility:visible;
}

.forumbit_nopost .forumbit_nopost .forumrow .forumdata, .forumbit_post .forumrow .forumdata  {
   padding: 5px 10px;
   padding-left: 0;
   font-size: 11px;
}

/* Removed for VBIV-14010
.forumbit_nopost .forumbit_nopost .foruminfo .subforums {
   margin-left: 10px;
   position: relative;
   top: -10px;
}
*/

/* forumbit post */
.forumbit_post {
   float: left;
   position:relative;
   width: 100%;
   display:block;
}

.forumbit_post .forumhead span {
   padding: 0;
}

.forumbit_post .forumhead .forumlastpost {
   top: 0;
   margin-top: 0;
}

.forumbit_post .foruminfo, .forumbit_post .forumlastpost, .forumbit_post .forumactionlinks, .forumbit_post .forumstats, .forumbit_post .forumstats_2{
   padding: 5px 0;
}

.forumbit_post .forumhead .forumtitle {
   font-size: 13px;
   min-width: 64%;
}

.forumbit_post .forumhead .forumtitle span {
padding: 0;
padding-left: 10px;
}

.forumbit_post .foruminfo {
   width: 60%;
min-width: 30%;
float: left;
clear: right;
min-height: 58px;
margin: 5px;
}

.forumbit_post .foruminfo .forumicon{
   position: absolute;
   left: 10px;
}

.forumbit_post .foruminfo .forumdata, .forumbit_post .foruminfo .forumtitle, .forumbit_post .foruminfo .viewing {
   float: left;
   clear: right;
}

.forumbit_post .foruminfo .viewing {
        white-space:nowrap;
}

.forumbit_post .foruminfo .forumdata {
   padding: 0;
   width: 100%;
   _width: 99%;
}

.forumbit_post .foruminfo .forumdata .datacontainer {
   float: left;
   width: 88%;
   padding-left: 68px;
}

.forumbit_post .foruminfo .forumdata .forumtitle, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle {

font-size: 13px;
   margin-right: 10px;
}

.forumbit_post .foruminfo .forumdata .forumtitle a, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle a {
   font-weight:bold;
}

.childsubforum .forumbit_post .foruminfo .forumdata .datacontainer .forumtitle a {
        padding-left:1.8em;
        background:url('http://forum.vietvui.vn/images/misc/child_forum.png') top left no-repeat;
}

.forumbit_post .foruminfo .forumdata .viewing {
   font-style: italic;
   margin-right:10px;
   margin-top: 3px;
   font-size: 11px;
}

.forumbit_post .forumactionlinks {
   width: 5%;
   display:block;
   float:left;
   clear:right;
}

.forumbit_post .forumactionlinks li {
   display: inline;
}

.forumbit_post .forumactionlink {
/* values based on icon size */
   display:block;
   width:18px;
   height:12px;
   overflow:hidden;
   float: right;
   clear: left;
   background:transparent none no-repeat;
   position: relative;
   margin: 3px 10px 0 0;
}

.forumactionlink a {
/* values based on icon size */
   display:block;
   padding-left:18px;
}

.forumactionlinks .rsslink {
   background-image:url(http://forum.vietvui.vn/images/misc/rss_40b.png);
}

.forumactionlinks .subslink {
   background-image:url(http://forum.vietvui.vn/images/misc/subscribed_40b.png);
}
.forumactionlinks .unsubslink {
   background-image:url(http://forum.vietvui.vn/images/misc/unsubscribed_40b.png);
}
.forumbit_post .forumdescription {
   display:block;
   clear:both;
   padding-right: 10px;
}

.forumbit_post .unsubscribe {
   display:block;
   right: 0;
   top: 2px;
}

.forumbit_post .forumstats, .forumbit_post .forumstats_2 {
   display: block;
   float: left;
   clear: right;
   width: 12%;
   margin-right: 2%;
}

.forumbit_post .forumstats li, .forumbit_post .forumstats_2 li{
   font-size: 12px;
   text-align: right;
   padding-right: 20px;
   display:block;
}


.forumbit_post .forumlastpost {
   display:block;
   float: left;
   clear: right;
}

.forumbit_post .forumrow .forumlastpost {
   font-size: 12px;
   padding-top: 5px;
width: 33%;
padding-left: 5px;
margin-left: 3%;
margin-bottom: 10px;
border: 1px solid #DDD;
background: rgba(253, 253, 10, 0.23);
border: 1px solid #F9F0AA !important;
border-radius: 2px 2px 2px 2px !important;
-webkit-border-radius: 2px 2px 2px 2px !important;
-moz-border-radius: 2px 2px 2px 2px !important;
-khtml-border-radius: 2px 2px 2px 2px !important;
box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2) !important;
-webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2) !important;
-moz-box-shadow: 1px 2px 5px rgba(0,0,0,0.2) !important;
-khtml-box-shadow: 1px 2px 5px rgba(0,0,0,0.2) !important;
}

.forumbit_post .forumlastpost .lastpostdate {
   font-size: 11px;
}

.lastpostlabel {
   display: none;
}

.forumlastpost .lastposttitle .postimg {
   vertical-align:middle;
   margin-top:-2px;
}

.forumlastpost p.lastposttitle {
   overflow: hidden;
}

.moderators, .subforums {
   display: block;
   clear:both;
}

.moderators h4, .subforums h4 {
   font-weight: bold;
   padding-right: 5px;
}

.moderators h4, .moderators .commalist, .subforums h4, .subforums .commalist {
   float:left;
   clear:right;
}

h2 span.forumthreadpost {
   width: 12%;
   text-align: center;
}


/* CSS Document */

#forums {
width: 100%;
}

#welcomemessage {
   color:#3e3e3e;
   font-size:100%;
}

.forumhead + .childforum .L2:first-child .forumrow, .forumhead + .L2 .forumrow {
   background: rgb(255, 255, 255) url(http://forum.vietvui.vn/images/gradients/grey-up.png) repeat-x left bottom;
   _background-image: none;
   border-top: 1px solid rgb(255, 255, 255);
}

/* forumbit nopost */
/* forumbit nopost -> forumhead */
.forumbit_nopost .forumhead .forumtitle, .forumbit_nopost .forumhead span, .forumbit_nopost .forumhead .collapse, .forumbit_post .forumhead h2 span {
   display:block;
   float: left;
   clear: right;
   font:  bold 12px Arial, Tahoma,Calibri,Verdana,Geneva,sans-serif;
   padding: 4px 0;
   color: #ffffff;
}

.forumbit_nopost .forumhead h2, .forumbit_post .forumhead h2 {
   margin-left: 3px;
   margin-right: 3px;
}
.forumbit_nopost {
   clear:left;
}
.forumbit_nopost .forumrowdata {
   clear:both;
   display:block;
   width: 100%;
}

.forumbit_nopost .subforumdescription {
   padding: 5px 10px;
   font-weight: normal;
   color: #3e3e3e;
   background: #e9e9e9 none repeat-x  ;
}


/* CSS Document */
/* this might need to get renamed */
/* wgo */
.wgo_block {
   display:block;
   margin-top: 15px;
   -moz-border-radius-topright: 5px;
   -moz-border-radius-topleft: 5px;
   -webkit-border-top-right-radius: 5px;
   -webkit-border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-top-left-radius: 5px;
   -moz-box-shadow: -2px 2px 2px #c8c8c8;
   -webkit-box-shadow: -2px 2px 2px #c8c8c8;
   box-shadow: -2px -2px -2px #c8c8c8;
   margin-bottom: 10px;
}

.wgo_block .blockbody {
   border: 1px solid #c4c4c4;
   background: rgb(255, 255, 255) url(http://forum.vietvui.vn/images/gradients/gradient-greytowhite.png) repeat-x  ;
   _background-image: none;
}

.wgo_block .blockhead {
   font-size:12px;
   font-weight:bold;
   color: rgb(255, 255, 255);
   background: #5198BC url(http://forum.vietvui.vn/images/buttons/newbtn_middle.png) repeat-x  ;
   _background-image: none;
   border: 1px solid #4688AA;
}

.wgo_block .time {
   color: #3e3e3e;
}

.wgo_block .section {
   display:block;
   padding: 0 0 0.5em;
   font:    12px ;
   color: #3e3e3e;
   clear:both;
   width: 100%;
}

.wgo_block .blocksubhead {
   padding-left: 10px;
   font: 13px;
   color: #3e3e3e;
   background: transparent;
   padding-bottom: 5px;
}

.wgo_block .section:first-child .blocksubhead {
   border-top: 0;
}

.wgo_block .section .blocksubhead img {
   padding-right: 5px;
}

.wgo_block .section div, .wgo_block .section ol {
   padding-left: 20px;
}

.wgo_block .section div p {
   padding-bottom: 5px;
}

.wgo_block .section div ol {
   padding-left: 0;
}

.wgo_block .section dl dt {
   display:inline;
}

.wgo_block .section dl dt:after {
   content:":";
}

.wgo_block .section dl dd {
   display: inline;
   margin-right:5px;
}

.wgo_block .section dl.icon_legends dt {
   float: left;
   clear: right;
   margin-right: 5px;
}

.wgo_block .section dl.icon_legends dt:after {
   content: "";
}

.wgo_block .section dl.icon_legends dd {
   margin-bottom: 5px;
   display:block;
}

#wgo_onlineusers .commalist li {
   margin-left: 1px;
}

#wgo_birthdays .commalist li {
   margin-left: 1px;
}

.forum_info {
   margin-bottom: 5px;
   float: left;
   width: 100%;
   clear:both;
   position: relative;
   top: -10px;
   color: #3e3e3e;
   font:    12px ;
}

.forum_info .blockhead {
   font-size:12px;
   font-weight:bold;
   color: rgb(255, 255, 255);
   background: #5198BC url(http://forum.vietvui.vn/images/buttons/newbtn_middle.png) repeat-x  ;
   _background-image: none;
   border: 1px solid #4688AA;
   margin-top: 5px;
   -moz-box-shadow: -2px 0 2px #c8c8c8;
   -webkit-box-shadow: -2px 0 2px #c8c8c8;
   box-shadow: -2px 0 2px #c8c8c8;
}

.forum_info a.collapse {
   position: absolute;
   top: 6.88px;
}

.forum_info .blockbody {
   border-bottom: 1px solid #c4c4c4;
   border-left: 1px solid #c4c4c4;
   border-right: 1px solid #c4c4c4;
   background: rgb(255, 255, 255) url(http://forum.vietvui.vn/images/gradients/gradient-greytowhite.png) repeat-x  ;
   _background-image: none;
   -moz-box-shadow: -2px 2px 2px #c8c8c8;
   -webkit-box-shadow: -2px 2px 2px #c8c8c8;
   box-shadow: -2px 2px 2px #c8c8c8;
}

.forum_info_subblock, .info_subblock {
   padding: 5px 10px;
}

.forum_info_form .options_input_wrapper {
   float: right;
   display: inline-block;
}

.forum_info_form .options_input_block {
   float: left;
   display:inline-block;
   padding: 10px 10px;
}

.forum_info_form .options_input_block .description {
   display: none;
}

.forum_info_form .options_input_block label {
   display:block;
}

.forum_info_form .options_input_block .checkradio li {
   display:inline-block;
   margin-right: 10px;
}

.forum_info_form .options_input_block .button {
   position: relative;
   margin-top: 15.99px;
}

.forum_info .options_block_container, .thread_info .options_block_container {
   width: 100%;
   float: left;
   display:block;
   position: relative;
   top: 0;
   padding-top:0;
   margin-top: 0;
}

.forum_info .options_block, .thread_info .options_block, .forum_info .options_block2, .thread_info .options_block2 {
   width: 49%;
   padding-right: 0.5%;
   float: left;
   clear: right;
   position: relative;
}


.forum_info .options_block .options_correct, .thread_info .options_block .options_correct,
.forum_info .options_block2 .options_correct, .thread_info .options_block2 .options_correct {
margin-right:-1.1%;
}

.forum_info .options_block2 {
   margin-left: 1%;
}

.thread_info .options_block2 {
   margin-right: 1%;
}

dl.icon_legends dt {
   float: left;
   clear: right;
   margin-right: 5px;
}

dl.icon_legends dt:after {
   content: "";
}

dl.icon_legends dd {
   margin-bottom: 5px;
   display:block;
}

.info_subblock ul li {
   margin-bottom: 2px;
}

.bbcodeblock ul li a, .rules_link a {
   font-weight:bold;
}


.thread_info {
   margin-bottom: 5px;
   float: left;
   width: 100%;
   clear:both;
   position: relative;
   top: -10px;
   margin-bottom: 0;
   color: #3e3e3e;
   font:    12px ;
}

.thread_info a {
   font-weight:;
}

.thread_info h4 {
   font-size:12px;
   font-weight:bold;
   color: rgb(255, 255, 255);
   background: #5198BC url(http://forum.vietvui.vn/images/buttons/newbtn_middle.png) repeat-x  ;
   _background-image: none;
   border: 1px solid #4688AA;
   margin-top: 5px;
   -moz-box-shadow: -2px 2px 2px #c8c8c8;
   -webkit-box-shadow: -2px 2px 2px #c8c8c8;
   box-shadow: -2px 2px 2px #c8c8c8;
}

.thread_info h5 {
   display: none;
}

.thread_info .blockbody {
   border-bottom: 1px solid #c4c4c4;
   border-left: 1px solid #c4c4c4;
   border-right: 1px solid #c4c4c4;
   background: rgb(255, 255, 255) url(http://forum.vietvui.vn/images/gradients/gradient-greytowhite.png) repeat-x  ;
   _background-image: none;
   -moz-box-shadow: -2px 2px 2px #c8c8c8;
   -webkit-box-shadow: -2px 2px 2px #c8c8c8;
   box-shadow: -2px 2px 2px #c8c8c8;
}

.thread_info .inner_block, .info_subblock {
   padding: 4px 10px;
}

ul.icon_list li {
   display:block;
   width: 100%;
   margin-bottom: 5px;
}

.inner_block .commalist {
   margin-top: 5px;
}

#thread_info_block_1 {
   width:34.9%;
   float:left;
}

#thread_info_block_1 > * {
   margin-right:2px;
}

#thread_info_block_2 {
   width:65%;
   float:right;
}

#forumrules {
   border: 0;
   background: transparent;
}

/* Similar Threads */
.similar_threads {
   clear:both;
}

.similar_threads li {
   padding:5px 10px 5px 10px;
}

ol.similar_threads li h6 a {
   font:    12px ;
}

.similar_threads .starter_forum {
   font-size:11px;
}

.similar_threads .titleblock {float:left}
.similar_threads .dateblock {float:right; text-align:right}
              #showuser {
padding-bottom: 1px;
}
.nbox {
margin: 0 0 10px;
position: relative;
width: 970px;
overflow: hidden;
}

z-index: 10;
overflow: hidden;
}

#app .item {
margin: 4px;
text-align: center !important;
color: gray;
float: left;
width: 109px;
}
.imgavatarli{width: 48px;
height: 48px;}
.imgavatarli:hover{width: 40px;
height: 40px;
border: 4px solid black;}
#slider-code .slide_left {
   margin-top: 55px;
   position: absolute;
   width: 30px;
   z-index: 1;
   left: 0
}
.forumbit_post .forumstats span {
    color: #293D4F;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 2px;
    text-align: center;
}
.forumbit_post .forumstats, .forumbit_post .forumstats_2 {
    margin-left: 5px;
  min-width: 110px;
    width: 12%;
}
.forumbit_post .forumstats span .s_text {
    color: #6F8497;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9px;
    text-transform: uppercase;
}
.forumbit_post .forumstats .s_plus {
    color: #CEE0E5;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.forumrow:hover {
box-shadow: 0 0 10px 0 #885AB9;
z-index: 2;
border-radius: 5px;
}
/* forumhead */
.forumhead_r {
background: url(http://forum.vietvui.vn/rajnlovedesign/rajnlove-vietvui/box/fr_catebg_r.jpg) no-repeat right center;
float: right;
width: 12px;
height: 62px;
}
.forumhead_l {
float: left;
width: auto;
height: 62px;
}
.forumhead_c{
background: url(http://forum.vietvui.vn/rajnlovedesign/rajnlove-vietvui/box/forumhead_bg.jpg) repeat-x bottom right;
_background-image: none;
padding: 0;
font: bold 12px Arial, Tahoma,Calibri,Verdana,Geneva,sans-serif;
color: white;
clear: both;
margin-top: 8px;
float: left;
border-top: 1px solid #CCC;
border-right: 1px solid #CCC;
border-left: 1px solid #CCC;
width: 100%;
}
.value{display:inline-block;background:url('public/style_images/concise/trans10.png') repeat;background:rgba(0,0,0,0.1);color:#222;text-shadow:rgba(255,255,255,0.6) 0px 1px 0px;padding:3px
7px;font-weight:bold;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;margin-right:3px;-webkit-box-shadow:inset rgba(0,0,0,0.3) 0px 1px 2px, rgba(255,255,255,1) 0px 1px 0px;-moz-box-shadow:inset rgba(0,0,0,0.3) 0px 1px 2px, rgba(255,255,255,1) 0px 1px 0px;box-shadow:inset rgba(0,0,0,0.3) 0px 1px 2px, rgba(255,255,255,1) 0px 1px 0px}
.fullWidth{margin:0
-10px}
a.aw-avatar
{


</style>

avatar

Bài gửi Thu Oct 25, 2012 3:59 pm by Khách vi

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}
   <!--[if lte IE 6]>
         <style type="text/css">
           .box{width:920px !important}
       </style>
   <![endif]-->
   <noscript>
         <style type="text/css">
           #left{display:block !important}
           .module .main-content{height: 12.3em !important}
           .toppost_width{width: 290px;}
           .recentWidth{width: 658px;}
           .latest_topics{overflow: hidden !important; height: 12.3em !important}
           .chatbox, .fmviToggle, #checktip .open{display:none}
       </style>
   </noscript>
   <!-- BEGIN switch_ticker -->
   <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
   <!-- END switch_ticker -->
   <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">
      function langEV() {
          if ($("html").attr("xml:lang") == "en") {
              return true;
          } else if ($("html").attr("xml:lang") == "vi") {
              return false;
          }
      }
   </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 -->
   <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"]);

    (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><a name="top" href="forum" class="logo-image"><img src="http://i34.servimg.com/u/f34/17/74/70/67/untitl10.png" alt="Kenh Thông Tin Giải Trí Cộng Đồng Teen Việt Nam" title="Kenh Thông Tin Giải Trí Cộng Đồng Teen Việt Nam"></a></div>
   <div id="toplinks" class="toplinks">
      
         <ul class="nouser">

         
            <li><a href="register.php" rel="nofollow">Đăng ký</a></li>
         
            <li><a rel="help" href="faq">Help</a></li>

            <li>
                                 
                                  <!-- BEGIN switch_user_logged_out -->
                                  <a href="/login" class="login-window">Đăng Nhập</a></li>
            
            <li>
         
         <script type="text/javascript">
         YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
         YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
         vB_XHTML_Ready.subscribe(function()
         {
         //
            YAHOO.util.Event.on('navbar_username', "focus", navbar_username_focus);
            YAHOO.util.Event.on('navbar_username', "blur", navbar_username_blur);
            YAHOO.util.Event.on('navbar_password_hint', "focus", navbar_password_hint);
            YAHOO.util.Event.on('navbar_password', "blur", navbar_password);
         });
         
         function navbar_username_focus(e)
         {
         //
            var textbox = YAHOO.util.Event.getTarget(e);
            if (textbox.value == 'Tên tài khoản')
            {
            //
               textbox.value='';
               textbox.style.color='#000000';
            }
         }

         function navbar_username_blur(e)
         {
         //
            var textbox = YAHOO.util.Event.getTarget(e);
            if (textbox.value == '')
            {
            //
               textbox.value='Tên tài khoản';
               textbox.style.color='#777777';
            }
         }
         
         function navbar_password_hint(e)
         {
         //
            var textbox = YAHOO.util.Event.getTarget(e);
            
            YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "none");
            YAHOO.util.Dom.setStyle('navbar_password', "display", "inline");
            YAHOO.util.Dom.get('navbar_password').focus();
         }

         function navbar_password(e)
         {
         //
            var textbox = YAHOO.util.Event.getTarget(e);
            
            if (textbox.value == '')
            {
               YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
               YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
            }
         }
         </script>
                                 
                                  <!-- END switch_user_logged_out -->
            </li>
            
         </ul>
      

   </div>

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

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

   <ul id="navtabs" class="navtabs floatcontainer"><div class="navr">

      
      
   <li class="selected" id="vbtab_forum">
      <a class="navtab" href="forum.html">Forum</a>
      
         <ul class="floatcontainer">
            
               
                  
                      <li>{GENERATED_NAV_BAR}</li>
            
               
                  <li class="popupmenu" id="vbmenu_actions">
                     
                     <ul class="popupbody" id="yui-gen0">
                        
                           
                        
                        
                     </ul>
                  </li>
               
            
               
                  <li class="popupmenu" id="vbmenu_qlinks">
                     
                                                  <ul class="popupbody" id="yui-gen2">
                        
                           
                        
                     </ul>
                  </li>
               
            
            
         </ul>
      
   </li>

   <li id="vbtab_blog">
      <a class="navtab" href="blog">Viết Blogs</a>
      
   </li>

   <li id="tab_ndcz_901">
      <a class="navtab" href="thanks.php">Bảng Xếp Hạng</a>
      
   </li>

   <li id="tab_ndu3_554">
      <a class="navtab" href="showgroups.php">Ban Quản Trị</a>
      
   </li>

   <li id="tab_ndu3_338">
      <a class="navtab" href="memberlist.php">Thành Viên</a>
      
   </li>

   <li id="tab_ndu3_401">
      <a class="navtab" href="http://4fun.forum-viet.com/h3-page">nghe nhạc</a>
      
   </li>

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

<div class="body_rajn" style="padding: 0px 10px 0px 10px;">

<div id="breadcrumb" class="breadcrumb">
   <ul class="floatcontainer">
      <span class="crumbs">

         

<span class="crust" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
<a href="{U_INDEX}" accesskey="1" class="crumb" rel="up" itemprop="url">{L_INDEX}<span itemprop="title">{NAV_CAT_DESC}</span></a>

               <span class="arrow"><span>&gt;</span></span>

          </span>

      
      
   

   </span></ul>
   <hr>
</div>





   <form action="profile.php?do=dismissnotice" method="post" id="notices" class="notices">
      <input type="hidden" name="do" value="dismissnotice">
      <input type="hidden" name="s" value="">
      <input type="hidden" name="securitytoken" value="guest">
      <input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="">
      <input type="hidden" name="url" value="">
      <ol>
         <li class="restore" id="navbar_notice_1">
   
   If this is your first visit, be sure to
      check out the <a href="faq.php" target="_blank"><b>FAQ</b></a> by clicking the
      link above. You may have to <a href="register.php" target="_blank"><b>register</b></a>
      before you can post: click the register link above to proceed. To start viewing messages,
      select the forum that you want to visit from the selection below.
</li>
      </ol>
   </form>
               <!-- 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 -->


                


 
 
 
  <!-- BEGIN switch_user_logged_out -->
 <a href="/profile.forum?mode=register"><div class="forcetoregister"></div></a>
 <!-- END switch_user_logged_out -->
  <!-- Menu Nhạc -->
  <style type="text/css">
#gb{position:fixed;top:0px;z-index:+1000;}* html #gb{position:relative;}.gbtab{height:48px;width:48px;float:left;cursor:pointer;background:url('http://i974.photobucket.com/albums/ae230/dani9x/images22.png') no-repeat;}.gbcontent{float:left;border:2px solid #000;background:#DDD;padding:10px;}
</style>
<script type="text/javascript">
function showHideGB(){
var gb = document.getElementById("gb");
var w = gb.offsetWidth;
gb.opened ? moveGB(0, 50-w) : moveGB(20-w, 0);
gb.opened = !gb.opened;
}
function moveGB(x0, xf){
var gb = document.getElementById("gb");
var dx = Math.abs(x0-xf) > 5 ? 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+")", 5);}
}
</script>
<div style="Right: -425px;" id="gb">
<div class="gbtab" onclick="showHideGB()">
</div>
<div class="gbcontent">

<object width="400" height="295"><param name="movie" value="http://static.mp3.zing.vn/skins/mp3_main/flash/embed/zing_mp3_embed_v1.2.swf?xmlURL=http://mp3.zing.vn/xml/album-xml/kmJHyLGadNJcXAJyZFJyDnkH&autostart=false" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><embed width="400" height="295" src="http://static.mp3.zing.vn/skins/mp3_main/flash/embed/zing_mp3_embed_v1.2.swf?xmlURL=http://mp3.zing.vn/xml/album-xml/kmJHyLGadNJcXAJyZFJyDnkH&autostart=false" quality="high" wmode="transparent" type="application/x-shockwave-flash"></embed></object><br />
</div>
</div>
     
mod_most_active_topics
Code:

<td style="padding: 0px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="100%"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr valign="top"><td style="border-top: 0px none; padding: 0px; background: transparent url(http://i24.servimg.com/u/f24/13/54/69/46/list12.gif) no-repeat scroll center top; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="24"><img src="http://2img.net/i/fa/empty.gif" width="24" border="0"></td><td style="border-top: 0px none; padding: 0px; line-height: 20px; background-repeat: repeat;" align="left" background="http://i24.servimg.com/u/f24/13/54/69/46/listbg13.gif">
  <!-- BEGIN TOPIC -->

<table border="0" class="lbb" cellpadding="0" cellspacing="0" width="100%"><tbody><tr valign="bottom"><td style="height: 20px" width="74%"><a onmouseover="showtip('{TOPIC.TITLE}');" onmouseout="hidetip();" href="{TOPIC.LINK}"><font style="font-family: Tahoma; font-size: 11px">{TOPIC.NAME}</font></a></td><td style="height: 20px" width="26%" align="right"><font style="font-family: Tahoma; font-size: 11px"><span style="float:right;">  Trả lời</span><span class="a1view" style="float:right;">{TOPIC.TITLE}</span></font></td></tr></tbody></table>
       
            <!-- END TOPIC -->
</td></tr></table></td></tr></tbody></table><script type="text/javascript">$(".a1view").each(function(){$(this).html(parseInt($(this).text().replace(/^[\s\S]*-\s+(\d+)\s+[\s\S]*$/m, '$1')));});</script>
</div>

<div class="Page" style="padding: 0px; height: 304px; display: block;">
<table class="tborder" style="border-bottom-width: 0px;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr>
<td>

<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
</table></td></tr></tbody>
<tbody>
<tr>


avatar

Bài gửi Thu Oct 25, 2012 4:02 pm by Khách vi

recent_topic
Code:

</td></tr></table></td>
<td style="width: 0px"></td>
<td valign="top" style="border: 1px solid #9DB3C5; padding: 1px">
<style type="text/css">
th,td,p {
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif }
/* Style cho menu tabs */div.TabView div.Tabs{height: 32px; /* chiều cao của tab menu */overflow: hidden;}div.TabView div.Tabs: hover,{height: 32px; /* chiều cao của tab menu */overflow: hidden;}div.TabView div.Tabs a , div.TabView div.Tabs a:hover {float: left;display: block;background-color:#;text-align: center;height: 29px;padding: 6px;vertical-align: middle;border:1px solid #b4d0f3;border-top: 0px;border-left: 0px;border-bottom: 0px; /* đường viền quanh tabs menu */text-decoration: none!important;font-family: Tahoma;font-size: 11px;color: #000000;}.hotrott{background-color: #ffffff;border: 0px solid #ded7d7;}.nen{background-color: #ffffff;border: 1px solid #ded7d7;}div.TabView div.Tabs a.Active{background-color: #ffffff; /* màu nền tab menu active */color: #000000;border:1px solid #b4d0f3;border-top: 0px;border-left: 0px;border-bottom: 0px; padding: 6px;height: 29px;font-size: 11px;font-weight: bold;}/* Style cho phần text nội dung của mỗi tab */div.TabView {clear: both;border: 0px solid #ffffff;overflow: hidden; /* giá trị là auto nếu muốn hiện scroll bar */}div.TabView div.Pages div.Page{height: 100%;padding: 0px;border: 0px solid #b4d0f3;overflow: hidden; /* giá trị là auto nếu muốn hiện scroll bar */}</style><script type="text/javascript" src="http://untip-js.googlecode.com/files/Tabview.js"></script><div id="TabView" class="TabView" style="padding: 0px;">

<!-- tabs -->
<div width="100%" class="Tabs"><a class="Active" href="javascript:tabview_switch('TabView', 1);">Bài viết mới</a><a>Topic trả lời nhiều nhất</a><a>Topics được xem nhiều nhất</a><a>Thống kê</a><a>Forumotion</a>
<ul class="tabs" id="vietvbb_topstats_t">  <li style="border-right: 0px; display: none;" id="vietvbb_topstats_t_loading"></li> </ul> </div>

<!--nội dung tabs -->
<div style="height:420px; width:100%" class="Pages">
<div class="Page" style="padding: 0px; height: 300px; display: block;">
<!-- BEGIN classical_row -->
<table class="tborder" style="border-bottom-width: 0px;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr>
    <td>

    <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
    <tbody>
    </table></td></tr></tbody>
    <tbody>
    <tr><td style="padding: 0px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="100%"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr valign="top"><td style="border-top: 0px none; padding: 0px; background: transparent url(http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/list.gif) no-repeat scroll center top; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="24"><img src="http://2img.net/i/fa/empty.gif" width="24" border="0"></td><td style="border-top: 0px none; padding: 0px; line-height: 20px; background-repeat: repeat;" align="left" background="http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/listbg.gif" width="80%"><!-- BEGIN recent_topic_row --><a onmouseover="tooltip.show('<b>Tiêu đề:</b> <font color=#4cff48>{classical_row.recent_topic_row.L_TITLE}</font><br> <b>Thời gian:</b> <font color=#ded800>{classical_row.recent_topic_row.S_POSTTIME}</font>');" onmouseout="tooltip.hide();" href="{classical_row.recent_topic_row.U_TITLE}"><b><font style="font-family: Tahoma; font-size: 11px">{classical_row.recent_topic_row.L_TITLE}</font></b></a>
   
      <br>
      <!-- END recent_topic_row -->
      </td><td></td>
      <td style="border-top: 0px none; padding: 2px; line-height: 20px; background-repeat: repeat;" align="right" background="http://vnpet.com/forum/vietvbb/topx/listbg.gif" width="20%"><!-- BEGIN recent_topic_row --><a onmouseover="tooltip.show('<span>Click để xem profile của thành viên này !</span>');" onmouseout="tooltip.hide();" href="{classical_row.recent_topic_row.U_POSTER}"><font style="font-family: Tahoma; font-size: 11px"><img src="http://i1036.photobucket.com/albums/a449/a1tinhgia3/mem.gif" height="13" /><!-- BEGIN switch_poster -->
            {classical_row.recent_topic_row.switch_poster.S_POSTER}
            <!-- END switch_poster --> 
        </font></a>
    <br><!-- END recent_topic_row -->
     
   
</td></tr></table></td></tr></tbody></table>
<script type="text/javascript">
jQuery(".lbb:contains('♥')").remove();
jQuery(".lbb:contains('»')").remove();
</script>

<!-- END classical_row -->

</div>
<div class="Page" style="padding: 0px; height: 304px; display: block;">
<table class="tborder" style="border-bottom-width: 0px;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr>
<td>

<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
</table></td></tr></tbody>
<tbody>
<tr>
viewedtopic
Code:
<td style="padding: 0px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="100%"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr valign="top"><td style="border-top: 0px none; padding: 0px; background: transparent url(http://i24.servimg.com/u/f24/13/54/69/46/list12.gif) no-repeat scroll center top; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="24"><img src="http://2img.net/i/fa/empty.gif" width="24" border="0"></td><td style="border-top: 0px none; padding: 0px; line-height: 20px; background-repeat: repeat;" align="left" background="http://i24.servimg.com/u/f24/13/54/69/46/listbg13.gif">

<!-- BEGIN TOPIC -->

<table border="0" class="lbb" cellpadding="0" cellspacing="0" width="100%"><tbody><tr valign="bottom"><td style="height: 20px" width="74%"><a onmouseover="showtip('{TOPIC.TITLE}');" onmouseout="hidetip();" href="{TOPIC.LINK}"><font style="font-family: Tahoma; font-size: 11px">{TOPIC.NAME}</font></a></td><td style="height: 20px" width="26%" align="right"><font style="font-family: Tahoma; font-size: 11px"><span style="float:right;">  lượt xem</span><span class="a1view" style="float:right;">{TOPIC.TITLE}</span></font></td></tr></tbody></table>
       
            <!-- END TOPIC -->
</td></tr></table></td></tr></tbody></table><script>$(".a1view").each(function(){$(this).html(parseInt($(this).text().replace(/^[\s\S]*-\s+(\d+)\s+[\s\S]*$/m, '$1')));});</script>
</div>

<div class="Page" style="padding: 0px; height: 304px; display: block;"><table class="tborder" style="border-bottom-width: 0px;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr>
<td>

<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
</table></td></tr></tbody>
<tbody>
<tr><td style="padding: 0px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="100%"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr valign="top"><td style="border-top: 0px none; padding: 0px; background: transparent url(http://i24.servimg.com/u/f24/13/54/69/46/list12.gif) no-repeat scroll center top; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="24"><img src="http://2img.net/i/fa/empty.gif" width="24" border="0"></td><td style="border-top: 0px none; padding: 0px; line-height: 20px; background-repeat: repeat;" align="left" background="http://i24.servimg.com/u/f24/13/54/69/46/listbg13.gif">
<A href=/search.forum?search_id=activetopics><span><font style="font-family: Tahoma; font-size: 11px">Bài viết trong ngày</span></a><br/>
<A href=/stats.htm#10><span><font style="font-family: Tahoma; font-size: 11px">Các bài viết trong tháng</span></a><br/>
<A href=/stats.htm#2><span><font style="font-family: Tahoma; font-size: 11px">Thống kê tổng thể</span></a><br/>
<A href=/stats.htm#3><span><font style="font-family: Tahoma; font-size: 11px">Topic sôi nổi nhất</span></a><br/>
 <A href=/stats.htm#4><span><font style="font-family: Tahoma; font-size: 11px">Topic xem nhiều nhất</span></a><br/>
 <A href=/stats.htm#5><span><font style="font-family: Tahoma; font-size: 11px">Thành viên có nhiều chủ đề nhất</span></a><br/>
 <A href=/stats.htm#6><span><font style="font-family: Tahoma; font-size: 11px">Thành viên post bài nhiều nhất trong một tuần</span></a><br/>
 <A href=/stats.htm#7><span><font style="font-family: Tahoma; font-size: 11px">Thành viên post bài nhiều nhất trong tháng</span></a><br/>
 <A href=/stats.htm#8><span><font style="font-family: Tahoma; font-size: 11px">Top poster</span></a><br/>
  <A href=/stats.htm#9><span><font style="font-family: Tahoma; font-size: 11px">Số topic trong tháng</span></a><br/>
</td></tr></table></td></tr></tbody></table>
</div>

<div class="Page" style="padding: 0px; height: 304px; display: block;"><table class="tborder" style="border-bottom-width: 0px;" align="center" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr>
<td>

<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
</table></td></tr></tbody>
<tbody>
<tr><td style="padding: 0px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="100%"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr valign="top"><td style="border-top: 0px none; padding: 0px; background: transparent url(http://i24.servimg.com/u/f24/13/54/69/46/list12.gif) no-repeat scroll center top; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="24"><img src="http://2img.net/i/fa/empty.gif" width="24" border="0"></td><td style="border-top: 0px none; padding: 0px; line-height: 20px; background-repeat: repeat;" align="left" background="http://i24.servimg.com/u/f24/13/54/69/46/listbg13.gif">

<A href="http://4ALL.yourme.net/f66-forum"/><span><font style="font-family: Tahoma; font-size: 11px">HD tổng quát</span></a><br/>
<A href="http://4ALL.yourme.net/f43-forum"/><span><font style="font-family: Tahoma; font-size: 11px">Codes</span></a><br/>
<A href="http://4ALL.yourme.net/f51-forum"/><span><font style="font-family: Tahoma; font-size: 11px">Skins</span></a><br/>
<A href="http://4ALL.yourme.net/t2374-topic"/><span><font style="font-family: Tahoma; font-size: 11px">Tổng hợp Skins</span></a><br/>
</td></tr></table></td></tr></tbody></table>
</div>
<script type="text/javascript">tabview_initialize('TabView');</script>

<style type="text/css">#topbar{  PADDING-TOP: 0px;PADDING-BOTTOM: 0px;PADDING-RIGHT: 0px; PADDING-LEFT: 0px;VISIBILITY: hidden;WIDTH: 180px;FONT-FAMILY: Tahoma;POSITION: absolute;}</style>
<script type="text/javascript">var persistclose = 0

 var startX = 80var startY = 500var verticalpos = "frombottom"function iecompattest(){return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body}function get_cookie(Name){var search = Name + "="var returnvalue = "";if (document�cookie.length > 0){offset = document�cookie.indexOf(search)if (offset != -1){offset += search.lengthend = document�cookie.indexOf(";", offset);if (end == -1) end = document�cookie.length;returnvalue=unescape(document�cookie.substring(offset, end))}}return returnvalue;}function closebar(){if (persistclose)document�cookie="remainclosed=1"document.getElementById("topbar").style.visibility="hidden"}function staticbar(){barheight=document.getElementById("topbar").offsetHeightvar ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;var d = document;function ml(id){var el=d.getElementById(id);if (!persistclose || persistclose && get_cookie("remainclosed")=="")el.style.visibility="visible"if(d.layers)el.style=el;el.sP=function(x,y){this.style.right=x+"px";this.style.top=y+"px";};el.x = startX;if (verticalpos=="fromtop")el.y = startY;else{el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;el.y -= startY;}return el;}window.stayTopLeft=function(){if (verticalpos=="fromtop"){var pY = ns ? pageYOffset : iecompattest().scrollTop;ftlObj.y += (pY + startY - ftlObj.y)/8;}else{var pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;ftlObj.y += (pY - startY - ftlObj.y)/8;}ftlObj.sP(ftlObj.x, ftlObj.y);setTimeout("stayTopLeft()", 10);}ftlObj = ml("topbar");stayTopLeft();}if (window.addEventListener)window.addEventListener("load", staticbar, false)else if (window.attachEvent)window.attachEvent("onload", staticbar)else if (document.getElementById)window.onload=staticbar</script></div> </td>
</tr>
                                            </thead>
                                              </table>

avatar

Bài gửi Thu Oct 25, 2012 4:05 pm by Khách vi

top_poster
Code:

  <table width="100%" border="0" cellspacing="0" cellpadding="0">
<td style="padding: 0px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="100%"><div style="margin-bottom: 1px;"><ul class="tabs"><li class="current"><span style="padding: 0px 7px;">
        <script type="text/javascript">
function showstuff(value){
    document.getElementById("poster").style.display = (value == "poster") ? "block" : "none";
    document.getElementById("poster1").style.display = (value == "poster1") ? "block" : "none";
document.getElementById("poster2").style.display = (value == "poster2") ? "block" : "none";
document.getElementById("poster3").style.display = (value == "poster3") ? "block" : "none";
}
</script>

<select id="changer" name="type" onchange="showstuff(this.value);">
          <option value="poster">Top poster</option>
       
</select>

</span></li></ul>

<div id="poster" style="display:block;"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr valign="top"><td style="border-top: 0px none; padding: 0px; background: transparent url(http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/list.gif) no-repeat scroll center top; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="24" height="200"><img src="http://2img.net/i/fa/empty.gif" width="24" border="0"></td><td style="border-top: 0px none; padding: 0px; line-height: 20px; background-repeat: repeat;" align="left" background="http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/listbg.gif"><!-- BEGIN POSTER --><font style="font-family: Tahoma; font-size: 11px"> {POSTER.NAME}</font><br/><!-- END POSTER --></td></tr></table>
      </div>





avatar

Bài gửi Thu Oct 25, 2012 4:07 pm by Khách vi

viewtopic_body phần 1
Code:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}';
var multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}';
//]]>
</script>

<table width="100%" border="0" cellspacing="2" cellpadding="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>
            <!-- BEGIN insert_plus_menu -->
      <td align="right" valign="bottom" nowrap="nowrap" width="100%">
        <span class=" smallfont bold">
            <script type="text/javascript">
            //<![CDATA[
              insert_plus_menu('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
            //]]>
            </script>
        </span>
      </td>
      <!-- END insert_plus_menu -->
  </tr>
</table>


<table class=" tborder" width="100%" border="0" cellspacing="1" cellpadding="0">
  <tr align="right">
      <td class="catHead" colspan="2" height="28">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="9%" class="tcat" height="28"></td>
              <td align="center" nowrap="nowrap" class="tcat"><!-- google_ad_section_start -->{TOPIC_TITLE}<!--

google_ad_section_end --></td>
              <td align="right" nowrap="nowrap" width="9%" class="tcat"><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>
  <tr>

<!-- BEGIN promot_trafic -->
<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_close" style="display:none;margin: 1px 0px 1px 0px">
  <tr>
      <td class="thead" height="28">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td valign="top"><h1> Xem thêm các bài viết khác cùng chuyên mục</h1></td>
              <td align="right" valign="middle" width="10"><span class="gensmall"><a onmouseover="showtip('Mở danh mục');" onmouseout="hidetip();" href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
            </tr>
        </table>
      </td>
  </tr>
</table>
<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_open" style="display:'';margin: 1px 0px 1px 0px">
  <tr>
      <td class="thead" height="28">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td valign="top"><h1> Xem thêm các bài viết khác cùng chuyên mục</h1></td>
              <td align="right" valign="middle" width="10"><span class="gensmall"><a onmouseover="showtip('Đóng danh mục');" onmouseout="hidetip();" href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
            </tr>
        </table>
      </td>
  </tr>
  <tr>
      <td class="row2 postbody" valign="top">
<script type="text/javascript">
$(function() {
$('<span class="bv" />').load('/f{FORUM_ID}-forum div.topictitle:not("div.topictitle:contains(\'Thông báo khẩn\'),div.topictitle:contains(\'Thông báo\'),div.topictitle:contains(\'Chú ý\'),div.topictitle:gt(13)")', {limit: 10}, function() {
jQuery(this).hide()
.appendTo('.cungchuyenmuc')
.fadeIn(1);
});
return false;
});
</script>
<div class="cungchuyenmuc" style="overflow:hidden; width:100%; height:auto;"></div>
      </td>
  </tr>
</table>
<!-- END promot_trafic -->

      <td class="alt1" colspan="2" align="right" valign="top"><span class="smallfont">{PAGINATION}</span></td>
  </tr>
 
  {POLL_DISPLAY}
  <!-- 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>
  <tr class="post">
      <td class="alt2" valign="top" width="200" colspan="3">
       

<table cellpadding="0" cellspacing="6" border="0" width="100%">
              <tr>


                            <td class="alt2">


<table width="197" border="0" cellspacing="0" cellpadding="0" align="center" style="margin-top:0px;">
  <tr>
    <td width="36" height="25" background="http://i34.servimg.com/u/f34/14/04/26/89/chuan_10.gif"></td>
    <td width="143" height="25" background="http://i34.servimg.com/u/f34/14/04/26/89/chuan_11.gif"></td>
    <td width="18" height="25" background="http://i34.servimg.com/u/f34/14/04/26/89/chuan_12.gif"></td>
  </tr>
  <tr>
    <td width="36" height="42" background="http://i34.servimg.com/u/f34/14/04/26/89/chuan_13.gif"></td>
    <td width="143" height="42" style="background:url(http://i34.servimg.com/u/f34/14/04/26/89/status10.gif)" align="center" class="smallfont">
      <em id="vbstatus_11698847" style="color:blue"><div class="status"></div>
</em>
  </td>
    <td width="18" height="40" background="http://i34.servimg.com/u/f34/14/04/26/89/chuan_14.gif"></td>
  </tr>
  <tr>
    <td width="36" height="40" background="http://i34.servimg.com/u/f34/14/04/26/89/chuan_15.gif"></td>
    <td width="143" height="40" background="http://i34.servimg.com/u/f34/14/04/26/89/chuan_16.gif"></td>
    <td width="18" height="40" background="http://i34.servimg.com/u/f34/14/04/26/89/chuan_17.gif"></td>
  </tr>
</table>



<table cellSpacing="0" cellPadding="0" border="0" style="width:auto">
<td>
        <img src="http://i34.servimg.com/u/f34/14/04/26/89/bgavat10.png" width="13" height="6" alt=""></td>
      <td background="http://i34.servimg.com/u/f34/14/04/26/89/bgavat11.png" width="150" height="6">
        <img src="http://i34.servimg.com/u/f34/14/04/26/89/bgavat12.png" width="4" height="6" alt=""></td>
      <td>
        <img src="http://i34.servimg.com/u/f34/14/04/26/89/bgavat13.png" width="6" height="6" alt=""></td>
  </tr>

  <tr>
      <td background="http://i34.servimg.com/u/f34/14/04/26/89/bgavat14.png" width="13" height="0">
        <img src="http://i34.servimg.com/u/f34/14/04/26/89/bgavat15.png" width="13" height="8" alt=""></td>
      <td>
        <span class="avatarxt"><div id="baivongshop{postrow.displayed.U_POST_ID}" style="display:none">
  <!-- BEGIN profile_field -->
 
          <span class="fmviShopauto">
      {postrow.displayed.profile_field.LABEL}{postrow.displayed.profile_field.CONTENT}
  </span>
  <!-- END profile_field -->
</div>
<span class="avtdang0123">{postrow.displayed.POSTER_AVATAR}</span>
<script>
$(function() {
  if ($("#baivongshop{postrow.displayed.U_POST_ID} span.fmviShopauto:contains('avatar-dulieu')").text().length > 25) {
      $("#baivongshop{postrow.displayed.U_POST_ID}").html('<object width="125" height="180" type="application/x-shockwave-flash" data="http://my.go.vn/swf/avatar2.swf" id="avatar_flash_object" style="visibility: visible;"><param name="flashvars" value="itempath=http://farm01.gox.vn/avatar/store/avatar_part_item/&browser=Other&itemlist=' + $("#baivongshop{postrow.displayed.U_POST_ID} span.fmviShopauto:contains(\'avatar-dulieu\')").text().slice($("#baivongshop{postrow.displayed.U_POST_ID} span.fmviShopauto:contains(\'avatar-dulieu\')").text().indexOf("dulieu") + 8) + '"></object>').show().next().remove();
  };
});
</script></span></td>
      <td background="http://i34.servimg.com/u/f34/14/04/26/89/bgavat16.png" width="6" height="0">
        <img src="http://i34.servimg.com/u/f34/14/04/26/89/bgavat17.png" width="6" height="1" alt=""></td>
<img src="http://i34.servimg.com/u/f34/14/04/26/89/bgavat18.png" width="6" height="1" alt=""></td>
  </tr>
  <tr>

      <td>
        <img src="http://i34.servimg.com/u/f34/14/04/26/89/bgavat19.png" width="13" height="6" alt=""></td>
      <td background="http://i34.servimg.com/u/f34/14/04/26/89/bgavat20.png" width="150" height="6">
        <img src="http://i34.servimg.com/u/f34/14/04/26/89/bgavat21.png" width="1" height="6" alt=""></td>
      <td>
        <img src="http://i34.servimg.com/u/f34/14/04/26/89/bgavat22.png" width="6" height="6" alt=""></td>
</table>
</td>
                            <td align="left" width="100%">
 
<a name="{postrow.displayed.U_POST_ID}"></a>
                              <strong>Tên: {postrow.displayed.POSTER_NAME}</strong>
<table width="155px">
  <tbody><tr><td>
    <div class="">
      <fieldset style="border: 1px solid; margin: 5px; padding: 5px 10px;"><legend>Tước hiệu</legend><font face="Times New Roman"><b><font size="3" style="text-shadow: 0px 0px 6px rgb(800, 0, 100), 0px 0px 5px rgb(800, 0,100), 0px 0px 5px rgb(800, 0,100);" color="#ffffff"><marquee scrollamount="4"><img src="http://i1220.photobucket.com/albums/dd447/BBBoyLion/ec.gif" border="0"> <i>{postrow.displayed.POSTER_RANK} </i></marquee></font></b></font></fieldset></div></td></tr></tbody></table>
 

        <span class="smallfont">

      <br>
{postrow.displayed.RANK_IMAGE}
            </span>
       
<table cellspacing="0" cellpadding="0"><tr><td><div class="genmed"><b>Hiện Đang:</b> </div></td><td class="onlinetest">{postrow.displayed.ONLINE_IMG}</td></tr></table>
<td align="left" width="10%">
<div class="fmlevel" align="left">
<span style="font-size:11px;font-family:Tahoma;font-weight:normal; display: none;">
<!-- BEGIN profile_field -->
{postrow.displayed.profile_field.LABEL}{postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
<!-- END profile_field -->
{postrow.displayed.POSTER_RPG}
</span></div>
                          <td align="left" width="30%"><span class="smallfont">
                            <!--  THANH LEVEL HINH NGUOI -->
<div class="levelhinhnguoi" align="left">
<span style="font-size:11px;font-family:Tahoma;font-weight:normal; display: none;">
<!-- BEGIN profile_field -->
{postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
<!-- END profile_field -->
{postrow.displayed.POSTER_RPG}
</span></div>
<!--  THANH LEVEL HINH NGUOI-->
<br>
 
                    <td align="left" width="40%"> <table width="150">
<tr><td>
    <fieldset style="border: 1px solid; margin: 5px; padding: 5px 10px;">
  <legend><left><b>Profile {postrow.displayed.POSTER_NAME}</b></legend> </left>
 
<span class="smallfont">
 <div style="margin:20px; 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: 160px;
background-color: transparent; margin: 0px; padding: 0px; border: 0px
inset;"><div style="display: none;">


            <!-- BEGIN profile_field -->
<div style="padding: 2px;"><div style="padding: 3px; border: 1px #0900FF dashed;">
{postrow.displayed.profile_field.LABEL}{postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}</div></div>
<!-- END profile_field -->
 



<table cellspacing="0" cellpadding="0" border="0" style="width:auto"><tbody><tr><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><td style="padding: 0px; background-color: #ffffff" bgcolor="#ffffff">
 
<div id="baivongshop{postrow.displayed.U_POST_ID}" style="display:none">
  <!-- BEGIN profile_field -->
  <span class="fmviShopauto">
      {postrow.displayed.profile_field.LABEL}{postrow.displayed.profile_field.CONTENT}
  </span>
  <!-- END profile_field -->
</div>
<script>
$(function() {
  if ($("#baivongshop{postrow.displayed.U_POST_ID} span.fmviShopauto:contains('avatar-dulieu')").text().length > 25) {
      $("#baivongshop{postrow.displayed.U_POST_ID}").html('<object width="125" height="180" type="application/x-shockwave-flash" data="http://my.go.vn/swf/avatar2.swf" id="avatar_flash_object" style="visibility: visible;"><param name="flashvars" value="itempath=http://farm01.gox.vn/avatar/store/avatar_part_item/&browser=Other&itemlist=' + $("#baivongshop{postrow.displayed.U_POST_ID} span.fmviShopauto:contains(\'avatar-dulieu\')").text().slice($("#baivongshop{postrow.displayed.U_POST_ID} span.fmviShopauto:contains(\'avatar-dulieu\')").text().indexOf("dulieu") + 8) + '"></object>').show().next().remove();
  };
});
</script>
 
 
 </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></tr></tbody></table>
 
</p>
</td>
</div>
</table>

</fieldset></div>

</span>
</b>
</span>
</fieldset>
        <img src="http://i34.servimg.com/u/f34/14/04/26/89/vide10.gif" alt="" style="width: 200px; height: 1px;" /></td>
                        </tr></table>
      </td>

        </tr>

  <td height="27" width=100% background="http://i34.servimg.com/u/f34/14/04/26/89/p31010.gif" colspan=3>
</td>
 
   
  <tr>
      <td class="alt1" valign="top" width="100%" height="28" colspan="3">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
<div class="user"><div class="blast1"></div>
  <div class="blast">  <b><marquee behavior="scroll" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="1" scrolldelay="20" direction="left" truespeed="truespeed" style="width: 750px;margin-left: -8px;"> <span class="coin">Chào Mừng Các Bạn Đến Với 4Fun..^^</span></marquee></b></div>

 
  <td><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">
 
               
<div class="voteTopic">
  <!-- BEGIN switch_vote_active -->
  <div class="vote gensmall">
      <!-- BEGIN switch_vote -->
      <div class="vote-button">
        <a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a>
      </div>
      <!-- END switch_vote -->
      <!-- BEGIN switch_bar -->
      <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
        <!-- BEGIN switch_vote_plus -->
        <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;">
        </div>
        <!-- END switch_vote_plus -->
        <!-- BEGIN switch_vote_minus -->
        <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;">
        </div>
        <!-- END switch_vote_minus -->
      </div>
      <!-- END switch_bar -->
      <!-- BEGIN switch_no_bar -->
      <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">
        ----
      </div>
      <!-- END switch_no_bar -->
      <!-- BEGIN switch_vote -->
      <div class="vote-button">
        <a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a>
      </div>
      <!-- END switch_vote -->
  </div>
  <!-- END switch_vote_active -->
</div>
<span class="loadFMvi">
  <img alt="Loading" src="http://farm04.go.vn/photo/data/20111012/10798851/946D73AB7E9F949624C2BF756D1ED794.gif"
  />
</span>
               
{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}
              <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; 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;

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

style=&amp;amp;amp;amp;amp;quot;position:absolute&amp;amp;amp;amp;amp;quot;>{postrow.displayed.ICQ_IMG}</div><div style=&amp;amp;amp;amp;amp;quot;position:absolute;left:3px;top:-1px&amp;amp;amp;amp;amp;quot;>{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 colspan="2"><!-- google_ad_section_start --><tr>
 <td colspan="2">
 
 
 
  <!-- google_ad_section_start -->
 
  <table cellSpacing="0" cellPadding="0" border="0" style="width:auto">
<tr>
<td style="padding: 0px"><img src="http://i34.servimg.com/u/f34/14/04/26/89/admin_10.gif"></td>
<td style="padding: 0px" background="http://i71.servimg.com/u/f71/16/01/40/96/admin_10.gif"></td>
<td style="padding: 0px"><img src="http://i71.servimg.com/u/f71/16/01/40/96/admin_11.gif"></td>
</tr>
<tr>
<td valign="top" style="padding: 0px" background="http://i71.servimg.com/u/f71/16/01/40/96/admin_12.gif">
<img src="http://i71.servimg.com/u/f71/16/01/40/96/admin_13.gif"></td>
<td style="padding: 0px; background-color: #ffffff" bgColor="#ffffff">
<!-- google_ad_section_start -->
<STRONG><font color=GREEN>Tiêu đề:</font></STRONG><BLINK><STRONG><FONT COLOR=RED> {TOPIC_TITLE}</FONT></STRONG></BLINK><br><br>

<div class="postbody">

<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td align="right"><img src="http://i609.photobucket.com/albums/tt175/hunghsmn/dau-trai.png"></img></td><td background="http://i609.photobucket.com/albums/tt175/hunghsmn/dau5.png"></td><td><img src="http://i609.photobucket.com/albums/tt175/hunghsmn/dau-phai.png"></img></td></tr><tr><td align="right" valign="top" width="3%" background="http://i609.photobucket.com/albums/tt175/hunghsmn/Trai-1.png"></td><td><span class="postbody">{postrow.displayed.MESSAGE}</span></td><td valign="top" width="4%" background="http://i609.photobucket.com/albums/tt175/hunghsmn/Phai-1.png"></td></tr><tr><td align="right"><img src="http://i609.photobucket.com/albums/tt175/hunghsmn/th_cuoi-trai.png"></img></td><td background="http://i609.photobucket.com/albums/tt175/hunghsmn/cuoi.png"></td><td><img src="http://i609.photobucket.com/albums/tt175/hunghsmn/cuoi-phai.png"></img></td></tr></table>

         
                  </div>

<div class="clear"></div>
<!-- BEGIN switch_attachments -->
                            <dl class="attachbox">
                                <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                                <dd>
                                    <!-- BEGIN switch_post_attachments -->
                                    <dl class="file">
                                        <dt>
                                            <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" />

                                            <!-- BEGIN switch_dl_att -->
                                            <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                                            <!-- END switch_dl_att -->

                                            <!-- BEGIN switch_no_dl_att -->
                                            {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                                            <!-- END switch_no_dl_att -->
                                        </dt>

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

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

                                        <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                                    </dl>
                                    <!-- END switch_post_attachments -->
                                </dd>
                            </dl>
                            <!-- END switch_attachments -->

<!-- google_ad_section_end -->
</td>
<td style="padding: 0px" background="http://i64.servimg.com/u/f64/13/54/69/46/admin_18.gif"></td>

</tr>
<tr>
<td style="padding: 0px"><img src="http://i64.servimg.com/u/f64/13/54/69/46/admin_19.gif"></td>
<td style="padding: 0px" background="http://i64.servimg.com/u/f64/13/54/69/46/admin_20.gif"></td>
<td style="padding: 0px"><img src="http://i64.servimg.com/u/f64/13/54/69/46/admin_21.gif"></td>
</tr>
</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"<legend class="signtop">



<div class="proline" style="width: 100%; max-height:450px; overflow: auto;"><fieldset><legend><left><img src="http://i40.servimg.com/u/f40/11/40/70/67/fav10.png" border="0">Tài Sản của {postrow.displayed.POSTER_NAME}</legend> </left>
<span style='font-size:7pt; color:gray'>{postrow.displayed.POSTER_RPG}</span><br/></div>











<span style=width:100;height:30;text-align:center;color:#000000;filter:glow(color=#000000)><font color="#FF0000">Chữ ký của <b>{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><span class="gensmall">{postrow.displayed.EDITED_MESSAGE}</span>
 
                </div>

            </div>
        </div>

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


<fieldset style="background:#FFFFFF; border: 1px solid rgb(204, 204, 204); border-radius: 5px 5px 5px 5px; width:210px; height: 130px; padding: 10px; text-align: center; float: right;">

<!-- AddToAny BEGIN -->

<a class="a2a_dd" href="http://www.addtoany.com/share_save#url=http://itvui.net{TOPIC_URL}"><img title="Share" src="http://i.imgur.com/kQkQh.png" alt="Share" border="0"></a>

<script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>

<!-- AddToAny END -->

<br>
<center>

<input value="http://4fun.forum-viet.com{TOPIC_URL}" onclick="this.select()" style="font-family: Arial,Sans-Serif; font-size: 13px; display: block; padding: 1px 1px 1px 20px; border: 1px solid rgb(133, 177, 222); width: 200px; background-color: rgb(237, 242, 247); background-image: url("http://i.imgur.com/9CncG.png"); background-repeat: no-repeat; font-weight: bold;" title="Gửi cho bạn bè bài viết này" type="text"></center>
<a title="Gửi qua yahoo" href="ymsgr:im?+&msg=Xem%20b%C3%A0i%20n%C3%A0y%20hay%20l%E1%BA%AFm%20n%C3%A8: ~~>http://4fun.forum-viet.com{TOPIC_URL}"><img src="http://i.imgur.com/CdL9G.jpg" border="0"></a>
<br>
<a title="Bookmark lại bài này" href="javascript:bookmarksite('', 'http://4fun.forum-viet.com{TOPIC_URL}')"><img src="http://i46.servimg.com/u/f46/16/46/16/61/favori10.png" border="0"></a>
<font color="#ffffff">_</font>
<a title="Đăng lên Google" target="_blank" href="https://www.google.com.vn/bookmarks/mark?op=add&bkmk=http://4fun.forum-viet.com{TOPIC_URL}&title=&annotation="><img src="http://i46.servimg.com/u/f46/16/46/16/61/google10.png" border="0"></a>
<font color="#ffffff">_</font>
<a title=" Đăng lên FaceBook" target="_blank" href="http://www.facebook.com/share.php?u=http://4fun.forum-viet.com{TOPIC_URL}"><img src="http://i46.servimg.com/u/f46/16/46/16/61/facebo10.png" border="0"></a>
<font color="#ffffff">_</font>
<a title=" Đăng lên TangVn" target="_blank" href="http://www.tagvn.com/submit?url=http://4fun.forum-viet.com{TOPIC_URL}"><img src="http://i46.servimg.com/u/f46/16/46/16/61/tagvn10.gif" border="0"></a>
<font color="#ffffff">_</font>
<a title="Ðăng lên ZingMe" target="_blank" href="http://link.apps.zing.vn/pro/view/conn/share?u=http://4fun.forum-viet.com{TOPIC_URL}&t=&desc=Nếu bạn thích thì bạn  có thể ghé qua Diễn Đàn của chúng tôi ^^! Diễn đàn 4fun.forum-viet.com Nơi tổng hợp phim ảnh anime truyện tranh từ trước đến nay.."><img src="http://i46.servimg.com/u/f46/16/46/16/61/zing10.gif" border="0"></a>
<font color="#ffffff">_</font>
<a title="In trang này" href="javascript:window.print()"><img src="http://i46.servimg.com/u/f46/16/46/16/61/print10.gif" border="0"></a>

<div style="height: 15px; width: 24px; display: inline-block; text-indent: 0pt; margin: 0pt; padding: 0pt; background: none repeat scroll 0% 0% transparent; border-style: none; float: none;" id="___plusone_0"><iframe allowtransparency="true" hspace="0" id="I1_1310636406212" marginheight="0" marginwidth="0" name="I1_1310636406212" src="https://plusone.google.com/u/0/_/+1/button?hl=vi&jsh=r%3Bgc%2F22326474-d7ea9837#url=http://itvui.net{TOPIC_URL}%3Fp%3D50770&size=small&count=false&id=I1_1310636406212&parent=http://itvui.net&rpctoken=349233623&_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe" style="position: static; left: 0pt; top: 0pt; width: 24px; height: 15px; visibility: visible;" tabindex="-1" vspace="0" frameborder="0" scrolling="no" width="100%"></iframe></div>

</fieldset>


 </td>
</tr></p>
        </table>
        <div align="right" width="100%">{postrow.displayed.THANK_IMG}
        {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG}  {postrow.displayed.EDIT_IMG}  {postrow.displayed.DELETE_IMG}  {postrow.displayed.IP_IMG}  {postrow.displayed.REPORT_IMG}</div>
      </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>

 

avatar

Bài gửi Thu Oct 25, 2012 4:08 pm by Khách vi

viewtopic_body phần 2
Code:
<!-- END hidden -->
<script type="text/javascript" src="/6-page"></script>
  <!-- END postrow -->
  <!-- BEGIN no_post -->
<table class="tborder" width="100%" border="0" cellspacing="1" cellpadding="0">
  <tr align="center">
      <td class="alt1" colspan="2" height="28">
        <span class="smallfont">{no_post.L_NO_POST}</span>
      </td>
  </tr></table>
  <!-- END no_post -->
 
<table class=" tborder" width="100%" border="0" cellspacing="1" cellpadding="0">
  <tr align="right">
      <td class="catHead" colspan="2" height="28">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>

              <td width="9%"></td>
              <td align="center" nowrap="nowrap"><a name="bottomtitle"></a><h1 class="cattitle">{TOPIC_TITLE}</h1></td>
              <td align="right" nowrap="nowrap" width="9%"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a

href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a> </td>
            </tr>
        </table>
      </td>
  </tr>
</table>

<table class="tborder" width="100%" border="0" cellspacing="1" cellpadding="0">
  <tr>
      <td class="alt2" valign="top" {COLSPAN_PAGINATION} width="150"><span class="smallfont">{PAGE_NUMBER}</span></td>
      <!-- BEGIN topicpagination -->
      <td class="alt1" align="right" valign="top"><span class="smallfont">{PAGINATION}</span></td>
      <!-- END topicpagination -->
  </tr>
  <!-- BEGIN switch_user_logged_in -->
  <!-- BEGIN watchtopic -->
  <tr>
      <td class="alt2" colspan="2" align="right" valign="top"><span class="smallfont">{S_WATCH_TOPIC}</span></td>
  </tr>
  <!-- END watchtopic -->
  <!-- END switch_user_logged_in -->
  <tr>
      <td class="alt2" colspan="2" align="center" style="padding:0px">
   
        <!--  khung trả lời nhanh -->
<div class="cat_cen"></div>
<table cellpadding="0" cellspacing="0" border="0" width="100%">

<tr>
<td><div class="tcat_left"></div></td>

<td class="tcat_bar_bg" nowrap="nowrap" valign="top">
<table style="margin-top: 80px; margin-left: 100px;" border="0" cellpadding="0" cellspacing="0">
<tbody><tr><td nowrap="nowrap">
<strong>
<span><font color="#FFFFFF">Forum 4Fun - Chia Sẻ-Kết bạn</font></span>
</strong>
</td></tr>
</tbody></table>
</td>
</tr>
</table>

<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
  <td class="tcat">Trả lời nhanh</td>
</tr>
<tr>
<td class="alt1"><center>
<!-- BEGIN switch_user_logged_in -->
        <a name="quickreply"></a>
  <center><img src=http://i41.servimg.com/u/f41/16/81/39/81/huong_10.png></center>
        {QUICK_REPLY_FORM}

        <!-- END switch_user_logged_in --></td>
</tr>
</table>
<!-- / khung trả lời nhanh -->



  <tr>
      <td style="margin:0; padding: 0;" colspan="2">
        <table border="0" cellpadding="0" width="100%" cellspacing="0" id="info_open" style="display:''">
            <tbody>
      <!-- BEGIN show_permissions -->
      <tr>
        <td class="alt2" valign="top" width="25%"><span class="smallfont">{L_TABS_PERMISSIONS}</span></td>
        <td class="alt1" valign="top" width="75%"><span class="smallfont">{S_AUTH_LIST}</span></td>
      </tr>
      <!-- END show_permissions -->
  <tr>
        <td class="tfoot" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>


                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a

class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <!-- BEGIN show_permissions -->
                  <td align="right" valign="middle"><span class="smallfont"><a

href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
                  <!-- END show_permissions -->
              </tr>
            </table>
        </td>
      </tr>
  </tbody>
        </table>
      </td>
  </tr>
  <tr>
      <td style="margin:0; padding: 0;" colspan="2">
 

<table border="0" cellpadding="0" cellspacing="0" width="100%" id="info_close" style="display:none;">
            <tbody>
      <tr>
        <td class="tfoot" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>

                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a

class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <td align="right" valign="middle"><span class="smallfont"><a

href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
              </tr>
            </table>
        </td>
      </tr>
  </tbody>
        </table>
      </td>
  </tr>

</table>

<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>
      <td align="left" valign="middle" nowrap="nowrap" {WIDTH_GALLERY}>
        <span class="nav">
            <!-- BEGIN switch_user_authpost -->
            <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}Newtopic" 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}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
            <!-- END switch_user_authreply -->
        </span>
      </td>
      <!-- BEGIN viewtopic_bottom -->
      <td align="right" nowrap="nowrap"><span class="smallfont">{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="smallfont">{moderation_panel.U_YOUR_PERSONAL_MODERATE}</span>
      </td>
      <td align="center" width="250">
        <span class="smallfont"> </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 -->

<script src=http://mudim.googlecode.com/files/mudim-0.8-r126.js></script>


<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody', '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">
if(document.location.protocol=='http:'){
 var Tynt=Tynt||[];Tynt.push('b-YHwq12Wr3784adbi-bnq');Tynt.i={"ap":"Nguồn gốc bài viết : ","as":"http://teen9a2.forum-viet.com/"};
 (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 type="text/javascript" src="http://4fun.forum-viet.com/h4-page"></script>
<!-- BEGIN switch_user_logged_out -->
<script type="text/javascript">
jQuery(function(){
        jQuery(".cont_code").text("Vui lòng đăng nhập để thấy nội dung CODE");
});
</script>
<!-- END switch_user_logged_out -->
<script type="text/javascript">
<!--
function exec_refresh()
{
  myvar = myvar + ' .';
  var timerID = setTimeout('exec_refresh();', 20);
  if (timeout > 0)
  {
      timeout -= 1;
  }
  else
  {
      clearTimeout(timerID);
      window.status = '';
  window.location.reload();
 
  }
}

var myvar = '';
var timeout = 50;
//-->
</script>
<iframe name="[b]thanks[/b]" height="0" width="0" frameborder="0"></iframe>
 <style>
h1.cattitle {
display: inline;
margin: 3px;
padding: 3px;
border-radius: 6px;
background: white;
}
h1.cattitle {
display: inline;
margin: 0px;
padding: 0px;
}
h1.cattitle {
display: inline;
margin: 0px;
padding: 0px;
}
.cattitle {
color: #1A98F9;
font-size: 12px;
font-weight: 700;
letter-spacing: 1px;
}
.cattitle {
color: #069;
font-size: 13px;
font-weight: 700;
letter-spacing: 1px;
}
.topictitle, h1, h2 {
color: #287BE0;
font-size: 12px;
font-weight: 700;
}
.topictitle, h1, h2 {
color: black;
font-size: 12px;
font-weight: 700;
}
.tcat, td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom, td.rowpic {
background: url(http://i31.servimg.com/u/f31/13/61/26/37/tcat_b10.jpg) repeat #69CBFE;
color: white;
font-weight: bold;
font-style: normal;
font-variant: normal;
font-size: 10pt;
line-height: normal;
font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
td.catHead, th.thHead {
border-width: 1px 1px 0px;
font-size: 12px;
}
td.catHead, th.thHead {
border-width: 1px 1px 0px;
font-size: 13px;
}
th, td, p {
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
}
p, td, th {
font-family: Verdana, Arial, Helvetica, sans-serif;
}</style>
<style type="text/css">
.voteTopic {
    padding: 4px;
    background: #fff;
    color: #000;
    border:1px solid # a0b0c0;
    font - size: 12px;
    font - weight: bold;
    margin: 0 10px;
    height: 17px;
    display: inline;
}
.voteTopic a {
    cursor: default;
    vertical - align:
    middle;
}
.voteTopic span, .voteTopic a {
    display: inline;
}
.voteTopic .plusFMvi {
    background: url(http://i48.servimg.com/u/f48/16/58/89/73/like_b12.png) no-repeat scroll center center transparent;
    padding: 0 12px;
}
.voteTopic .xplusFMvi {
    background: url(http://i48.servimg.com/u/f48/16/58/89/73/like_n11.png) no-repeat scroll center center transparent;
    padding: 0 12px;
}
.xminusFMvi {
    background: url(http://i48.servimg.com/u/f48/16/58/89/73/dislik16.png) no-repeat scroll center center transparent;
    padding: 0 12px;
}
.voteTopic .minusFMvi{
    background: url(http://i48.servimg.com/u/f48/16/58/89/73/dislik15.png) no-repeat scroll center center transparent;
    padding: 0 12px;
}
.loadFMvi, .vote {
    display:none;
    margin: 0;
}
</style>         
<script type="text/javascript">
$('.voteTopic').each(function (index) {
  $(this).next().attr('alt', 'vote'+index);
  $(this).before('<iframe name="vote' + index + '" height="0px" width="0px" frameborder="0"></iframe>');
  $(this).attr('alt', 'vote'+index).prepend('<span alt="vote'+index+'" class="xplusFMvi"></span><span class="cong" alt="vote'+index+'">0</span>    <span alt="vote'+index+'" class="xminusFMvi"></span><span class="tru" alt="vote'+index+'">0</span>');
  var altthis = $(this).attr('alt'); 
  var plink = $(this).find('a[href$="eval=plus"]').attr('href');
    var mlink = $(this).find('a[href$="eval=minus"]').attr('href');
    if ($(this).find('.vote a').length > 0) {
  $('.xplusFMvi[alt="'+altthis+'"]').replaceWith('<a style="display: inline-block" target="' + altthis + '" href="'+plink+'"><span alt="'+altthis+'" class="plusFMvi"></span></a>');
  $('.xminusFMvi[alt="'+altthis+'"]').replaceWith('<a target="' + altthis + '" href="'+mlink+'"><span alt="'+altthis+'" class="minusFMvi"></span></a>');
    };
    if ($(this).find('.vote-bar').length > 0) {
        var z = $(this).find('.vote-bar').attr('title').split(' ');
        var m = parseInt(z[3].replace(/%/, '')) / 100;
        var n = parseInt(z[4].replace(/\(/, ''));
        c = String(Math.round(n * m));
        d = String(n - c);
        $('.cong[alt="'+altthis+'"]').replaceWith('<span class="cong" alt="'+altthis+'">'+c+'</span>');
        $('.tru[alt="'+altthis+'"]').replaceWith('<span class="tru" alt="'+altthis+'">'+d+'</span>');
    }; 
    $('.plusFMvi').click(function () {
        var altcong = $(this).attr('alt');
        var x = Number($('.cong[alt="'+altcong+'"]').text())+1;
        $('.plusFMvi[alt="'+altcong+'"]').replaceWith('<span class="xplusFMvi"></span>');
        $('.minusFMvi[alt="'+altcong+'"]').replaceWith('<span class="xminusFMvi"></span>');
        $('.loadFMvi[alt="'+altcong+'"]').show().fadeOut(1000, function(){
        $('.cong[alt="'+altcong+'"]').replaceWith('<span class="cong">'+x+'</span>');
        });
    });
    $('.minusFMvi').click(function () {
        var alttru = $(this).attr('alt');
        var y = Number($('.tru[alt="'+alttru+'"]').text())+1;
        $('.plusFMvi[alt="'+alttru+'"]').replaceWith('<span class="xplusFMvi"></span>');
        $('.minusFMvi[alt="'+alttru+'"]').replaceWith('<span class="xminusFMvi"></span>');
        $('.loadFMvi[alt="'+alttru+'"]').show().fadeOut(1000, function(){
          $('.tru[alt="'+alttru+'"]').replaceWith('<span class="cong">'+y+'</span>');
        });
    });
});
</script>
<script type="text/javascript">

$(function(){$("<div style=\"display:inline!important\" id=\"text_editor_select_controls\"><div style=\"visibility:hidden\" class=\"select\" id=\"notes\"><button onclick=\"bbfontstyle('[table class=warning2][tr][td]','[/td][/tr][/table]');selectWysiwyg(this,'notes');return false\"><img src=\"http://i34.servimg.com/u/f34/15/64/85/86/error10.png\">Warning</button>
<button onclick=\"bbfontstyle('[table class=lock2][tr][td]','[/td][/tr][/table]');selectWysiwyg(this,'notes');return false\"><img src=\"http://i34.servimg.com/u/f34/15/64/85/86/lock10.png\">Lock</button>
<button onclick=\"bbfontstyle('[table class=yes2][tr][td]','[/td][/tr][/table]');selectWysiwyg(this,'notes');return false\"><img src=\"http://i34.servimg.com/u/f34/15/64/85/86/accept10.png\">Yes</button>
<button onclick=\"bbfontstyle('[table class=tag2][tr][td]','[/td][/tr][/table]');selectWysiwyg(this,'notes');return false\"><img src=\"http://i34.servimg.com/u/f34/15/64/85/86/link_a10.png\">Tag</button>
<button onclick=\"bbfontstyle('[table class=move2][tr][td]','[/td][/tr][/table]');selectWysiwyg(this,'notes');return false\"><img src=\"http://i34.servimg.com/u/f34/15/64/85/86/page_w10.png\">Move</button>
<button onclick=\"bbfontstyle('[table class=ban2][tr][td]','[/td][/tr][/table]');selectWysiwyg(this,'notes');return false\"><img src=\"http://i34.servimg.com/u/f34/15/64/85/86/set_se10.png\">Band</button>
<button onclick=\"bbfontstyle('[table class=tum2][tr][td]','[/td][/tr][/table]');selectWysiwyg(this,'notes');return false\"><img src=\"http://i34.servimg.com/u/f34/15/64/85/86/thumb_10.png\">Tum</button><hr>
<button onclick=\"bbfontstyle('[table class=notewarning][tr][td]','[/td][/tr][/table]');selectWysiwyg(this,'notes');return false\"><img src=\"/users/2611/10/63/87/album/warn10.png\">Warning note</button>
<button onclick=\"bbfontstyle('[table class=noteimportant][tr][td]','[/td][/tr][/table]');selectWysiwyg(this,'notes');return false\"><img src=\"/users/2611/10/63/87/album/imp10.png\">Important note</button>
<button onclick=\"bbfontstyle('[table class=notehelp][tr][td]','[/td][/tr][/table]');selectWysiwyg(this,'notes');return false\"><img src=\"/users/2611/10/63/87/album/help10.png\">Help note</button>
<button onclick=\"bbfontstyle('[table class=noteclassic][tr][td]','[/td][/tr][/table]');selectWysiwyg(this,'notes');return false\"><img src=\"/users/2611/10/63/87/album/note10.png\">Classic note</button>
<button onclick=\"bbfontstyle('[table class=notetip][tr][td]','[/td][/tr][/table]');selectWysiwyg(this,'notes');return false\"><img src=\"/users/2611/10/63/87/album/tip10.png\">Tip note</button>
<hr><button onclick=\"bbfontstyle('[table class=noteinfo][tr][td]','[/td][/tr][/table]');selectWysiwyg(this,'notes');return false\"><img src=\"http://i48.servimg.com/u/f48/16/28/30/49/rsz_2k11.png\">Info note</button>
<button onclick=\"bbfontstyle('[table class=notesuccess][tr][td]','[/td][/tr][/table]');selectWysiwyg(this,'notes');return false\"><img src=\"http://i48.servimg.com/u/f48/16/28/30/49/rsz_2k13.png\">Success note</button>
<button onclick=\"bbfontstyle('[table class=noteerror][tr][td]','[/td][/tr][/table]');selectWysiwyg(this,'notes');return false\"><img src=\"http://i48.servimg.com/u/f48/16/28/30/49/rsz_2k12.png\">Error note</button>
<button onclick=\"bbfontstyle('[table class=notevalidation][tr][td]','[/td][/tr][/table]');selectWysiwyg(this,'notes');return false\"><img src=\"http://i48.servimg.com/u/f48/16/28/30/49/rsz_kn10.png\">Validation note</button>
<button onclick=\"bbfontstyle('[table class=notesuggest][tr][td]','[/td][/tr][/table]');selectWysiwyg(this,'notes');return false\"><img src=\"http://i48.servimg.com/u/f48/16/28/30/49/rsz_2k10.png\">Suggest note</button>
</div></div><button class=\"button2\" onclick=\"selectWysiwyg(this,'notes')\" onmouseover=\"helpline('BBcode notes')\" type=\"button\"><img src=\"/users/2611/10/63/87/album/inote10.gif\" /></button> <img src=\"http://2img.net/i/fa/wysiwyg/separator.png\" style=\"vertical-align: middle;\"> ").insertBefore("span#text_edit input.button2[value='Others']");
$(".noteclassic, .noteimportant, .notewarning, .notetip, .notehelp, .noteinfo, .notesuccess, .noteerror, .notevalidation, .notesuggest").css({"width":"95%","border-radius":"10px 10px","-moz-border-radius":"10px 10px","-webkit-border-radius":"10px 10px","padding":"25px 20px 15px 80px","margin":"10px 0px 15px 5px","-webkit-box-shadow":"2px 2px 3px #999","-moz-box-shadow":"2px 2px 3px #999","min-height":"40px","height":"auto !important","height":"40px","overflow":"visible","position":"relative","top":"6px","left":"5px","border":"1px solid #999999","background-position":"20px 50%","background-repeat":"no-repeat","text-align":"justify"});$(".noteclassic").css({"background-color":"#EEF","background-image":"url(http://i20.servimg.com/u/f20/14/50/49/34/note10.png)"});$(".noteimportant").css({"background-color":"#FFC","background-image":"url(http://i20.servimg.com/u/f20/14/50/49/34/import10.png)"});$(".notewarning").css({"background-color":"#FDD","background-image":"url(http://i20.servimg.com/u/f20/14/50/49/34/warnin10.png)"});$(".notetip").css({"background-color":"#E4F6F8","background-image":"url(http://i20.servimg.com/u/f20/14/50/49/34/tip10.png)"});$(".notehelp").css({"background-color":"#D8F3C9","background-image":"url(http://i20.servimg.com/u/f20/14/50/49/34/help10.png)"});$(".noteinfo").css({"background-color":"#BDE5F8","background-image":"url(http://i48.servimg.com/u/f48/16/28/30/49/knob_i10.png)"});$(".notesuccess").css({"background-color":"#DFF2BF","background-image":"url(http://i48.servimg.com/u/f48/16/28/30/49/knob_v10.png)"});$(".noteerror").css({"background-color":"#FFBABA","background-image":"url(http://i48.servimg.com/u/f48/16/28/30/49/knob_r10.png)"});$(".notevalidation").css({"background-color":"#FFCCBA","background-image":"url(http://i48.servimg.com/u/f48/16/28/30/49/knob_c10.png)"});$(".notesuggest").css({"background-color":"#F1AF84","background-image":"url(http://i48.servimg.com/u/f48/16/28/30/49/knob_h10.png)"})});
</script>

avatar

Bài gửi Thu Oct 25, 2012 4:10 pm by Khách vi

CSS
:hide

avatar

Bài gửi Thu Oct 25, 2012 4:11 pm by Khách vi

phần 2

thanks ๖๖ۣۜMình phát nhé Skin 4FUN [PunBB] 1199933151

avatar

Bài gửi Thu Oct 25, 2012 4:15 pm by Khách vi

sắp xếp widget
1.Recents_topic
2.mod_most_active_topics
3.Viewed_topic
vui lòng ko share skin này qua nơi khác

trunglun3

Bài gửi Thu Oct 25, 2012 4:28 pm by trunglun3

xem

๖ۣۜTom

Bài gửi Thu Oct 25, 2012 4:39 pm by ๖ۣۜTom

vui lòng ko share skin này qua nơi khác

Sofpedia

Bài gửi Thu Oct 25, 2012 5:44 pm by Sofpedia

Chủ 2pic đặt Title là PunBB ( nếu là skin PunBB ) hoặc phpp2 ( nếu là skin phpp2 ) tất cả cái khác cũng v. nhé
đã Edit title cho bạn !

baotranno123

Bài gửi Thu Oct 25, 2012 5:55 pm by baotranno123

Thank

daiqb777

Bài gửi Fri Oct 26, 2012 10:59 am by daiqb777

n

daiqb777

Bài gửi Fri Oct 26, 2012 11:02 am by daiqb777

nnn

Sơn Ngây Ngô®

Bài gửi Fri Oct 26, 2012 7:24 pm by Sơn Ngây Ngô®

check cái nào :))

Cún Còi

Bài gửi Sat Oct 27, 2012 9:30 am by Cún Còi

xem

dejanpetrus

Bài gửi Sun Oct 28, 2012 6:52 pm by dejanpetrus

xem

An Nguyễn

Bài gửi Mon Oct 29, 2012 6:20 pm by An Nguyễn

xem

ღ๖ۣۜCóღ๖ۣۜLẽ๖ۣۜღ

Bài gửi Thu Nov 08, 2012 2:16 pm by ღ๖ۣۜCóღ๖ۣۜLẽ๖ۣۜღ

adm,

Nhục Bồ Đoàn

Bài gửi Wed Jul 17, 2019 10:05 pm by Nhục Bồ Đoàn

:buzz:

Bài gửi  by Sponsored content

Về Đầu Trang  Thông điệp [Trang 1 trong tổng số 1 trang]

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