You are not connected. Please login or register

View previous topic View next topic Go down Message [Page 1 of 1]

Moderators
Moderators Quản Lý Viên

Tổng số bài gửi : 96

VNĐ : 257

Uy tín : 9

Gia Nhập : 2013-07-27

code -  [Code] Bài viết cùng chuyên mục/ bài viết liên quan style mới Baivie11
Code:

<!-- Begin bài viết cùng chuyên mục và bài viết liên quan-->
<table class="forumline" width="100%" border="1" cellpadding="0" cellspacing="0">
  <tr>
        <td class="thead" height="28">
            <table width="100%" border="1" cellspacing="0" cellpadding="0">
                <tr>
              <td valign="top">
                        <h1>
                        <center> <b><font color="white"> Bài viết mới cùng chuyên mục</font></b></center>
                        </h1>
                  </td>


                </tr>
            </table>
        </td>
            <td class="thead" height="28">
            <table width="100%" border="1" cellspacing="0" cellpadding="0">
                <tr>
              <td valign="top">
                        <h1>
                          <center><b><font color="white">Bài viết liên quan</font></b></center>
                        </h1>
                  </td>


                </tr>
            </table>
        </td>
    </tr>
    <tr>
     
      <td width="50%"  class="row2"  valign="top">
        <ul id="cungchuyenmuc">
      </ul>
        </td>
   
      <td width="50%"  valign="top">
        <ul id="bailienquan" >
        </ul>
      </td>
    </tr>
</table>
 
<script type="text/javascript">
$(function () {
  $('#cungchuyenmuc').load('/f{FORUM_ID}-forum td:not("td:contains(\"Thông báo chung\"), td:contains(\"Thông báo\"), td:contains(\"Chú ý\")") .topic-title a.topictitle:lt(10)', function () {
  $('#cungchuyenmuc a.topictitle').wrap("<p></p>");
  });
  var topictitleFMvi = '{TOPIC_TITLE}';
  var fmviTopictitle = topictitleFMvi.replace(/ /gi, '+');
  $('#bailienquan').load('/search?mode=searchbox&search_keywords=' + fmviTopictitle + '&show_results=topics td:not("td:contains(\"Announcement\"), td:contains(\"Sticky\"), td:contains(\"Global announcement\")") .topic-title a.topictitle:lt(10)', function () {
  $('#bailienquan a.topictitle').wrap("<p> </p>");
  });
});
</script>
<style>
#cungchuyenmuc{
height: 150px;
overflow:auto;
}
#bailienquan{
height: 150px;
overflow:auto;
}
</style>
<!-- End bài viết cùng chuyên mục và bài viết liên quan-->

View previous topic View next topic Back to top Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum