Theme Forumotion
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Log in

Chicken™
Chicken™
Member ●
Member ●
Bài gửi : 4
Điểm : 7
Giới tính : Male
Cảm ơn : 1
20121107

Skin hotrofm Empty Skin hotrofm

Message reputation : 100% (1 vote)
Demo:

Skin hotrofm Body_b10

Skin hotrofm Box_bm10



thông tin:
skin rip by the_dav :D
edit by Chicken™
skin dc chỉnh sửa theo bố cục mặc định sài last 3 mà load khá ổn :D
mình sẽ ko giới thiệu nhiều thẳng vào mục đích nun :D
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">
                .post-entry .entry-content img{display: block !important}
                body{background-color: #FFFFFF!important}
        #mudimPanel,.minwidth_IE, #login_popup, #hitskin_preview{display:none!important}
    </style>
 <![endif]-->
 <noscript>
      <style type="text/css">
                a.mainmenu[href='/groups'],a.mainmenu[href='/privmsg?folder=inbox']{display:block !important}
                .post-entry .entry-content img{display: block !important}
        #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>
  

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

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

 case 'left':
 break;

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

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

 default:
 slid_vert = true;
 }

 $(document).ready(function() {

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

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

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

 if (slid_vert)
 {
 var height_max = h_perso;

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

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

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

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

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

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

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

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

 .jcarousel-skin-tango .jcarousel-item-vertical {
 margin-bottom: {switch_ticker.SPACING}px;
 }
 </style>
 <!-- END switch_ticker_new -->
 {HOSTING_JS}
  <script type="text/javascript">


    function searchuser(nguonU, soU, dichU) {
        $("#loaUser").show();
        $.ajax({
            url: nguonU,
            success: function (data) {
                $("#loaUser").hide();
                $("#top_posters .latest_topics").empty();
                $(data).find(".dataUserFmvi:lt(" + soU + ")").appendTo(dichU);
                $(dichU + ' .dataUserFmvi').wrap("<li></li>");
                var g;
                for (g = 0; g < 20; g++) {
                    var ggg = $(dichU + " .dataUserFmvi:eq(" + g + ")>span:first");
                    ggg.replaceWith("<span onmouseover=\"show_tooltip(this, $(this).next().html(), 'FMvi.Org')\" style=\"position: absolute; left: 0pt;\">" + ggg.html() + "</span>")
                }
            },
            error: function (jqXHR, textStatus, errorThrown) {
                $(dichU).html('<p><font face="Courier New"><font color="red">Có lỗi xảy ra trong quá trình tải dữ liệu.</font></font></p>');
            }
        });
    }
    searchuser('/memberlist?mode=overall_posters', '20', '#top_posters ul');
    searchtopic('/search?search_keywords=&search_author=*', '20', '#recentnew ul');
    $("#left").fadeIn(1000);
$(function(){
    $("#changeFMvi").html($("#jumboxFMvi select").html());
});


</script>
 <!-- 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>
   <div class="float-frame">
 <div class="float-buttons" id="question">
 
</div>
</div>
 <script>
 $(".float-buttons").hover(function(){  
 $(this).stop().animate({width: '165px' }, 200).css({'z-index' : '10'});  
 }, function () {  
 $(this).stop().animate({width: '32px' }, 200).css({'z-index' : '1'});  
 });
 </script>
          </div>

          


<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="headerbar"><div class="inner"><span class="corners-top"><span></span></span><div id="logo-desc"><a href="/forum" id="logo"><img src="http://2img.net/i/fa/optimisation_fdf/fr/banner_fdf_fr.jpg" alt="Forum gratuit : Le forum des forums actifs"></a></div><span class="corners-bottom"><span></span></span></div></div>
 <ul class="linklist navlinks"><li><a class="mainmenu" ><li>{GENERATED_NAV_BAR}</li> </a> </ul>
                                
                                    
                                    <div id="pun-intro" class="clearfix">
                                          
                                          
                                        


<!-- BEGIN switch_ticker_new -->
 <div id="fa_ticker_block" style="padding-top:4px;">
 <div class="module main">
 <div class="main-content clearfix">
 <div id="fa_ticker_container">
 <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display: none;width: 100%;">
 <!-- BEGIN ticker_row -->
 <li>{switch_ticker.ticker_row.ELEMENT}</li>
 <!-- END ticker_row -->
 </ul>
 </div>
 </div>
 </div>
 </div>
 <!-- END switch_ticker_new -->

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

 <div id="page-body">
 <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
 <div id="outer-wrapper">
 <div id="wrapper">
 <div id="container">
 <div id="content">
 
<div id="main">
 <div id="main-content">
<div id="{ID_LEFT}">
 <!-- BEGIN giefmod_index1 -->
 {giefmod_index1.MODVAR}
 <!-- BEGIN saut -->
 <div style="height:{SPACE_ROW}px"></div>
 <!-- END saut -->
 <!-- END giefmod_index1 -->
 </div>
<!-- BEGIN html_validation -->
 </div>
 </div>
 </div>
 </div>
 </div>
 </div>
 </div>
 </div>
 </div>
 </div>
 </div>
 </div>
</body>
</html>
<!-- END html_validation -->
          
      
overall_footer_end
Code:
<!-- BEGIN html_validation -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<div>
   <div>
      <div>
         <div>
            <div>
               <div>
                  <ul>
                     <li>
<!-- END html_validation -->
                     </li>
                  <ul>
                          
  <li>
                    
                        </br>  <a title="Hotrofm.com" target="_blank" rel="nofollow" href="http://www.hotrofm.com/" class="copyright" name="bottom">© <font color="green">Hotrofm</font> - RIP by <font color="red">the_dav</font></a><br>
<a title="Hotrofm.com" target="_blank" rel="nofollow" href="http://www.hotrofm.com/" class="copyright" name="bottom">© <font color="green">Hotrofm</font> - EDIT by <font color="red">Chicken™</font></a>
                                                  </li>
                  </ul>
                                          </ul>
                  
               </div>
               <br />
               <p class="center">
                  <strong>{ADMIN_LINK}</strong>
               </p>
            </div>
 {PROTECT_FOOTER}
 </div>
                  
                
                 

    <div class="end"></div>
 <style>
  .end {
  background: url(http://im1.all-up.com/i/img/act_bottom.png) no-repeat scroll right top transparent;
height: 65px;
padding-top: 21px;
}
  </style>
          </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>




<br>
  
  
  
  
  <script type="text/javascript">
var _urq = _urq || [];
_urq.push(['initSite', '6855a264-ef36-4b71-9982-31e0226d677f']);
(function() {
var ur = document.createElement('script'); ur.type = 'text/javascript'; ur.async = true;
ur.src = 'http://sdscdn.userreport.com/userreport.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ur, s);
})();
</script>
overall_footer_begin
Code:
<!-- BEGIN html_validation -->
<div>
 <div>
 <div>
 <div>
 <div>
 <div>
 <div>
 <div>
<!-- END html_validation -->
 </div>
 </div>
 </div>
 </div>
 </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>
 </div>
 </div>
</div>
<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>
<!-- END html_validation -->



<script type="text/javascript">
var partname = location.pathname.slice(1, 5);
$("div.page-title h2").prepend('<span class="collapse" style="float:right"><a href="javascript:void(0);" alt="fmClose"><img src="http://svphuyen.com/images/buttons/collapse_40b.png"></a><a href="javascript:void(0);" style="display:none" alt="fmOpen"><img src="http://svphuyen.com/images/buttons/collapse_40b_collapsed.png"></a></span>');
$(".collapse").each(function (index) {
 $(this).attr("id", "fmvicollapse" + partname + index);
 if (my_getcookie("fmvicollapse" + partname + index) == "1") {
 $(this).children("a[alt='fmClose']").hide();
 $(this).children("a[alt='fmOpen']").show();
 $(this).parent().parent().parent().next().hide()
 }
});
$(".collapse a[alt='fmClose']").click(function () {
 my_setcookie($(this).parent().attr("id"), 1, 1, 0);
 $(this).hide().next().show();
 $(this).parent().parent().parent().parent().next().slideUp()
});
$(".collapse a[alt='fmOpen']").click(function () {
 my_setcookie($(this).parent().attr("id"), 0, 1, 0);
 $(this).hide().prev().show();
 $(this).parent().parent().parent().parent().next().slideDown()
});
if (partname != 'priv') {
 $("form.frm-form .main .clearfix, .fmviToggle .main .clearfix").prepend('<span class="collapsePost" style="float:right"><a href="javascript:void(0);" alt="fmClose"><img src="http://svphuyen.com/images/buttons/collapse_40b.png"></a><a href="javascript:void(0);" style="display:none" alt="fmOpen"><img src="http://svphuyen.com/images/buttons/collapse_40b_collapsed.png"></a></span>');
 $(".collapsePost").each(function (index) {
 $(this).attr("id", "fmvicollapsePost" + partname + index);
 if (my_getcookie("fmvicollapsePost" + partname + index) == "1") {
 $(this).children("a[alt='fmClose']").hide();
 $(this).children("a[alt='fmOpen']").show();
 $(this).parent().next().hide()
 }
 });
 $(".collapsePost a[alt='fmClose']").click(function () {
 my_setcookie($(this).parent().attr("id"), 1, 1, 0);
 $(this).hide().next().show();
 $(this).parent().parent().next().slideToggle("slow")
 });
 $(".collapsePost a[alt='fmOpen']").click(function () {
 my_setcookie($(this).parent().attr("id"), 0, 1, 0);
 $(this).hide().prev().show();
 $(this).parent().parent().next().slideToggle("slow")
 })
}
</script>
  <script src="http://hotro.4forum.biz/25318.js" type="text/javascript"></script>
index_box
Code:
<div class="main">
<!-- BEGIN catrow -->
 <!-- BEGIN tablehead -->
 <div class="main-head">
 <div class="page-title">{catrow.tablehead.L_FORUM}</div>
 </div>
 <div class="main-content">
 <table cellspacing="0" class="table">
 <thead>
 <tr>
 <th class="tcl">{L_FORUM}</th>
 
<th class="tcr">{L_LASTPOST}</th>
 </tr>
 </thead>
 <tbody class="statused">
 <!-- END tablehead -->

 <!-- BEGIN forumrow -->
 <tr>
 <td class="tcl" style="padding-right: 0px; padding-left: 62px;"><span class="status" style="margin-right: -32px; margin-left: -52px;">
 <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
 </span>
 <h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">
                                                <h{catrow.forumrow.LEVEL} onmouseover="show_tooltip(this, $(this).next().html(), 'FMvi.Org')" class="hierarchy">
                                <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a>
                            </h{catrow.forumrow.LEVEL}>
                                                                          <div id="toggle_background" style="display: none;">      <div class="tipchuthich"><div style="padding:10px,display: none;">{catrow.forumrow.FORUM_DESC}</div></div> </div>
 
                                                                         <div class="nodeStats pairsInline"><dl><dt>Diễn đàn: {catrow.forumrow.TOPICS} | Bài viết: {catrow.forumrow.POSTS} </dl></div>
                                                                          <!-- BEGIN switch_moderators_links -->
 <br />
 {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
 <!-- END switch_moderators_links -->
    <br> <select style="display:none" onchange="location = this.options[this.selectedIndex].value;">
   <option value="{catrow.forumrow.U_VIEWFORUM}">Các Diễn Đàn Con</option>
</select>
<span style="display:none" class="subforumFMvi">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span>
 </td>
 
<td class="tcr">
 <span>
 <!-- BEGIN switch_topic_title -->
 <a href="{catrow.forumrow.U_LATEST_TOPIC}" onmouseover="show_tooltip(this,'Tiêu đề :{catrow.forumrow.LATEST_TOPIC_TITLE}','','black')" onmouseout="c3untip()">{catrow.forumrow.LATEST_TOPIC_NAME}</a>
                                            <br>
                                            <!-- END switch_topic_title -->
 {catrow.forumrow.USER_LAST_POST}
 </span>
 </td>
 </tr>
 <!-- END forumrow -->

 <!-- BEGIN tablefoot -->
 </tbody>
 </table>
 </div>
                                            <img src="http://www.9xstudio.biz/users/2012/10/88/45/album/sep21010.gif" alt="quang cao" width="730" original-title="">
 <!-- END tablefoot -->
<!-- END catrow -->
                                        </div>
                        
<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
 <ul>
 <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
 <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
 <li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
 </ul>
 <!-- BEGIN switch_delete_cookies -->
 <p class="right">
 <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
 </p>
 <!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->
     <script type="text/javascript" src="http://scripts-giobanii.googlecode.com/svn/trunk/js/forumotion-avatar-index-punbb.js"></script>
              
                  
                  <script type="text/javascript">
$(".subforumFMvi a").each(function () {
   $(this).replaceWith('<option value="' + $(this).attr("href") + '">|-- ' + $(this).text() + '</option>');
});
$(".subforumFMvi option").each(function () {
   $(this).appendTo($(this).parent().prev())
});
$(".subforumFMvi").each(function () {
   if ($(this).text() == "") {
      $(this).prev().remove();
      $(this).remove();
   } else {
      $(this).prev().show()
   }
});
</script>
                
      <style>
        .node .nodeStats {
font-size: 11px;
margin-top: 2px;
}
                          </style>
                          
                          
                
memberlist_body

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"><font color="black">Tham gia</font></span>:
                            <font color="violet">{memberrow.JOINED}</font>
                            <br />
                                                                                 <span class="truytop"><font color="black">Truy cập cuối</font></span>:
                            <font color="orange">{memberrow.LASTVISIT}</font>
                            <br />
                                                                                 <span class="baiBtop"><font color="black">Bài viết</font></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>
Share this post on:reddit

Comments

tietkhanhduy1995
Sun Jul 21, 2013 12:26 pmtietkhanhduy1995
lllllllllllllllllllll
tietkhanhduy1995
Sun Jul 21, 2013 12:24 pmtietkhanhduy1995
trtrtttttttttttttttttt
ThaiKeyboard
Tue May 28, 2013 1:27 pmThaiKeyboard
vâng cho em xin
xXxGaxXx
Mon Mar 25, 2013 9:48 pmxXxGaxXx
Chẳng thấy giống Help Forumotion gì cả :))
xmen8x
Mon Mar 18, 2013 1:49 pmxmen8x
:afro:
hunter
Thu Feb 28, 2013 2:41 pmhunter
nhe nhang de su dung
iop883684
Mon Jan 28, 2013 3:24 amiop883684
xem
Luvyoun
Thu Nov 29, 2012 10:47 amLuvyoun
tks
VND2012RS
Sat Nov 24, 2012 7:05 pmVND2012RS
cái đầu tiên là bỏ vô đâu
sinhvienok
Sat Nov 24, 2012 8:12 amsinhvienok
Xem
cubimtq
Mon Nov 12, 2012 10:01 pmcubimtq
code đầu tiên chèn vào header~
Minion
Mon Nov 12, 2012 9:02 pmMinion
cái code đầu tiên để vào đâu
Minion
Mon Nov 12, 2012 7:47 pmMinion
Year
lecet98
Mon Nov 12, 2012 11:42 amlecet98
uppp
Chicken™
Wed Nov 07, 2012 7:42 pmChicken™
index_body
Spoiler:

search_results_topics
Spoiler:


csss
Spoiler:
Sponsored content
Permissions in this forum:
You cannot reply to topics in this forum