Forgot password?

Ẩn quảng cáo - Esc

Thích bài này? Bài trướcBài sau

Si Tình

Sun Dec 30, 2012 12:27 pm

#1
  • Si Tình

Si Tình



Thành Viên Mới
Thành Viên Mới
Gia Nhập Gia Nhập : 30/12/2012
Bài Viết Bài Viết : 4
Điểm Thưởng Điểm Thưởng : 15
Cám Ơn Cám Ơn : 0
Sink-Xanh Bảo Vệ Môi Trường(Punbb) Empty Sink-Xanh Bảo Vệ Môi Trường(Punbb)

:hie:
Trả lời chủ đề này
Si Tình

Sun Dec 30, 2012 12:30 pm

#2
  • Si Tình

Si Tình



Thành Viên Mới
Thành Viên Mới
Gia Nhập Gia Nhập : 30/12/2012
Bài Viết Bài Viết : 4
Điểm Thưởng Điểm Thưởng : 15
Cám Ơn Cám Ơn : 0
Sink-Xanh Bảo Vệ Môi Trường(Punbb) Empty Re: Sink-Xanh Bảo Vệ Môi Trường(Punbb)

overall_header:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
<head>
  <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
  <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
  <meta http-equiv="content-script-type" content="text/javascript" />
  <meta http-equiv="content-style-type" content="text/css" />
  <!-- BEGIN switch_compat_meta -->
  <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
  <!-- END switch_compat_meta -->
  <!-- BEGIN switch_canonical_url -->
  <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
  <!-- END switch_canonical_url -->
  {META_FAVICO}
  {META}
  {META_FB_LIKE}
  <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
  {T_HEAD_STYLESHEET}
  {CSS}
  <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
  <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
  <script src="{JQUERY_PATH}" type="text/javascript"></script>
  <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>

  <!-- BEGIN switch_fb_login -->
  <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
  <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
  <!-- END switch_fb_login -->

  <!-- BEGIN switch_ticker -->
  <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
  <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
  <!-- END switch_ticker -->

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

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

        case 'left':
            break;

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

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

        default:
            slid_vert = true;
      }

      $(document).ready(function() {

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

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

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

            if (slid_vert)
            {
              var height_max = h_perso;

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

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

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

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

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

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

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

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

  .jcarousel-skin-tango .jcarousel-item-vertical {
      margin-bottom: {switch_ticker.SPACING}px;
  }
  </style>
  <!-- END switch_ticker_new -->
  {HOSTING_JS}
  <!-- BEGIN google_analytics_code -->
  <script type="text/javascript">
  //<![CDATA[
    var _gaq = _gaq || [];
    _gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
    _gaq.push(["_trackPageview"]);

    (function() {
      var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;
      ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
      var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);
    })();
  //]]>
  </script>
  <!-- END google_analytics_code -->
  <script type="text/javascript">
  //<![CDATA[
    $(function(){
    $(".mora").click(function(){
    $(this).hide().prev().show();
    $(this).parents(".main-head").next().slideToggle("slow").next().slideToggle("fast");
   
    });
    $(".thuvao").click(function(){
    $(this).hide().next().show();
    $(this).parents(".main-head").next().slideToggle("slow").next().slideToggle("fast");
   
    });
   
   
    });
     
   
 
  //]]>
  </script>
    <script type="text/javascript">
  //<![CDATA[
    function doitab(a,b){
      var div = document.getElementById(a);
      var div2 = document.getElementById(b);
      div.style.display = 'none';
      div2.style.display = 'block';
      }
  //]]>
  </script>
 
  <link rel="stylesheet" href="http://link.08sh.tk/Cbox" type="text/css" />
<script src="http://link.08sh.tk/Sbox" type="text/javascript"></script>
 
</head>

<body onload="zzcatfishclose();">
 
  <!-- 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 -->

  <div  class="lovexyz"; style="border-style: solid; border-color: rgb(250, 250, 250);  border-width: 0pt 2px; background-color: rgba(255, 254, 254, 0)box-shadow: 0px 0px 15px rgba(0, 0, 0, 20);-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 20);-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 20) #000; padding: 0 10px; width: 960px; margin: 0 auto;"> 
  <a id="top" name="top" accesskey="t"></a>
<div>
    <div>
       
                  <a href="/forum" title="4forum"><div align="center" style="margin: 0 0 0px -1px"><img src="http://thegioixedapdien.files.wordpress.com/2011/11/cropped-banner24.jpg" width="959px" alt="StreetcrewTQ" /></div></a>
                 

               
                 
                      </div>
                </div>
     
<center><div class="navbar" id="navbar">
                      <ul class="navtabs floatcontainer" id="navtabs">
                          <li>
                            <a accesskey="2" href="/" class="navtab">Trang ch?</a>
                          </li>
                          <li class="selected">
                            <a href="/forum" class="navtab">Di?n dàn</a>
                        <ul class="floatcontainer">
                          <li><font color="black">{GENERATED_NAV_BAR}</font></li>
                        </ul>
                    </li>
                  </ul>
                  <div class="globalsearch" id="globalsearch">
                    <form class="navbar_search" id="navbar_search" method="get" action="/search">
                            <input type="hidden" value="searchbox" name="mode" />
                            <input type="hidden" type="radio" value="posts" name="show_results" id="rposts" />
                            <input type="hidden" type="radio" checked="checked" value="topics" name="show_results" id="rtopics" />
                              <span class="textboxcontainer">
                                    <span>
                                        <input type="text" name="search_keywords" tabindex="99" class="textbox" name="search_keywords" />
                                </span>
                        </span>
                        <span class="buttoncontainer">
                          <span>
                                                <input type="image" tabindex="100" name="submit" src="http://i48.servimg.com/u/f48/16/58/89/73/search10.png" class="searchbutton" />
                          </span>
                        </span>
                    </form>
                    <ul class="navbar_advanced_search">
                       
                    </ul>
                  </div>
  </div></center>
              <script type="text/javascript">
                                          $("a.mainmenu[href='/'],a.mainmenu[href='/forum'],a.mainmenu[href='/search']").parent().remove()
              </script>
                                   
  <div class="minwidth_IE">
      <div class="layout_IE">
        <div class="container_IE">
            <div class="pun">
                                 
             
           

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

<!-- BEGIN html_validation -->
                                    </div>
                                </div>
                              </div>
                          </div>
                        </div>
                    </div>
                  </div>
              </div>
            </div>
        </div>
      </div>
  </div>
  </div>
</body>
</html>
<!-- END html_validation -->
viewtopic_body:
Code:
    <style>
        /*chữ kí*/
    .pun .sig-content{clear:none;max-height:230px;overflow:hidden}
    .pun .sig-content:hover{max-height:100%}

      .vote-button{float:left;width:65px}
        .plus{float:left;width:50px;background-color: #ffffff;border: 1px solid black;-webkit-border-radius: 3px;
        -webkit-border-radius: 3px;color: #3B5998!important;
        border-color: #ebebeb;cursor:pointer;display:inline-block;font-size:11px;line-height:13px;text-align:center;text-decoration:none;vertical-align:top;white-space:nowrap;padding: 3px 5px 0px 4px;}
        .minus{float:left;width:80px;background-color: #ffffff;border: 1px solid black;-webkit-border-radius: 3px;
        -webkit-border-radius: 3px;color: #3B5998!important;
        border-color: #ebebeb;cursor:pointer;display:inline-block;font-size:11px;line-height:13px;text-align:center;text-decoration:none;vertical-align:top;white-space:nowrap;padding: 3px 5px 0px 4px;}
        .dosat .qua,.no{margin:6px 2px 0;padding:5px 8px 5px 25px}

        .no{padding:5px 8px}
        .dosat .qua,.no .vom,.no .vop{background-color: #ffffff;
        -webkit-border-radius: 1px;
        color: #000;
        left: -1px;
        padding: 3px;
        position: relative;
        border: 1px solid #ebebeb;
    }
   
   
      .user {


    padding: .6em 5px 5px!important;
    width: 14em!important;
    }
   
    .khungpro53 {
    background: white;
    text-align: center;
    border-left: 1px solid #CAD5E0;
    border-right: 1px solid #CAD5E0;
    border-bottom: 1px solid #CAD5E0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -16px;
    border-radius: 0px 0px 5px 5px;
    font-weight: bold;
    }
    .khungpro52 {
    background: url(http://i37.servimg.com/u/f37/17/47/85/23/bgd_gr11.gif) no-repeat;
    text-align: center;
    height: 25px;
    line-height: 46px;
    padding-top: 13px;
    }
    .khungpro51 {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    background: url(http://i37.servimg.com/u/f37/17/47/85/23/bgd_gr10.gif) no-repeat;
    padding: 0 10px;
    text-align: center;
    margin-top: -1px;
    float: center;
    }
          </style>
     
   
    <script type="text/javascript">//<![CDATA[
    var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
    $(function(){
      _atc.cwait = 0;
      $('.addthis_button').mouseup(function(){
          if ($('#at15s').css('display') == 'block') {
            addthis_close();
            addthis_close();
          }
      });
    });
    //]]>
    </script>

    <!-- BEGIN switch_user_logged_in -->
    <div id="pun-visit" class="clearfix">
      <ul>
          <!-- BEGIN switch_plus_menu -->
          <li>
            <script type="text/javascript">//<![CDATA[
                var url_favourite = '{switch_user_logged_in.U_FAVOURITE_JS_PLUS_MENU}';
                var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
                var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
                var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
                var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
                var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
                insert_plus_menu_new('f{FORUM_ID}&amp;t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
            //]]>
            </script>
          </li>
          <!-- END switch_plus_menu -->
          <li><a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;pub=forumotion">{L_SHARE}</a></li>
          <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
          <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
          <!-- BEGIN watchtopic -->
          <li>{S_WATCH_TOPIC}</li>
          <!-- END watchtopic -->
      </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 noprint">
      <p class="crumbs">
          <a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} »
          <strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
          <!-- BEGIN switch_twitter_btn -->
          <span id="twitter_btn" style="margin-left: 6px; ">
            <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a>
            <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
          </span>
          <!-- END switch_twitter_btn -->
          <!-- BEGIN switch_fb_likebtn -->
          <span id="fb_likebtn" style="margin-left: 6px; ">
            <iframe src="http://www.facebook.com/plugins/like.php?href={FORUM_URL}{TOPIC_URL}&amp;layout=button_count&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:auto; height:21px;" allowTransparency="true"></iframe>
          </span>
          <!-- END switch_fb_likebtn -->
      </p>
    </div>

    <div class="main paged">
      <div class="paged-head clearfix">
          <!-- BEGIN topicpagination -->
          <p class="paging">{PAGINATION}</p>
          <!-- END topicpagination -->
          <p class="posting">
            <!-- BEGIN switch_user_authpost -->
            <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>
            <!-- END switch_user_authpost -->

            <!-- BEGIN switch_user_authreply -->
            <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
            <!-- END switch_user_authreply -->
          </p>
      </div>
      {POLL_DISPLAY}
      <div class="main-head clearfix">
          <p class="h2">
            <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>
            {L_MESSAGE} [{PAGE_NUMBER}]
          </p>
      </div>

      <div class="main-content topic">
          <!-- BEGIN postrow -->
            <!-- BEGIN displayed -->
            <div class="post"{postrow.displayed.THANK_BGCOLOR}>
                <a name="{postrow.displayed.U_POST_ID}"></a>
                <div class="postmain"{postrow.displayed.THANK_BGCOLOR}>
                  <div id="p{postrow.displayed.U_POST_ID}" class="posthead"{postrow.displayed.THANK_BGCOLOR}>
                      <h2><div style="float:right;background: #2EBCFF; padding: 2px; color: white; min-width: 20px; height: 20px; font-size: 12px; text-align: center; -webkit-border-radius: 99px; -moz-border-radius: 99px; border-radius: 99px; position: relative; top: -2px;">
                        <strong>{postrow.displayed.COUNT_POSTS}</strong></div>
                        {postrow.displayed.ICON} <a href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a> {postrow.displayed.POST_DATE_NEW}
                     
                        </h2>
                  </div>

                  <div class="postbody"{postrow.displayed.THANK_BGCOLOR}>
                      <div class="user">
                        <div class="messageUserBlock"><h3 class="userText">
                       
                          {postrow.displayed.POSTER_NAME}
                       
                          <br><ul class="ribbon"><li class="ribbonStaff"><div class="left"></div><div class="right"></div><em class="userTitle" itemprop="title"><marquee BEHAVIOR="ALTERNATE">{postrow.displayed.POSTER_RANK_NEW}</marquee></em></li></ul><!--
    slot: message_user_info_text -->
                          </h3>
                       
                       
                          <div class="avatarHolder"><span class="helper"></span>
                         
                            <span class="user-basic-info">{postrow.displayed.POSTER_AVATAR}</span>
                         
                            </div><div class="extraUserInfo">
                         
                            <dl class="pairsInline"><dt><span style="white-space:nowrap;">{postrow.displayed.RANK_IMAGE}<br>
                         
                            <span style="white-space:nowrap;">
                           
                            {postrow.displayed.ONLINE_IMG}
                           
                              </span></dt><dd> </dd></dl>
                           
                           
                            </div>
                         
                            <span class="arrow"><span></span></span></div>
                          <br>

    <style>
    .messageUserInfo{float:left;width:124px}
      .messageUserBlock{background-color:white;border:1px solid #E0E0E0;position:relative}
      .messageUserBlock a[href*="/u"]{background: white url(http://rap.vn/diendan/styles/uniform/xenforo/xenfocus/highlight.png) repeat-x top;border-bottom:1px solid #D7D7D7;display:block;font-weight:700;line-height:16px;overflow:hidden;padding-bottom:8px;padding-top:8px;text-align:center;text-shadow:rgba(255,255,255,0.8) 0 1px 0}
      .messageUserBlock .userTitle{display:block;font-size:11px;padding-top:6px;text-align:center}
      .messageUserBlock div.avatarHolder{background-color:white;padding:10px}
      .messageUserBlock div.avatarHolder img{width:102px}
      .pun fieldset,.pun img{border:none}.messageUserBlock .extraUserInfo{background-color:white;border-top:1px solid #EDEDED;font-size:10px;padding:4px 6px}.messageUserBlock .extraUserInfo dl{margin:2px 0}
      .messageUserBlock .extraUserInfo dt{color:#969696!important;display:block;font-size:11px}
      .message .messageInfo{border-bottom:1px none #000;margin-left:140px;padding:0;zoom:1}
      #profile-advanced-details .autobot{color:#2220FB!important;font-size:14px!important;text-shadow:1px 1px 1px #000!important}.post .post-options{height:22px;position:relative}
    .ribbon li:last-child{margin-bottom:0}
      .ribbon li{-khtml-border-radius:3px;-khtml-border-top-left-radius:0;-khtml-border-top-right-radius:0;-khtml-box-shadow:0 1px 3px rgba(0,0,0,0.25);-moz-border-radius:3px;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;-moz-box-shadow:0 1px 3px rgba(0,0,0,0.25);-webkit-border-radius:3px;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.25);border-radius:3px;border-top-left-radius:0;border-top-right-radius:0;box-shadow:0 1px 3px rgba(0,0,0,0.25);margin-bottom:5px;padding:1px;position:relative}
      .ribbonStaff{background:#0091FF;border:1px solid #0091FF;color:#fff}
      .ribbon li .left{-khtml-border-top-left-radius:3px;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;left:2.9px}
      .ribbon li div{height:4px;position:absolute;top:-4px;width:4px}
      .ribbonStaff div{background-color:#0091FF}
      .ribbon li .right{-khtml-border-top-right-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px;right:-1px;}
      .messageList{background-color:#EDEDED;border:1px solid #D7D7D7;padding:10px 10px 1px}
    .ribbon{font-size:12px;font-weight:700;margin:-5px -5px -2px;text-align:center}
      .pun .postfoot .user-contact {
    float: center;
    text-align: center;
    width: 15em;
    }



    .postmain blockquote, blockquote {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    margin: 0.5em;
    color: #495D68;
    padding: 0 !important;
    border: 1px solid #CCC !important;
    background: url(http://i15.servimg.com/u/f15/13/82/55/09/quote112.png);
    }


    .pun .postmain {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: white;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    box-shadow: 0 3px 5px #C9C9C9;
    margin-left: 15em;
    width: 740px;
    line-height: 22px;
    }
   
    .pun .post {
    background:transparent;
    border:0;
    padding-top:15px;
    }

    .pun .entry-content {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background:#fff;
    border-radius:5px;
    margin-bottom:5px;
    min-height:140px;
    overflow:hidden;
    padding-bottom:0;
    padding-left:5px;

    }

    .pun .post-entry {
    height:100%;
    position:relative;
    padding:1em 1em 0;
    }

    .pun .postbody {
    height:100%;
    width:100%;
    }
    .pun .posthead h2 strong {
    float: none;
    }

    .pun .posthead {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background:#f5f5f5;
    border-bottom:0;
    border-radius:5px;
    margin:5px 5px 5px 0;
    padding:.5em 1.3em .5em 1em;
    }

    .pun .post .user {
    float:left;
    left:10px;
    margin-left:-16em;
    position:relative;
    text-align:center;
    }

    .postfoot {
    border:0;
    }



    .pun .user-ident .username {
    position:relative !important;
    text-decoration:none;
    top:0;
    }


    .post .post-options {
    height: 22px;
    position: relative;
    }


    div.user-basic-info img{
        margin: 3px;
        border: 5px solid #eee;
        -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
        -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
        box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;

    width: 85px;

    }
   
    div.user-basic-info img:hover {
        -webkit-transform: rotate(-7deg);
        -moz-transform: rotate(-7deg);
        -o-transform: rotate(-7deg);
    }
    </style>
                        <div class="user-info">
                       
                         
                                          <div class="khungpro51" style="font-weight:bold;">                                <center>Thông Tin Cá Nhân</center></div>
    <div class="khungpro52"><center></center></div>
                          <div class="khungpro53">

                            <!-- BEGIN profile_field -->
                                           

                            {postrow.displayed.profile_field.LABEL}{postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
                            <!-- END profile_field -->
                          </div>
                                             
                       
                       
                     
                            {postrow.displayed.POSTER_RPG}
                        </div>
                      </div>

                      <div class="post-entry">
                        <div class="entry-content">
                            <!-- 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>
                              <div>{postrow.displayed.MESSAGE}</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 -->
                              <div class="clear"></div>
                            </div>
                            <p>
                              {postrow.displayed.EDITED_MESSAGE}
                            </p>
                        </div>
                      </div>
                  </div>

                  <!-- BEGIN switch_signature -->
                  <div class="sig-content">
                      {postrow.displayed.SIGNATURE_NEW}
                  </div>
                  <!-- END switch_signature -->

                  <div class="postfoot">
                      <div class="user-contact">
                        {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field -->
                      </div>
             
                                                   
                 
                    <div class="votene" style=" float: left;text-align: left;  width: 23em;">
                                             
    <!-- BEGIN switch_vote_active -->
                                           
                                              <table width="400px" border="0" cellspacing="0" cellpadding="0">
      <tr valign="MIDDLE">
   
   
   
      <iframe name="vote{postrow.displayed.U_POST_ID}" style="display:none"></iframe>
   
   

      <td style="text-align: center;width: 190px;height: 20px!important;" class="smallfont">
    <!-- BEGIN switch_no_bar -->
      <span class="dosat vote{postrow.displayed.U_POST_ID}" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">{postrow.displayed.switch_vote_active.L_VOTE_TITLE}</span>
    <!-- END switch_no_bar -->
    <!-- BEGIN switch_bar -->
      <span class="dosat vote{postrow.displayed.U_POST_ID}" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">{postrow.displayed.switch_vote_active.L_VOTE_TITLE}</span>
    <!-- END switch_bar -->
      </td>
   
        <td style="padding-left:25px" valign="middle" nowrap="nowrap" class="genmed gensmall">
       
          <div class="vote vote-button">
              <!-- BEGIN switch_vote -->
            <a target="vote{postrow.displayed.U_POST_ID}" href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}" alt="plus" class="plus giet"><img src="http://i43.servimg.com/u/f43/16/03/04/56/like-f10.png"/> Thích</a>
    <!-- END switch_vote -->
          </div>
          <div class="vote vote-button">
    <!-- BEGIN switch_vote -->
              <a target="vote{postrow.displayed.U_POST_ID}" href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}" alt="minus" class="minus giet"><img src="http://i43.servimg.com/u/f43/16/03/04/56/dislik10.png"/> Không thích</a>
    <!-- END switch_vote -->
          </div>
     
      </td>
      </tr>
    </table> <!-- END switch_vote_active -->
                                              </div>   
                                         
                    <span class="options-button">
                                                              {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.REPORT_IMG}                                               
                                                        </span>
                                             
             
                  <div style="clear:both;"></div>
                </div>
            </div>
                 
            <!-- BEGIN first_post_br -->
          </div>
          <hr id="first-post-br" />
          <div class="main-content topic">
            <!-- END first_post_br -->
            <!-- END displayed -->
            <!-- BEGIN hidden -->
                <p class="p-hidden">{postrow.hidden.MESSAGE}</p>
            <!-- END hidden -->
          <!-- END postrow -->
      </div>

      <div class="main-foot clearfix">
          <p class="h2">
            <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>
            {L_MESSAGE} [{PAGE_NUMBER}]
          </p>
          <p class="options">
            <input type="hidden" name="t" value="{TOPIC_ID}" />

            <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
            <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />

            <!-- BEGIN viewtopic_bottom -->
            {S_TOPIC_ADMIN}
            <!-- END viewtopic_bottom -->
          </p>
      </div>

      <a name="bottomtitle"></a>

      <div class="paged-foot clearfix">
          <!-- BEGIN topicpagination -->
          <p class="paging">{PAGINATION}</p>
          <!-- END topicpagination -->
          <p class="posting">
            <!-- BEGIN switch_user_authpost -->
            <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>
            <!-- END switch_user_authpost -->

            <!-- BEGIN switch_user_authreply -->
            <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
            <!-- END switch_user_authreply -->
          </p>
      </div>

    </div>

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

    <!-- BEGIN promot_trafic -->
    <div class="main" id="ptrafic_close" style="display:none">
      <div class="main-head clearfix">
          <p class="h2">{PROMOT_TRAFIC_TITLE}</p>
          <p class="options"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="" border="0" /></a></p>
      </div>
    </div>
    <div class="main" id="ptrafic_open" style="display:''">
      <div class="main-head clearfix">
          <p class="h2">{PROMOT_TRAFIC_TITLE}</p>
          <p class="options"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="" border="0" /></a></p>
      </div>
      <div class="main-content clearfix">
          <!-- BEGIN link -->
          » <a href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}">{promot_trafic.link.TITLE}</a><br />
          <!-- END link -->
      </div>
    </div>
    <!-- END promot_trafic -->

    <!-- BEGIN switch_forum_rules -->
    <div class="main" id="forum_rules">
      <div class="main-head clearfix">
          <p class="h2">{L_FORUM_RULES}</p>
      </div>
      <table class="main-content frm">
          <tr>
            <!-- BEGIN switch_forum_rule_image -->
            <td class="logo">
                <img src="{RULE_IMG_URL}" />
            </td>
            <!-- END switch_forum_rule_image -->
            <td class="rules entry-content">
                {RULE_MSG}
            </td>
          </tr>
      </table>
    </div>
    <!-- END switch_forum_rules -->

    <!-- BEGIN switch_user_logged_in -->
    {QUICK_REPLY_FORM}
        <div style="display:none" id="quickrepFMvi"></div>
    <div style="display:none" id="quickdata"></div>
    <!-- END switch_user_logged_in -->
     
     
    <div id="pun-info" class="main">
      <div class="main-content">
          <div id="stats">
            <p>{L_TABS_PERMISSIONS} <br />{S_AUTH_LIST}</p>
          </div>
      </div>
    </div>

    <!-- BEGIN switch_image_resize -->
    <script type="text/javascript">
    //<![CDATA[
    $(resize_images({ 'selector' : '.post-entry .entry-content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
    //]]>
    </script>
    <!-- END switch_image_resize -->
    <script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
      <script src="http://tnhketnoi.forum.st/11998.js" type="text/javascript"> </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 -->
                   
                   
                 
                   
                   
                   
demo:http://vnchat.123.st/forum
Trả lời chủ đề này
Tao-Dân-36

Sun Dec 30, 2012 12:32 pm

#3
  • Tao-Dân-36

Tao-Dân-36



thành viên chính thức
thành viên chính thức
Gia Nhập Gia Nhập : 29/12/2012
Bài Viết Bài Viết : 10
Điểm Thưởng Điểm Thưởng : 26
Cám Ơn Cám Ơn : 0
Sink-Xanh Bảo Vệ Môi Trường(Punbb) Empty Re: Sink-Xanh Bảo Vệ Môi Trường(Punbb)

Arrow
Trả lời chủ đề này
Thuyền Tình

Sun Dec 30, 2012 12:33 pm

#4
  • Thuyền Tình

Thuyền Tình



Thành Viên Mới
Thành Viên Mới
Gia Nhập Gia Nhập : 27/12/2012
Bài Viết Bài Viết : 1
Điểm Thưởng Điểm Thưởng : 1
Cám Ơn Cám Ơn : 0
Sink-Xanh Bảo Vệ Môi Trường(Punbb) Empty Re: Sink-Xanh Bảo Vệ Môi Trường(Punbb)

xem
Trả lời chủ đề này
yêu nhạc sống

Sun Jun 02, 2013 10:03 am

#5
  • yêu nhạc sống

yêu nhạc sống



Thành Viên Mới
Thành Viên Mới
Gia Nhập Gia Nhập : 02/06/2013
Bài Viết Bài Viết : 4
Điểm Thưởng Điểm Thưởng : 4
Cám Ơn Cám Ơn : 0
Sink-Xanh Bảo Vệ Môi Trường(Punbb) Empty Re: Sink-Xanh Bảo Vệ Môi Trường(Punbb)

demo dau
Trả lời chủ đề này
huanst123

Sun Jun 09, 2013 2:47 pm

#6
  • huanst123

huanst123



thành viên chính thức
thành viên chính thức
Gia Nhập Gia Nhập : 09/06/2013
Bài Viết Bài Viết : 13
Điểm Thưởng Điểm Thưởng : 25
Cám Ơn Cám Ơn : 0
Sink-Xanh Bảo Vệ Môi Trường(Punbb) Empty Re: Sink-Xanh Bảo Vệ Môi Trường(Punbb)

a
Trả lời chủ đề này
Bé Pro Nhóc

Wed Jul 10, 2013 8:33 pm

#7
  • Bé Pro Nhóc

Bé Pro Nhóc



Thành Viên Mới
Thành Viên Mới
Gia Nhập Gia Nhập : 10/07/2013
Bài Viết Bài Viết : 2
Điểm Thưởng Điểm Thưởng : 2
Cám Ơn Cám Ơn : 0
Sink-Xanh Bảo Vệ Môi Trường(Punbb) Empty Re: Sink-Xanh Bảo Vệ Môi Trường(Punbb)

?
Trả lời chủ đề này
lovediep386

Mon Sep 23, 2013 9:03 am

#8
  • lovediep386

lovediep386



thành viên chính thức
thành viên chính thức
Gia Nhập Gia Nhập : 16/09/2013
Bài Viết Bài Viết : 24
Điểm Thưởng Điểm Thưởng : 65
Cám Ơn Cám Ơn : 1
Sink-Xanh Bảo Vệ Môi Trường(Punbb) Empty Sink-Xanh Bảo Vệ Môi Trường(Punbb)

tk
Trả lời chủ đề này
mhpro

Wed Oct 09, 2013 10:37 pm

#9
  • mhpro

mhpro



thành viên chính thức
thành viên chính thức
Gia Nhập Gia Nhập : 09/10/2013
Bài Viết Bài Viết : 10
Điểm Thưởng Điểm Thưởng : 10
Cám Ơn Cám Ơn : 0
Sink-Xanh Bảo Vệ Môi Trường(Punbb) Empty Re: Sink-Xanh Bảo Vệ Môi Trường(Punbb)

shdf siwfrbsidrf saioẻuwaẺ
Trả lời chủ đề này
Sponsored content

Sponsored content



Sink-Xanh Bảo Vệ Môi Trường(Punbb) Empty Re: Sink-Xanh Bảo Vệ Môi Trường(Punbb)

Trả lời chủ đề này

Reply by Facebook
Điện thoại: 01692521505 - Email: phutu01@gmail.com - Yahoo: ad_phutu@yahoo.com - Bảng báo giá