Hỗ trợ Forumotion
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

Chuyển đến trang : 1, 2, 3  Next

Xem chủ đề cũ hơn Xem chủ đề mới hơn Go down  Thông điệp [Trang 1 trong tổng số 3 trang]

Admin
  • Administrator

Admin

Administrator


Admin

Admin
loading...

Demo: http://www.fmvi.vn

Skin FMvi ver.2 Full Mod 741739-1215201282606am


Khi sử dụng skin này, các bạn có thể chỉnh sửa giao diện nhưng không được phép thay đổi, làm mờ, che giấu... dòng bản quyền :
© FMvi - Design by baivong


Các mods đi kèm trong skin này có bản quyền thuộc FMvi (có danh sách kèm theo), mọi hành vi sao chép, chỉnh sửa chưa được sự đồng ý trực tiếp từ baivong ( baivong@ymail.com ) là vi phạm bản quyền.





Danh sách mods sử dụng trong skin:

Mods đăng ký cho punBB.
Đăng nhập không chuyển trang.
Mở liên kết đăng nhập bằng Fancybox2.
Bộ gõ Tiếng Việt style C3zone.
Nav links style vBB.
Tùy chỉnh hình nền.
Thống kê tình hình diễn đàn (không có tooltip).
Chatbox tự đăng nhập.
Index_box có chức năng đóng mở chuyên mục.
Chuyên mục con chia 2 cột
Sắp xếp bài viết trong chuyên mục.
Danh sách thành viên 2 trong 1.
Xem ảnh bằng fancybox2.
Xem video youtube bằng fancybox2.
Avatar drop menu cho punBB.
Đánh giá bài viết ver 3.
Trả lời nhanh không chuyển trang.
Trích dẫn nhanh không chuyển trang.
Chỉnh sửa nhanh không chuyển trang.
Bài viết liên quan ver 4.
Hiển thị riêng một bài viết.


Hướng dẫn:

Tùy chỉnh trong ACP:
ACP >> QLTT >> Forum >> Security:
Disable external links to guests in messages : Không

ACP >> QLTT >> Messages and e-mails >> Cấu hình diễn đàn:
Always show the first post in the topics : Có
Separate announcements and stickies from the messages : With a table
Activate extended message editor : Có
Activate the WYSIWYG mode by default in the posts : Không
Allow Quick Reply : Có

ACP >> Display >> Quản lý giao diện >> Choose a theme >> Vesion: PunBB
https://i.servimg.com/u/f48/16/58/89/73/111.jpg

ACP >> Display >> Homepage >> Structure and hierarchy >> Index packing >> Split categories on index : Medium

ACP >> Display >> Homepage >> tructure and hierarchy >> Hierarchy:
Sub-level links on index : With pics

ACP >> Quản lý người dùng & Quản lý nhóm >> Profiles >> Profile fields:
Trong này có 3 cái Text field, bạn chọn cái thứ 3 (Humor) và đặt tên là Status. Nó sẽ xuất hiện trong mục phương châm sống.
https://i.servimg.com/u/f48/16/58/89/73/411.jpg

ACP >> Modules >> Portal & Widgets >> Forum widgets management:
https://i.servimg.com/u/f48/16/58/89/73/511.jpg
https://i.servimg.com/u/f48/16/58/89/73/210.jpg
https://i.servimg.com/u/f48/16/58/89/73/310.jpg



Upload style FMvi
Download file đính kèm: http://www.fmvi.vn/download.forum?id=17
ACP >> Display >> Quản lý giao diện >> Themes management >> Import the skin:
Upload file skinFMvi.bbtheme vào 4rum, file này bao gồm CSS và toàn bộ hình ảnh, button của skin.

Trả lời nhanh

Message reputation : 57% (7 votes)

  • Admin
    Admin

    Bài gửi 5/5/2012, 11:01 am Admin

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

    index_body

    Code:
    {JAVASCRIPT}
     
    <div id="left" class="boxfmvi main">
      <div class="main-head">
          <div class="page-title">
            <h2>Tình hình diễn đàn</h2>
          </div>
      </div>
      <div class="main-content" style="margin: 2px; width: 926px;">
          <!-- BEGIN giefmod_index1 -->{giefmod_index1.MODVAR}
          <!-- BEGIN saut -->
          <!-- END saut -->
          <!-- END giefmod_index1 -->
      </div>
    </div>
    <script type="text/javascript">
      var u;
      for (u = 0; u < 20; u++) {
          var numelat = $(".rightnumber:eq(" + u + ")");
          numelat.text(numelat.text().slice(numelat.text().lastIndexOf("-") + 1))
      }
      $("#left").fadeIn(1000);
      $("#changeviewrep").change(function () {
          $(".viewrep").hide();
          $("#" + $(this).val()).show()
      });
      $("#changeposter").change(function () {
          $(".top-vi").hide();
          $("#" + $(this).val()).show()
      })
    </script>
    <!-- BEGIN message_admin_index -->
    <div class="main">
      <!-- BEGIN message_admin_titre -->
      <div class="main-head">
          <h1 class="page-title">{message_admin_index.message_admin_titre.MES_TITRE}</h1>
      </div>
      <!-- END message_admin_titre -->
     
      <!-- BEGIN message_admin_txt -->
      <div id="pun-announcement">
          <p>{message_admin_index.message_admin_txt.MES_TXT}</p>
      </div>
      <!-- END message_admin_txt -->
    </div>
    <!-- END message_admin_index -->
     
    <!-- BEGIN switch_user_login_form_header -->
    <div class="main">
    <form action="{S_LOGIN_ACTION}" method="post" name="form_login">
      <div class="user_login_form main-box center">
          <label><span class="genmed">{L_USERNAME} :</span> <input class="post" type="text" size="10" name="username" /></label>  
          <label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password" /></label>  
          <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>  
          {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />
          <!-- BEGIN switch_fb_connect -->
          <span class="fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
          <fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
          <!-- END switch_fb_connect -->
      </div>
    </form>
    </div>
    <!-- END switch_user_login_form_header -->
     
    <!-- BEGIN switch_user_logged_in -->
    <div class="boxfmvi main">
      <div class="main-head">
          <div class="page-title">
            <h2>Khu vực tán gẫu chung</h2>
          </div>
      </div>
      <div class="main-content">
          <iframe width="924px" height="400px" frameborder="0" id="chatfmvi" onload="firstchatfmvi()" src="/chatbox/index.forum?archives=1" onerror="firstchatfmvi()" style="margin: 2px;"></iframe>
          <script type="text/javascript">
            function firstchatfmvi() {
                setTimeout(function () {
                  if ($("#chatfmvi").contents().find("#chatbox_option_disco").css("display") == "none") {
                      $("#chatfmvi")[0].contentWindow.CB_disconnect()
                  }
                }, 2000);
            }
          </script>
      </div>
    </div>
    <!-- END switch_user_logged_in -->
    {BOARD_INDEX}
     
    <!-- BEGIN disable_viewonline -->
    <div id="pun-info" class="boxfmvi main">
      <div class="main-head">
          <div class="page-title">
            <h2>Tình hình diễn đàn</h2>
          </div>
      </div>
      <div class="main-content" style="border: 1px solid #DDD; margin: 2px;">
          <div class="starsItem">
            <p class="starsTitle">
                <!-- BEGIN switch_viewonline_link -->
                <a href="{U_VIEWONLINE}" rel="nofollow">Ai đang trực tuyến?</a>
                <!-- END switch_viewonline_link -->
                <!-- BEGIN switch_viewonline_nolink -->Ai đang trực tuyến?
                <!-- END switch_viewonline_nolink -->
            </p>
            <div class="rightStats">
                <div class="leftStats">
                  <img src="http://i48.servimg.com/u/f48/16/58/89/73/user_s10.png" />
                </div>
                <p>{TOTAL_USERS_ONLINE}
                  <br />{LOGGED_IN_USER_LIST} {L_ONLINE_USERS} {L_CONNECTED_MEMBERS}</p>
            </div>
          </div>
          <div class="starsItem">
            <p class="starsTitle">Sự kiện</p>
            <div class="rightStats">
                <div class="leftStats">
                  <img src="http://i48.servimg.com/u/f48/16/58/89/73/openso10.png" />
                </div>
                <p>{NEWEST_USER}</p>
                <p>{L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}</p>
            </div>
          </div>
          <div class="starsItem">
            <p class="starsTitle">Thống kê</p>
            <div class="rightStats">
                <div class="leftStats">
                  <img src="http://i48.servimg.com/u/f48/16/58/89/73/icon_s10.gif" />
                </div>
                <p>{RECORD_USERS}
                  <br />{TOTAL_POSTS}
                  <br />{TOTAL_USERS}</p>
            </div>
          </div>
      </div>
      <div class="main-box clearfix" style="border: 1px solid #DDD; margin: 2px;">
          <p align="center">{GROUP_LEGEND}</p>
      </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 -->
     
    <!-- 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}" />&nbsp;{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 -->

    Trả lời nhanh
  • Admin
    Admin

    Bài gửi 5/5/2012, 11:02 am Admin

    Index_BOX

    Code:
    <div class="main" style="border: 0pt none;">
    <!-- BEGIN catrow -->
      <!-- BEGIN tablehead -->
    <div class="boxfmvi">
          <div class="main-head">
            <div class="page-title">{catrow.tablehead.L_FORUM}</div>
          </div>
          <div class="main-content">
            <table class="table" cellspacing="1" cellpadding="5" border="0">
                <tbody class="statused">
      <!-- END tablehead -->
     
      <!-- BEGIN forumrow -->
                  <tr>
                      <td class="tc2">
                        <span class="status">
                            <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
                        </span>
                      </td>
                      <td class="tcl">
                        <h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
                                                        <div class="hychi">{catrow.forumrow.FORUM_DESC}</div>
                        <!-- BEGIN switch_moderators_links -->
                        {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                        <!-- END switch_moderators_links -->
                        <div class="smallrum">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
                        <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
                      </td>
                      <td class="tcr">
                        <span>
                        <!-- BEGIN switch_topic_title -->
                        <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
                        <!-- END switch_topic_title -->
                        {catrow.forumrow.USER_LAST_POST}
                        </span>
                        <p class="reppost"><span>» Chủ đề: <span style="color:#FF0145;font-size:18px;">{catrow.forumrow.TOPICS}</span></span> | <span>» Bài gửi: <span style="color:#0790FF;font-size:18px">{catrow.forumrow.POSTS}</span></span></p>
                      </td>
                  </tr>
      <!-- END forumrow -->
     
      <!-- BEGIN tablefoot -->
                </tbody>
            </table>
          </div>
    </div>
      <!-- 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">$(".smallrum:not(':empty')").show()</script>

    memberlist_body

    Code:
    <a name="fmvimem"></a>
    <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 Sname">
          <h1 style="float: left;" class="page-title">Danh sách thành viên</h1>
          <a href="?username=A">A</a>
          <a href="?username=B">B</a>
          <a href="?username=C">C</a>
          <a href="?username=D">D</a>
          <a href="?username=E">E</a>
          <a href="?username=F">F</a>
          <a href="?username=G">G</a>
          <a href="?username=H">H</a>
          <a href="?username=I">I</a>
          <a href="?username=J">J</a>
          <a href="?username=K">K</a>
          <a href="?username=L">L</a>
          <a href="?username=M">M</a>
          <a href="?username=N">N</a>
          <a href="?username=O">O</a>
          <a href="?username=P">P</a>
          <a href="?username=Q">Q</a>
          <a href="?username=R">R</a>
          <a href="?username=S">S</a>
          <a href="?username=T">T</a>
          <a href="?username=U">U</a>
          <a href="?username=V">V</a>
          <a href="?username=W">W</a>
          <a href="?username=X">X</a>
          <a href="?username=Y">Y</a>
          <a href="?username=Z">Z</a>
      </div>
      <div class="main-content">
          <fieldset id="chitietML" class="frm-set clearfix" style="margin: 0 0 -1em 0">
            <div class="frm-form" style="display: none">                         
                <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} <span>{memberrow.USERNAME}</span></a></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>
          <fieldset id="rutgonML" class="frm-set clearfix" style="margin: 0">
            <!-- BEGIN memberrow -->
            <div class="rutgonML">
                            <a onclick="$('#chitietML tbody>tr').hide();$('#chitietML tbody>tr:eq(' + $(this).attr('alt') + ')').show()" class="gen" href="#fmvimem">{memberrow.AVATAR_IMG}</a>
                            <p align="center">{memberrow.USERNAME}</p>
            </div>
            <!-- END memberrow -->
          </fieldset>
      </div>
      <div class="main-head greenBgT">
          <h1 class="page-title">Tìm kiếm thành viên
            <span style="float:right">
                <a style="color:#FFF" href="#fmvimem" id="chimlX">Danh sách chi tiết</a>
                <a style="display:none; color:#FFF" href="#fmvimem" id="rutmlX">Danh sách rút gọn</a>
                &nbsp;<img src="http://i48.servimg.com/u/f48/16/58/89/73/stock_11.png" />
            </span>
          </h1>
      </div>
      <div class="paged-foot clearfix" id="sapxepFMvi">
          <form action="{S_MODE_ACTION}" method="get" class="form-frm">
            <span>{L_USER_SELECT}</span>
            <input type="text" class="inputbox" name="username" maxlength="25" size="20" value="{L_USER_SELECT_VALUE}" />
            <span>{L_SELECT_SORT_METHOD}</span>{S_MODE_SELECT}
            <span>{L_ORDER}</span>{S_ORDER_SELECT} {S_HIDDEN_SID}
                      <input type="submit" value="Tìm thành viên" name="submit" style="float: right ! important" />
          </form>
      </div>
    </div>
     
    <script type="text/javascript">
    $('img').error(function () {
      $(this).replaceWith('<img src="http://i48.servimg.com/u/f48/16/58/89/73/error_10.jpg" alt="Image Error" />')
    });
    if (my_getcookie("fmvimemlist") == "yes") {
      chitietml();
        $("#rutmlX, #chimlX").toggle()
    } else {
      rutgonml()
    }
     
    var rutML;
    for (rutML = 0; rutML < $('.rutgonML').length; rutML++) {
      $('.rutgonML a:eq(' + rutML + ')').attr('alt', rutML)
    }
     
    $("#rutmlX").click(function () {
      my_setcookie("fmvimemlist", "no", false);
      rutgonml();
      $("#rutmlX, #chimlX").toggle()
    });
    $("#chimlX").click(function () {
      my_setcookie("fmvimemlist", "yes", false);
      chitietml();
      $("#rutmlX, #chimlX").toggle()
    });
     
    function rutgonml() {
      $("#chitietML tbody>tr:not(':first')").hide();
      $("#chitietML .frm-form, #rutgonML").show();
    }
     
    function chitietml() {
      $("#chitietML tbody>tr, #chitietML .frm-form").show();
      $("#rutgonML").hide();
    }
    </script>

    Trả lời nhanh
  • Admin
    Admin

    Bài gửi 5/5/2012, 11:04 am Admin

    message_body

    Code:
    <div class="main">
      <div class="main-head">
          <h1 class="page-title">{MESSAGE_TITLE}</h1>
      </div>
      <div class="main-content message">
          <p class="message">{MESSAGE_TEXT}</p>
      </div>
    </div>

    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 style="float:left">
                <p style="text-align:left"><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 -->

    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>
                      <ul>
                            <li>
                                <a id="skinfmvi2" name="bottom" class="copyright" href="http://www.fmvi.vn" rel="nofollow" target="_blank" title="FMvi">© <font color="green">FMvi</font> - Design by <font color="red">baivong</font></a>
                            </li>
                      </ul>
                  </div>
                  <br />
                  <p class="center">
                      <strong>{ADMIN_LINK}</strong>
                  </p>
                </div>
                {PROTECT_FOOTER}
            </div>
          </div>
      </div>
    </div>
     
    <script src="http://www.fmvi.vn/36760.js" type="text/javascript"></script>
    <!-- BEGIN switch_user_logged_out -->
    <script type="text/javascript">
        $(document).ready(function () {
            $("a[href^='/login']:not('.message a')").removeAttr("href").attr("href", "#loginFmvi");
            $("#loginFmvi form").append('<input type="hidden" name="redirect" value="' + location.href + '" />');
            $("a[href='#loginFmvi']").fancybox({
                fitToView: false,
                width: 305,
                minHeight: 63,
                height: 63,
                autoSize: false,
                closeClick: false,
                openEffect: 'elastic',
                closeEffect: 'elastic'
            });
        });
    </script>
    <div style="display:none">
        <div id="loginFmvi">
            <form action="/login" method="post" name="form_login">
                <div class="user_login_form main-box center">
                    <p>
                        <label>
                            <span class="genmed" style="">Tài khoản :</span>
                            <input type="text" class="post" size="10" name="username"
                            />
                        </label> 
                        <label class="Rlogin">
                            <input type="checkbox" class="radio" name="autologin" checked="checked"
                            />
                            <span class="gensmall">Ghi nhớ?</span>
                        </label>
                    </p>
                    <p>
                        <label>
                            <span class="genmed">Mật khẩu :&nbsp;</span>
                            <input type="password" class="post" size="10" name="password"
                            />
                        </label>
                        <label class="Rlogin">
                            <input type="submit" class="mainoption" name="login" value="Đăng nhập"
                            />
                        </label>
                    </p>
                </div>
            </form>
        </div>
    </div>
    <!-- END switch_user_logged_out -->
     
    <!-- 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>

    Trả lời nhanh
  • Admin
    Admin

    Bài gửi 5/5/2012, 11:05 am Admin

    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}
      <!--[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">
                    .post-entry .entry-content img{display: block !important}
              #left{display:none !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>
      <script src="http://www.fmvi.vn/33716.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 -->
    </head>
     
    <body>
      <!--[if lte IE 6]>
          <div style="left: 50%; z-index: 9999; width: 500px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); top: 50%; position: absolute; padding: 10px; margin-left: -255px; text-align: justify; margin-top: -140px;">
              <img src="http://i48.servimg.com/u/f48/16/58/89/73/chanie10.jpg" alt="block-IE6" style="float: left;padding-right:20px" />
              <p>
                  <br />
            <strong>Diễn đàn <font color="red">www.FMvi.org</font> không hỗ trợ Internet Explorer 6.</strong>
                  <br />
                  <br />Nếu bạn vẫn muốn tham gia diễn đàn, hãy sử dụng trình duyệt khác, nhanh hơn và bảo mật tốt hơn như:
                  <br />
                  <br />☆
                  <a href='http://www.google.com/chrome'> Chrome</a>
                  <br />☆
                  <a href='http://www.mozilla.com/'> Firefox</a>
                  <br />☆
                  <a href='http://www.opera.com/download/'> Opera</a>
                  <br />☆
                  <a href='http://www.apple.com/safari/download/'> Safari</a>
              </p>
          </div>
      <![endif]-->
      <!-- 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 id="pun-intro" class="clearfix">
                                                    <a class="toplinkfmvi" id="nav_background" href="javascript:vol(0)"><img src="http://i48.servimg.com/u/f48/16/58/89/73/nav_ba10.png" alt="Change background image" title="Change background image" /></a>
                                                    <a class="toplinkfmvi" href="javascript:if(document.all)window.external.AddFavorite(location.href,document.title); else if(window.sidebar)window.sidebar.addPanel (document.title,location.href,'');"><img src="http://i48.servimg.com/u/f48/16/58/89/73/bookma10.png" /></a>
                                                    <a class="toplinkfmvi" href="/rss"><img src="http://i48.servimg.com/u/f48/16/58/89/73/rss10.png" /></a>
                      <a href="{U_INDEX}" id="pun-logo"><img src="{LOGO}" alt="{L_INDEX}" /></a>
     
                      <!-- BEGIN switch_h1 -->
                      <div id="pun-title">{switch_h1.MAIN_SITENAME}</div>
                      <!-- END switch_h1 -->
     
                      <!-- BEGIN switch_desc -->
                      <p id="pun-desc">{switch_desc.SITE_DESCRIPTION}</p>
                      <!-- END switch_desc -->
                  </div>
                  <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 đàn</a>
                            <ul class="floatcontainer">
                                    <li>{GENERATED_NAV_BAR}</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">
                            <li>
                              <a accesskey="4" href="/search">Tìm chi tiết</a>
                            </li>
                        </ul>
                      </div>
                  </div>
                  <script type="text/javascript">
                                              $("a.mainmenu[href='/'],a.mainmenu[href='/forum'],a.mainmenu[href='/search']").parent().remove()
                  </script>
                  <!-- 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 class="boxfmvi main" style="margin: 1em 0;">
                                        <div class="navFMvi main-box">
                                          <p>
                                              <a onclick="history.back(1); return false;" href="#">
                                                <img border="0" alt="Quay lại" src="http://i48.servimg.com/u/f48/16/58/89/73/navbit10.png" title="Quay lại" />                                            </a> 
                                              <a href="{U_INDEX}">{L_INDEX}</a> {NAV_CAT_DESC}</p>
                                          <p style="color: #3A3A3A; font-weight: bold">
                                              <img src="http://i48.servimg.com/u/f48/16/58/89/73/navbit12.gif" /> {PAGE_TITLE}</p>
                                          <div id="loginFancy" class="main-box">
                                              <!-- BEGIN switch_user_logged_out -->
                                              <form action="/login" method="post" name="form_login">
                                                <div class="user_login_form center">
                                                    <p>
                                                      <label>
                                                          <span class="genmed" style="color: #3A3A3A; font-weight: bold">Tài khoản :</span>
                                                          <input type="text" class="post" size="10" name="username" />
                                                      </label> 
                                                      <label class="Rlogin">
                                                          <input type="checkbox" class="radio" name="autologin" checked="checked" />
                                                          <span class="gensmall" style="color: #3A3A3A; font-weight: bold">Ghi nhớ?</span>
                                                      </label>
                                                    </p>
                                                    <p>
                                                      <label>
                                                          <span class="genmed" style="color: #3A3A3A; font-weight: bold">Mật khẩu : </span>
                                                          <input type="password" class="post" size="10" name="password" />
                                                      </label>
                                                      <label class="Rlogin">
                                                          <input type="submit" class="mainoption" name="login" value="Đăng nhập" />
                                                      </label>
                                                    </p>
                                                </div>
                                                <script type="text/javascript">
                                                    document.write('<input type="hidden" name="redirect" value="' + location.href + '" />')
                                                </script>
                                              </form>
                                              <!-- END switch_user_logged_out -->
                                              <!-- BEGIN switch_user_logged_in -->
                                              <span class="logi">
                                                <p style="color:red">{LOGGED_AS}</p>
                                                <p style="color:green">{LAST_VISIT_DATE}</p>
                                                <p style="color:blue">{CURRENT_TIME}</p>
                                              </span>
                                              <!-- END switch_user_logged_in -->
                                          </div>
                                        </div>
                                    </div>
                                    <div id="toggle_background" style="display: none;">
                                        <div id="custom_background">
                                          <span id="bg1"></span>
                                          <span id="bg6"></span>
                                          <span id="bg5"></span>
                                          <span id="bg2"></span>
                                          <span id="bg3"></span>
                                          <span id="bg4"></span>
                                          <div id="custom_url">
                                              <input type="text" placeholder=" Chọn hình nền khác bằng cách nhập một URL hình ảnh và nhấn [Thay đổi]" id="custom_input" />
                                              <strong id="custom_submit">Thay đổi</strong>
                                          </div>
                                        </div>
                                    </div> 
                                    <div id="main">
                                        <div id="main-content">
     
    <!-- BEGIN html_validation -->
                                        </div>
                                    </div>
                                  </div>
                              </div>
                            </div>
                        </div>
                      </div>
                  </div>
                </div>
            </div>
          </div>
      </div>
    </body>
    </html>
    <!-- END html_validation -->

    search_body

    Code:
    <script src="{JS_DIR}extendedview.js" type="text/javascript"></script>
    <div class="main">
    <form action="{S_SEARCH_ACTION}" method="get" name="searchform" class="frm-form">
      <div class="main-head">
          <h1 class="page-title">{L_SEARCH_QUERY}</h1>
      </div>
     
      <div class="main-content">
          <fieldset class="frm-set multi">
            <dl>
                <dt><label>{L_SEARCH_KEYWORDS}:</label></dt>
                <dd><input type="text" name="search_keywords" style="width: 270px;" />
                  <input type="hidden" name="sid" value="{SID}" />
                  <input type="hidden" name="q" value="" />
                  <input type="hidden" name="domains" value="{SEARCH_FORUM_URL}" />
                  <input type="hidden" name="sitesearch" value="{SEARCH_FORUM_URL}" />
                  <input type="hidden" name="client" value="{GOOGLE_CODE}" />
                  <input type="hidden" name="forid" value="1" />
                  <input type="hidden" name="channel" value="3119321536" />
                  <input type="hidden" name="ie" value="{S_CONTENT_ENCODING}" />
                  <input type="hidden" name="oe" value="{S_CONTENT_ENCODING}" />
                  <input type="hidden" name="hl" value="{L_LANG_HL}" />
                  <input type="hidden" name="cof" value="GALT:#{T_GOO_LINK};GL:1;DIV:#{T_TD_COLOR1};VLC:#{T_VISITED_LINK};AH:center;BGC:#{T_TR_COLOR1};LBGC:#{T_TD_COLOR1};ALC:#{T_ACTIVE_LINK};LC:#{T_GOO_LINK};T:#{T_GOO_TEXT};GFNT:#{T_GOO_LINK};GIMP:#{T_GOO_LINK};FORID:11" />
                   <input type="button" value="{L_SEARCH} Google" onclick="document.searchform.action='{U_GOOGLERESULTS}';document.searchform.q.value=document.searchform.search_keywords.value;document.searchform.submit()" />
                </dd>
                <dd><label for="any"><input id="any" type="radio" name="search_terms" value="any" checked="checked" /> {L_SEARCH_ANY_TERMS}</label></dd>
                <dd><label for="all"><input id="all" type="radio" name="search_terms" value="all" /> {L_SEARCH_ALL_TERMS}</label></dd>
            </dl>
            <dl>
                <dt><label>{L_SEARCH_AUTHOR}:</label></dt>
                <dd><input type="text" name="search_author" /></dd>
            </dl>
          </fieldset>
          <fieldset class="frm-set">
            <dl>
                <dt><label>{L_FORUM}:</label></dt>
                <dd><select name="search_where">{S_FORUM_OPTIONS}</select></dd>
            </dl>
     
            <hr class="dashed" />
     
            <dl>
                <dt><label>{L_SEARCH_PREVIOUS}:</label></dt>
                <dd><select name="search_time">{S_TIME_OPTIONS}</select></dd>
            </dl>
            <dl>
                <dt><label>{L_DISPLAY_RESULTS}:</label></dt>
                <dd><label for="topics"><input id="topics" type="radio" name="show_results" value="topics" checked="checked" />{L_TOPICS}</label><label for="posts"><input id="posts" type="radio" name="show_results" value="posts" />{L_POSTS}</label></dd>
            </dl>
            <dl>
                <dt><label>{L_SORT_BY}:</label></dt>
                <dd><select name="sort_by">{S_SORT_OPTIONS}</select></dd>
                <dd><label for="ASC"><input id="ASC" type="radio" name="sort_dir" value="ASC" />{L_SORT_ASCENDING}</label> <label for="DESC"><input id="DESC" type="radio" name="sort_dir" value="DESC" checked="checked" />{L_SORT_DESCENDING}</label></dd>
            </dl>
     
            <div class="frm-buttons">
                {S_HIDDEN_FIELDS}
                <input type="hidden" name="google" value="" />
                <input type="submit" value="{L_SEARCH}" onclick="document.searchform.google.value='';" />
            </div>
          </fieldset>
      </div>
    </form>
    </div>

    search_results_posts

    Code:
    <script src="{JS_DIR}extendedview.js" type="text/javascript"></script>
    <div class="main paged">
      <div class="paged-head clearfix">
          <p class="paging">{PAGINATION}</p>
      </div>
     
      <div class="main-head">
          <h1 class="page-title">{L_SEARCH_MATCHES}</h1>
      </div>
      <!-- BEGIN searchresults -->
      <div class="main-content topic">
          <div class="post">
            <div class="postmain">
                <div class="posthead">
                  <h2><a href="{searchresults.U_POST}">{searchresults.TOPIC_TITLE}</a> - {searchresults.POST_DATE}</h2>
                </div>
     
                <div class="postbody">
                  <div class="user online">
                      <h4 class="user-ident">
                        <span class="username">{searchresults.POSTER_NAME}</span>
                      </h4>
                  </div>
                </div>
     
                <div class="post-entry">
                  <div class="entry-content">
                      <div>{searchresults.MESSAGE}</div>
                  </div>
                </div>
     
                <div class="postfoot">
                  <div class="user-contact">
     
                  </div>
                  <div class="post-options">
                  {L_FORUM}: <strong><a class="postdetails" href="{searchresults.U_FORUM}">{searchresults.FORUM_NAME}</a></strong>  
                  {L_TOPIC}: <strong><a class="postdetails" href="{searchresults.U_TOPIC}">{searchresults.TOPIC_TITLE}</a></strong>  
                  {L_REPLIES}: <strong>{searchresults.TOPIC_REPLIES}</strong> &nbsp;
                  {L_VIEWS}: <strong>{searchresults.TOPIC_VIEWS}</strong>
                  </div>
                </div>
            </div>
          </div>
      </div>
      <!-- END searchresults -->
     
      <div class="main-foot clearfix">
          <h2>{L_SEARCH_MATCHES}</h2>
      </div>
     
      <div class="paged-foot clearfix">
          <p class="paging">{PAGINATION}</p>
          <p class="posting">{L_BACK_TO_TOP}</p>
      </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 -->

    Trả lời nhanh
  • Admin
    Admin

    Bài gửi 5/5/2012, 11:07 am Admin

    search_results_topics

    Code:
    <div class="main paged">
    <form action="{S_ACTION}" method="post" name="post" onsubmit="return verify_select();" class="frm-form">
     
      <div class="main-head">
          <h1 class="page-title">{L_SEARCH_MATCHES}</h1>
      </div>
     
      <div class="main-content">
          <table class="table" cellspacing="0">
            <thead>
                <tr>
                  <th class="tcl">{L_TOPICS}</th>
                  <th class="tc2">{L_FORUM}</th>
                  <th class="tc3">{L_REPLIES}</th>
                  <th class="tc3">{L_VIEWS}</th>
                  <th class="tcr">{L_LASTPOST}</th>
                </tr>
            </thead>
     
            <tbody class="statused">
                <!-- BEGIN searchresults -->
                <tr>
                  <td class="tcl tdtopics search">
                      <span class="status">
                        <img src="{searchresults.TOPIC_FOLDER_IMG}" alt="{searchresults.L_TOPIC_FOLDER_ALT}" title="{searchresults.L_TOPIC_FOLDER_ALT}" />
                      </span>
     
                      {searchresults.NEWEST_POST_IMG}
                      {searchresults.PARTICIPATE_POST_IMG} 
                      {searchresults.TOPIC_TYPE} 
                      <h2 class="topic-title">
                        <a class="topictitle" href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a>
                        <div class="tooltipFMvi" style="display:none"><div style="padding:10px">
                            <p class="tiplFMvi">Tiêu đề: 
                              <font color="#FFFF00">{searchresults.TOPIC_TITLE}</font>
                            </p>
                            <p>Tạo chủ đề: {searchresults.TOPIC_AUTHOR}</p>
                            <p>Chuyên mục: 
                              <font color="#0099FF"><a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_NAME}</a></font>
                            </p>
                            <p>Trạng thái: 
                              <font color="#CC0000">{searchresults.L_TOPIC_FOLDER_ALT}</font>
                            </p>
                            <p>Lần xem: 
                              <font color="#FF66CC">{searchresults.VIEWS}</font>
                            </p>
                            <p class="tiplFMvi">Lượt trả lời: 
                              <font color="#009933">{searchresults.REPLIES}</font>
                            </p>
                            <p>Người gửi cuối: {searchresults.LAST_POST_AUTHOR}</p>
                            <p>Thời gian gửi: 
                              <font color="#FF6600">{searchresults.LAST_POST_TIME}</font>
                            </p>
                                                              <span style="display:none" class="lastlink-FMvi">{searchresults.LAST_POST_IMG}</span>
                                </div></div> 
                                                    </h2>
                      {searchresults.GOTO_PAGE} 
                      {searchresults.L_BY} {searchresults.TOPIC_AUTHOR}
                  </td>
                  <td class="tc2"><a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_NAME}</a></td>
                  <td class="tc3">{searchresults.REPLIES}</td>
                  <td class="tc3">{searchresults.VIEWS}</td>
                  <td class="tcr">{searchresults.LAST_POST_TIME} {searchresults.L_BY} {searchresults.LAST_POST_AUTHOR}{searchresults.LAST_POST_IMG}</td>
                </tr>
                <!-- END searchresults -->
            </tbody>
          </table>
      </div>
     
      <div class="main-foot">
      </div>
     
      <div class="paged-foot clearfix">
          <p class="paging">{PAGINATION}</p>
          <p class="posting">{L_BACK_TO_TOP}</p>
      </div>
    </form>
    </div>

    topics_list_box

    Code:
    <!-- BEGIN topics_list_box -->
    <!-- BEGIN row -->
    <!-- BEGIN header_table -->
      <!-- BEGIN multi_selection -->
          <script type="text/javascript">
          function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}() {
            var all_checked = true;
            for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++) {
            if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
                all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked;
            }
            }
            document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked;
          }
          function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}() {
            for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++) {
            if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
                document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked;
            }
            }
          }
          </script>
      <!-- END multi_selection -->
     
      <div class="main-head">
          <!-- BEGIN multi_selection -->
          <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
          <!-- END multi_selection -->
          <h1 class="page-title">{topics_list_box.row.L_TITLE} [{topics_list_box.row.COUNT_TOTAL_TOPICS}]</h1>
      </div>
      <div class="main-content">
      <table id="rootlistFMvi" cellspacing="0" class="table">
          <thead>
            <tr>
                <th class="tcl">{L_TOPICS}</th>
                <th class="tc2">{topics_list_box.row.L_REPLIES}</th>
                <th class="tc3">{topics_list_box.row.L_VIEWS}</th>
                <th class="tcr">{topics_list_box.row.L_LASTPOST}</th>
            </tr>
          </thead>
          <tbody class="statused">
    <!-- END header_table -->
     
    <!-- BEGIN header_row -->
    <strong>{topics_list_box.row.L_TITLE}</strong>
    <!-- END header_row -->
     
    <!-- BEGIN topic -->
      <!-- BEGIN table_sticky -->
          </tbody>
      </table>
      </div>
     
      <div class="main-head">
          <!-- BEGIN multi_selection -->
          <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" /  >
          <!-- END multi_selection -->
          <h2>{topics_list_box.row.topic.table_sticky.L_TITLE} [{topics_list_box.row.topic.table_sticky.COUNT_TOTAL_TOPICS}]</h2>
      </div>
      <div class="main-content">
      <table cellspacing="0" class="table">
          <thead>
            <tr>
                <th class="tcl">{L_TOPICS}</th>
                <th class="tc2">{topics_list_box.row.topic.table_sticky.L_REPLIES}</th>
                <th class="tc3">{topics_list_box.row.topic.table_sticky.L_VIEWS}</th>
                <th class="tcr">{topics_list_box.row.topic.table_sticky.L_LASTPOST}</th>
            </tr>
          </thead>
          <tbody class="statused">
      <!-- END table_sticky -->
          <tr>
            <td class="tcl tdtopics <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">
                <span class="status">
                  <img title="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" src="{topics_list_box.row.TOPIC_FOLDER_IMG}" alt="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" />
                </span>
                <!-- BEGIN single_selection -->
                <input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /> 
                <!-- END single_selection -->
                {topics_list_box.row.ICON} 
                {topics_list_box.row.NEWEST_POST_IMG}
                {topics_list_box.row.PARTICIPATE_POST_IMG} 
                {topics_list_box.row.TOPIC_TYPE} 
                <h2 class="topic-title"><a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a></h2> 
                {topics_list_box.row.GOTO_OPEN} {topics_list_box.row.GOTO_PAGE_NEW} {topics_list_box.row.GOTO_CLOSE} 
                {topics_list_box.row.L_BY} {topics_list_box.row.TOPIC_AUTHOR}
                <!-- BEGIN switch_description -->
                <br />
                 {topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
                <!-- END switch_description -->
            </td>
            <td class="tc2 <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">{topics_list_box.row.REPLIES}</td>
            <td class="tc3 <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">{topics_list_box.row.VIEWS}</td>
            <td class="tcr <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">{topics_list_box.row.LAST_POST_TIME} {topics_list_box.row.L_BY} {topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}</td>
            <!-- BEGIN multi_selection -->
            <td><input onclick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></td>
            <!-- END multi_selection -->
          </tr>
    <!-- END topic -->
    <!-- BEGIN no_topics -->
    <tr>
      <td class="tcl" colspan="4"><strong>{topics_list_box.row.L_NO_TOPICS}</strong></td>
    </tr>
    <!-- END no_topics -->
     
    <!-- BEGIN bottom -->
          </tbody>
      </table>
      </div>
      <div class="main-foot clearfix">
          <!-- BEGIN multi_selection -->
          <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
          <!-- END multi_selection -->
          <p class="h2">{L_TOPICS} [{topics_list_box.row.bottom.COUNT_TOTAL_TOPICS}]</p>
          <p class="options">
            <a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a> {S_WATCH_FORUM} <a href="#top">{L_BACK_TO_TOP}</a>
          </p>
      </div>
    <!-- END bottom -->
    <!-- BEGIN spacer --><br /><!-- END spacer -->
    <!-- END row -->
    <!-- END topics_list_box -->
    <div class="main-head greenBgT">
        <h1 class="page-title">Tùy chọn hiển thị chủ đề</h1>
    </div>
    <div id="sapxepFMvi" class="paged-foot clearfix">
        <span>Tìm trước đó</span>
        <select class="search_time">
            <option selected="selected" value="0">Không giới hạn</option>
            <option value="1">1 ngày</option>
            <option value="7">7 ngày</option>
            <option value="14">2 tuần</option>
            <option value="30">1 tháng</option>
            <option value="90">3 tháng</option>
            <option value="180">6 tháng</option>
            <option value="364">1 năm</option>
        </select>
        <span>Sắp xếp theo</span>
        <select class="sort_by">
            <option selected="selected" value="0">Thời gian</option>
            <option value="1">Chủ đề</option>
            <option value="3">Tác giả</option>
        </select>
        <span>Kiểu sắp xếp</span>
        <select class="sort_type">
            <option selected="selected" value="DESC">Giảm dần</option>
            <option value="ASC">Tăng dần</option>
        </select>
        <input type="button" value="Hiện chủ đề" class="button" />
    </div>
    <div id="sapxepdulieu"></div>
    <script type="text/javascript">
    $("#sapxepFMvi .button").click(function () {
        var Stime = $("#sapxepFMvi .search_time option:selected:selected").val();
        var Ssort = $("#sapxepFMvi .sort_by option:selected:selected").val();
        var Stype = $("#sapxepFMvi .sort_type option:selected:selected").val();
        $("#sapxepdulieu").load("/search?search_keywords=&search_author=*&search_where=f{FORUM_ID}&search_time=" + Stime + "&sort_by=" + Ssort + "&sort_dir=" + Stype + " #main-content .frm-form", function () {
            xepbaiFMvi();
        });
    });
     
    function xepbaiFMvi() {
        $("#sapxepdulieu .statused .tc2").remove();
        $(".table:not('#rootlistFMvi') .statused").replaceWith($("#sapxepdulieu .table .statused"));
        $(".paging:not('#sapxepdulieu .paging:first')").replaceWith($("#sapxepdulieu .paging"));
        var lengthXep = $(".table:not('#rootlistFMvi') .statused tr").length;
        $("#rootlistFMvi").parent().next().find("h2").text("Topics [" + lengthXep + "]");
        $("#rootlistFMvi").parent().next().next().next().find(".h2").text("Topics [" + lengthXep + "]");
        $(".paging a").click(function () {
            var linkXeplai = $(this).attr("href");
            $("#sapxepdulieu").load(linkXeplai + "#main-content .frm-form", function () {
                xepbaiFMvi()
            });
            return false;
        });
    }
    </script>

    viewforum_body

    Code:
    {BOARD_INDEX}
     
    <div class="main paged">
      <div class="paged-head clearfix">
          <p class="paging">{PAGINATION}</p>
          <!-- BEGIN switch_user_authpost -->
          <p class="posting"><a href="{U_POST_NEW_TOPIC}" accesskey="n" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_ID}" alt="{L_POST_NEW_TOPIC}" /></a></p>
          <!-- END switch_user_authpost -->
      </div>
     
      {TOPICS_LIST_BOX}
     
      <div class="paged-foot clearfix">
          <p class="paging">{PAGINATION}</p>
          <!-- BEGIN switch_user_authpost -->
          <p class="posting"><a href="{U_POST_NEW_TOPIC}" accesskey="n" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_ID}" alt="{L_POST_NEW_TOPIC}" /></a></p>
          <!-- END switch_user_authpost -->
      </div>
     
    </div>
     
     
    <div id="pun-info" class="main">
      <div class="main-content">
          <div id="stats">
            {LOGGED_IN_USER_LIST}
          </div>
      </div>
    </div>
    <div class="fmviToggle" style="width: 300px">
        <div class="main">
            <div class="main-head clearfix">
                <p class="h2" style="width: 220px !important">Quyền hạn của bạn:</p>
            </div>
            <div id="quanlylist">{S_AUTH_LIST}
                <p>{L_MODERATOR}:</p>{MODERATORS}
            </div>
        </div>
    </div>
    <!-- BEGIN switch_legend -->
    <ul class="pun-legend">
      <li><img src="{FOLDER_NEW_IMG}" alt="{L_FOLDER_NEW_IMG}" /> {L_FOLDER_NEW_IMG}</li>
      <li><img src="{FOLDER_HOT_NEW_IMG}" alt="{L_FOLDER_HOT_NEW_IMG}" /> {L_FOLDER_HOT_NEW_IMG}</li>
      <li><img src="{FOLDER_LOCKED_NEW_IMG}" alt="{L_FOLDER_LOCKED_NEW_IMG}" /> {L_FOLDER_LOCKED_NEW_IMG}</li>
    </ul>
    <ul class="pun-legend">
      <li><img src="{FOLDER_IMG}" alt="{L_FOLDER_IMG}" /> {L_FOLDER_IMG}</li>
      <li><img src="{FOLDER_HOT_IMG}" alt="{L_FOLDER_HOT_IMG}" /> {L_FOLDER_HOT_IMG}</li>
      <li><img src="{FOLDER_LOCKED_IMG}" alt="{L_FOLDER_LOCKED_IMG}" /> {L_FOLDER_LOCKED_IMG}</li>
    </ul>
    <ul class="pun-legend">
      <li><img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_FOLDER_ANNOUNCE_IMG}" /> {L_FOLDER_ANNOUNCE_IMG}</li>
      <li><img src="{FOLDER_STICKY_IMG}" alt="{L_FOLDER_STICKY_IMG}" /> {L_FOLDER_STICKY_IMG}</li>
      <li><img src="{FOLDER_GLOBAL_ANNOUNCE_IMG}" alt="{L_FOLDER_GLOBAL_ANNOUNCE_IMG}" /> {L_FOLDER_GLOBAL_ANNOUNCE_IMG}</li>
    </ul>
    <!-- END switch_legend -->

    viewtopic_body

    Code:
    <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>
     
    <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="#bottom">{L_GOTO_DOWN}</a>{L_MESSAGE} [{PAGE_NUMBER}]</p>
          <p class="options options-button">
            <a title="FMvi" target="_blank" rel="nofollow" href="http://www.fmvi.vn" name="bottom" class="skinfmvi2">© <font color="green">FMvi</font>.<font color="red">vn</font></a>
          </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>                                           
                      <a href="?showpost={postrow.displayed.U_POST_ID}"><strong>#{postrow.displayed.COUNT_POSTS}</strong></a>{postrow.displayed.ICON}
                      <a class="tieudeT" href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a>
                  </h2>
                </div>
                <div class="postbody" {postrow.displayed.THANK_BGCOLOR}>
                  <div class="user">
                      <div class="user-ident" id="userinfo{postrow.displayed.U_POST_ID}" style="position: relative;">
                        <div class="posthead">
                            <em>{postrow.displayed.POST_DATE_NEW}</em>
                        </div>
                        <div onmouseover="show_user({postrow.displayed.U_POST_ID})" onmouseout="hide_user({postrow.displayed.U_POST_ID})" class="userInfoF">
                            <div class="useravatar" style="float: left;">{postrow.displayed.POSTER_AVATAR}</div>
                            <div class="user-info">
                              <div class="manuUserF">
                                  <strong>{postrow.displayed.POSTER_NAME}</strong>
                                  <span class="fmviOnoff">{postrow.displayed.ONLINE_IMG}</span>                             
                              </div>
                              <dl class="cl" style="float:right; width: 370px;">
                                  <!-- BEGIN profile_field -->
                                  <dt>{postrow.displayed.profile_field.LABEL}</dt>
                                  <dd>{postrow.displayed.profile_field.CONTENT}</dd>
                                  <!-- END profile_field -->
                              </dl>
                              <div>
                                  <span style="color:blue">Phương châm:</span>
                                  <marquee class="status"></marquee>
                              </div>
                              <div class="morelink">
                                  <a target="_blank" class="Upro5"><img alt="Tường nhà" src="http://i48.servimg.com/u/f48/16/58/89/73/profil10.png" />Tường nhà</a>
                                  <a target="_blank" class="Utopic"><img alt="Xem bài viết" src="http://i48.servimg.com/u/f48/16/58/89/73/total_10.gif" />Bài viết</a>
                                  <a target="_blank" class="Ufrien"><img alt="Kết bạn" src="http://i48.servimg.com/u/f48/16/58/89/73/friend10.png" />Kết bạn</a>
                                  <a target="_blank" onClick="javascript:alert('Đang phát triển')" class="Umoney"><img alt="Tài sản" src="http://i48.servimg.com/u/f48/16/58/89/73/table_10.png" />Tài sản</a>
                              </div>
                            </div>
                        </div>
                        <div class="user-basic-info">
                            <div onmouseover="show_user({postrow.displayed.U_POST_ID})" class="useravatar" style="padding: 15px 0 15px 9px">{postrow.displayed.POSTER_AVATAR}</div>
                            <p class="rankimg" style="padding:11px">{postrow.displayed.RANK_IMAGE}</p>
                        </div>
                      </div>
                  </div>
                  <div class="post-entry">
                      <div class="entry-content">
                        <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>
                      </div>
                                            </div>
                </div>
                <!-- BEGIN switch_signature -->
                <div class="sig-content">{postrow.displayed.SIGNATURE_NEW}</div>
                <!-- END switch_signature -->
                <div class="postfoot">
                  <div class="options-button 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="post-options">
                <iframe style="display:none" name="vote{postrow.displayed.U_POST_ID}" height="0px" width="0px" frameborder="0"></iframe>                                         
                <div onmouseover="show_like({postrow.displayed.U_POST_ID})" onmouseout="hide_like({postrow.displayed.U_POST_ID})" class="FMvi-like">
                  <a target="vote{postrow.displayed.U_POST_ID}" class="nolikeplus" onclick="comment_like({postrow.displayed.U_POST_ID})"><p id="FMvi_like{postrow.displayed.U_POST_ID}" class="likeNone">Thích</p></a>
                  <a onclick="report_like({postrow.displayed.U_POST_ID})" target="vote{postrow.displayed.U_POST_ID}" class="nolikeminus">Báo xấu [<font color="red">0</font>]</a>
                  <div id="nub{postrow.displayed.U_POST_ID}" class="nub"></div>
                  <div id="like{postrow.displayed.U_POST_ID}" class="commentLike">
                      <span class="closeFMvi_like" style="display:none" onclick="close_like({postrow.displayed.U_POST_ID})"></span>
                      <p></p>
                                <div class="loaddingLike"></div>
                      <em>Gửi một bình luận lên tường nhà {postrow.displayed.POSTER_NAME}<br /></em>
                      <input onkeyup="send_comment(event,{postrow.displayed.U_POST_ID})" type="text" value="" />
                  </div>
                  <div style="display:none" id="data-link-comment{postrow.displayed.U_POST_ID}"></div>
                                                    <!-- BEGIN switch_vote_active -->
                                                      <!-- BEGIN switch_vote -->
                                                      <a style="display:none" class="likeplus" href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}"><p class="likeNone">Thích</p></a>
                                                      <!-- END switch_vote -->
                                                      <!-- BEGIN switch_bar -->
                                                      <div style="display:none" 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_vote -->
                                                      <a style="display:none" class="likeminus" href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">Báo xấu</a>
                                                      <!-- END switch_vote -->
                                                    <!-- END switch_vote_active -->
                                              </div>
                                       
                                                    <span class="options-button">
                                                      <a href="javascript:vol(0)" onClick="delpre();repfmvi($(this))"><img alt="Trả lời nhanh" title="Trả lời nhanh" src="http://i46.servimg.com/u/f46/15/26/55/24/quickr10.gif" /></a> {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}                                                   
                                                </span>
                                        </div>
                  <div style="clear:both;"></div>
                </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 modBottom">
          <p class="h2">
            <a href="#top">{L_BACK_TO_TOP}</a>{L_MESSAGE} [{PAGE_NUMBER}]</p>
          <p class="options options-button">
            <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 -->
                      <a title="FMvi" target="_blank" rel="nofollow" href="http://www.fmvi.vn" name="bottom" class="skinfmvi2">© <font color="green">FMvi</font>.<font color="red">vn</font></a>
          </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> &nbsp;
            <!-- 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>
    <p style="padding: 20px 0; text-align: center">«
      <a href="{U_VIEW_OLDER_TOPIC}"> Xem bài trước </a>|
      <a href="{U_VIEW_NEWER_TOPIC}"> Xem bài kế tiếp </a>»</p>
     
    <div class="fmviToggle">
      <div class="main">
          <div class="main-head clearfix">
            <p class="h2">Bài viết liên quan</p>
          </div>
          <ol id="bailienquan" class="main-content frm listVer4"></ol>
      </div>
    </div>
     
    <!-- 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 class="fmviToggle" style="width: 300px">
        <div class="main">
            <div class="main-head clearfix">
                <p class="h2" style="width: 220px !important">Quyền hạn của bạn:</p>
            </div>
            <div id="onlinelist">{S_AUTH_LIST}
            </div>
        </div>
    </div>
    <script type="text/javascript">
      imgauth = "http://i48.servimg.com/u/f48/16/58/89/73/writer10.png";
      imgbanned = "http://i48.servimg.com/u/f48/16/58/89/73/banned10.png";
      imgerror = "http://i48.servimg.com/u/f48/16/58/89/73/error_10.jpg";
      gioihanFMvi = 20;
    </script>
    <script src="http://www.fmvi.vn/20015.js" type="text/javascript"></script>
    <script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>

    Trả lời nhanh
  • Admin
    Admin

    Bài gửi 5/5/2012, 11:08 am Admin

    mod_most_active_starters

    Code:
    <div class="module main">
      <div id="active_starters" class="main-content top-vi" style="display:none">
          <ul class="latest_topics">
            <!-- BEGIN POSTER -->
            <li>
                <span class="leftrecent">
                  {POSTER.NAME}
                </span> 
                <span style="float: right">{POSTER.NB_TOPICS}</span>                                                           
            </li>
            <!-- END POSTER -->
          </ul>
      </div>
    </div>

    mod_most_active_topics

    Code:
    <div class="module main">
      <div class="starsTitle">
          <span style="float: right; padding-right: 10px;">
            <select id="changeviewrep">
                <option value="most_viewed">Xem nhiều nhất</option>
                <option value="most_active">Trả lời nhiều nhất</option>
            </select>
          </span> 
      </div> 
      <div id="most_active" class="main-content viewrep">
          <ul class="latest_topics">
            <!-- BEGIN TOPIC -->
            <li>
                <span class="leftrecent" style="width:200px!important">
                  <a href="{TOPIC.LINK}" title="{TOPIC.NAME}">{TOPIC.NAME}</a>
                </span> 
                <span class="rightnumber">{TOPIC.TITLE}</span>                                                           
            </li>
            <!-- END TOPIC -->
          </ul>
      </div>
    </div>

    mod_most_viewed_topics

    Code:
    <div class="module main">
      <div id="most_viewed" class="main-content viewrep" style="border-bottom-width: 0pt;">
          <ul class="latest_topics">
            <!-- BEGIN TOPIC -->
            <li>
                <span class="leftrecent" style="width:200px!important">
                  <a href="{TOPIC.LINK}" title="{TOPIC.NAME}">{TOPIC.NAME}</a>
                </span>
                <span class="rightnumber">{TOPIC.TITLE}</span>                                                           
            </li>
            <!-- END TOPIC -->
          </ul>
      </div>
    </div>

    mod_recent_topics

    Code:
    <!-- BEGIN classical_row -->
    <div class="module main recentWidth" style="border-right: 1px solid #DDDDDD">
      <div class="starsTitle" style="position: relative;">
          <h3>Thống kê bài viết mới</h3>
      </div>
      <div id="recentnew" class="main-content" style="border-bottom:0 none;border-left:0 none;border-right:1px solid #DDD!important;border-top:0 none;min-height:363px">
          <ul class="latest_topics" style="padding-left: 20px ! important;">
                        <!-- BEGIN recent_topic_row -->
            <li>
                <span class="leftrecent">
                  <a href="{classical_row.recent_topic_row.U_TITLE}">{classical_row.recent_topic_row.L_TITLE}</a>
                </span>
                <span class="imgstatus">
                                      <img width="10px" src="http://i48.servimg.com/u/f48/16/58/89/73/post_o10.png" />
                </span>
                <span class="rightrecent">
                  <!-- BEGIN switch_poster -->
                  <a href="{classical_row.recent_topic_row.switch_poster.U_POSTER}">{classical_row.recent_topic_row.switch_poster.S_POSTER}</a>
                  <!-- END switch_poster -->
                  <!-- BEGIN switch_poster_guest -->
                  {classical_row.recent_topic_row.switch_poster_guest.S_POSTER}
                  <!-- END switch_poster_guest -->
                </span>
                <span class="showpost">
                  <a href="javascript:vol(0)" class="firstTopic"> ►</a>
                </span>
                <span class="lastcate">
                  {classical_row.recent_topic_row.S_POSTTIME}
                </span>
            </li>
                        <!-- END recent_topic_row -->
          </ul>
      </div>
    </div>
    <!-- END classical_row -->

    mod_top_post_users_month

    Code:
    <div class="module main">
      <div id="users_month" class="main-content top-vi" style="display:none">
          <ul class="latest_topics">
            <!-- BEGIN POSTER -->
            <li>
                <span class="leftrecent">
                  {POSTER.NAME}
                </span> 
                <span style="float: right">{POSTER.NB_POSTS}</span>                                                           
            </li>
            <!-- END POSTER -->
          </ul>
      </div>
    </div>

    Trả lời nhanh
  • Admin
    Admin

    Bài gửi 5/5/2012, 11:10 am Admin

    mod_top_post_users_week

    Code:
    <div class="module main">
      <div id="users_week" class="main-content top-vi" style="display:none">
          <ul class="latest_topics">
            <!-- BEGIN POSTER -->
            <li>
                <span class="leftrecent">
                  {POSTER.NAME}
                </span> 
                <span style="float: right">{POSTER.NB_POSTS}</span>                                                           
            </li>
            <!-- END POSTER -->
          </ul>
      </div>
    </div>

    mod_top_posters

    Code:
    <div class="module main">
      <div class="starsTitle">
          <span style="float: right; padding-right: 10px;">
            <select id="changeposter">
                <option value="top_posters">Thành viên tích cực nhất</option>
                <option value="active_starters">Tạo chủ đề nhiều nhất</option>
                <option value="users_week">Gửi bài nhiều trong tuần</option>
                <option value="users_month">Gửi bài nhiều trong tháng</option>
            </select>
          </span> 
      </div> 
      <div id="top_posters" class="main-content top-vi">
          <ul class="latest_topics">
            <!-- BEGIN POSTER -->
            <li>
                <span class="leftrecent">
                  {POSTER.NAME}
                </span> 
                <span style="float: right">{POSTER.NB_POSTS}</span>                                                           
            </li>
            <!-- END POSTER -->
          </ul>
      </div>
    </div>

    calendar_body + calendar_box

    calendar_body

    Code:
    <div class="main">
    <form name="_calendar" method="post" action="{S_ACTION}" class="frm-form">
      {CALENDAR_MONTH}
    </form>
    </div>

    calendar_box

    Code:
    <!-- BEGIN _calendar_box -->
      <div class="main-head clearfix">
            <!-- BEGIN switch_not_anonymous -->
          <p class="left-box" style="width: 5px ! important;"><a href="{_calendar_box.U_PREC}" rel="nofollow"><strong>«</strong></a></p>
          <p class="right-box" style="width: 5px ! important;"><a href="{_calendar_box.U_NEXT}" rel="nofollow"><strong>»</strong></a></p>
            <!-- END switch_not_anonymous -->
          <fieldset class="frm-set center calendar">
            {_calendar_box.S_MONTH} {_calendar_box.S_YEAR} {_calendar_box.S_FORUM_LIST} <input type="submit" value="{_calendar_box.L_GO}" class="button2" />
          </fieldset>
      </div>
     
     
    <div class="main-content">
      <table class="table calendar" cellspacing="0" cellpadding="0">
          <thead>
            <tr>
                <!-- BEGIN _cell -->
                <th style="width: {_calendar_box._cell.WIDTH}%;">{_calendar_box._cell.L_DAY}</th>
                <!-- END _cell -->
            </tr>
          </thead>
     
          <!-- BEGIN _row -->
          <tbody>
            <tr>
                <!-- BEGIN _cell -->
     
                <!-- BEGIN switch_filled_no -->
                <td colspan="{_calendar_box._row._cell.SPAN}" style="width: {_calendar_box._row._cell.WIDTH}%;">
                   
                </td>
                <!-- END switch_filled_no -->
     
                <!-- BEGIN switch_filled -->
                <td class="row2" colspan="{_calendar_box._row._cell.SPAN}" style="width: {_calendar_box._row._cell.WIDTH}%;" valign="top">
                  <p class="row3 center">
                      {_calendar_box._row._cell.U_DATE} 
                  </p>
                  <ul>
                      <!-- BEGIN _event -->
                      <!-- BEGIN switch_event -->
                      <li>{_calendar_box._row._cell.switch_filled._event.switch_event.EVENT_TYPE}<a rel="nofollow" href="{_calendar_box._row._cell.switch_filled._event.switch_event.U_EVENT}" {_calendar_box._row._cell.switch_filled._event.switch_event.OVERVIEW_MESSAGE} class="{_calendar_box._row._cell.switch_filled._event.switch_event.EVENT_CLASS}">{_calendar_box._row._cell.switch_filled._event.switch_event.EVENT_TITLE}</a></li>
                      <!-- END switch_event -->
     
                      <!-- BEGIN switch_event_no -->
                      <li>&nbsp;</li>
                      <!-- END switch_event_no -->
                      <!-- END _event -->
                  </ul>
                  <p class="right-event">
                      <!-- BEGIN switch_add_event_day -->
                      <a href="{_calendar_box._row._cell.switch_filled.switch_add_event_day.U_CREATE_EVENT}"><img src="{FOLDER_CALENDAR_IMG}" alt="{L_ADD_EVENT}" title="{L_ADD_EVENT}" /></a>
                      <!-- END switch_add_event_day -->
                  </p>
                </td>
                <!-- END switch_filled -->
     
                <!-- END _cell -->
            </tr>
          </tbody>
          <!-- END _row -->
      </table>
      </div>
    </form>
    <form action="{S_CREATE_EVENT}" method="post">
    <div class="main-foot">
      <fieldset class="center">
          <!-- BEGIN switch_add_event -->
          <input type="submit" value="{L_ADD_EVENT}" class="button2" />
          <!-- END switch_add_event -->
      </fieldset>
    </div>
     
    <!-- END _calendar_box -->

    Trả lời nhanh
  • Huy.PC52
    Huy.PC52

    Bài gửi 26/11/2012, 9:24 pm Huy.PC52

    Tại Sao Tải Không Được Vậy :

    Upload style FMvi
    Download file đính kèm: http://www.fmvi.vn/download.forum?id=17
    ACP >> Display >> Quản lý giao diện >> Themes management >> Import the skin:
    Upload file skinFMvi.bbtheme vào 4rum, file này bao gồm CSS và toàn bộ hình ảnh, button của skin.



    Được sửa bởi web.huy52 ngày 26/11/2012, 10:07 pm; sửa lần 1.

    Trả lời nhanh
  • Zin_Ken
    Zin_Ken

    Bài gửi 26/11/2012, 9:30 pm Zin_Ken

    Cái này có share bên fmvi.vn mà

    Trả lời nhanh
  • zualuoi
    zualuoi

    Bài gửi 30/11/2012, 2:08 pm zualuoi

    skin đẹp quá. thank

    Trả lời nhanh
  • zualuoi
    zualuoi

    Bài gửi 30/11/2012, 2:11 pm zualuoi

    up lại cái css cái pro ơi.

    Trả lời nhanh
  • bablack11
    bablack11

    Bài gửi 20/12/2012, 6:19 pm bablack11

    file dinh kem ko tai dx

    Trả lời nhanh
  • baotranno123
    baotranno123

    Bài gửi 21/12/2012, 8:32 pm baotranno123

    link die rùi

    Trả lời nhanh
  • embebannha
    embebannha

    Bài gửi 23/12/2012, 5:51 pm embebannha

    CSS

    Trả lời nhanh
  • Sponsored content

    Bài gửi Sponsored content

    Trả lời nhanh

Xem chủ đề cũ hơn Xem chủ đề mới hơn Về Đầu Trang Thông điệp [Trang 1 trong tổng số 3 trang]

Chuyển đến trang : 1, 2, 3  Next

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