1 Code bảng thống kê dạng tabs Tue Apr 16, 2013 7:59 am
Demon:
Code:
Code:
Vào index_body tìm đoạn code
Thay Bằng
- Code:
<!-- BEGIN disable_viewonline --> ......<!-- END disable_viewonline -->
- Code:
<!-- BEGIN disable_viewonline -->
<!-- what's going on box -->
<br />
<br />
<div id="tabs_container">
<ul id="stabs">
<li class="active">
<a href="#tab1">Thống kê</a>
</li><li><a href="#tab2">Liên kết</a></li>
<li><a href="#tab3">Thông tin</a></li></ul>
</div>
<div id="tabs_content_container">
<div id="tab1" class="tab_content" style="display: block;">
<div id="stats">
<font style="float:right;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px" >{TOTAL_POSTS}
</font>
<font style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px">{TOTAL_USERS}</font>
<br /><font style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px">{NEWEST_USER}</font>
<font style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px">
<br />
{TOTAL_USERS_ONLINE}
<br />
{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}
<br /><table>{L_CONNECTED_MEMBERS}</table>
Nhóm: {GROUP_LEGEND}
</font></div></div>
<!-- end logged-in users -->
<div id="tab2" class="tab_content">
<div class="alt4">
<iframe src="http://codeforumotion.forumvi.com/h99-page" marginwidth="0" marginheight="0" hspace="0" vspace="0" width="100%" frameborder="0" height="75" scrolling="no"></iframe>
</div></div>
<div id="tab3" class="tab_content">
<div class="alt4">
<div align="center"> <!-- Yêu cầu đừng xóa đoạn thông tin dưới khi sử dụng skin --> <font color="violet"><b>Flowers and Butterflies Skin</b><br /> Powered by vBulletin, Version 3.8.6<br /> Copyright ©2011-2022, Mái Nhà Tình Bạn<br /> Converted to Forumotion by vlt.<br />Edit By Tuấn Anh </font>
</div>
</div>
</div></div>
<!-- END disable_viewonline -->
<script type='text/javascript' src='http://codeforumotion.forumvi.com/20923.js'></script>
<style>
/*bảng thống kê*/
#tabs_container {
border-bottom: 1px solid #ccc;
}
#stabs {
list-style: none;
padding: 5px 0 4px 0;
margin: 0 0 0 10px;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 13px;
}
#stabs li {
display: inline;
}
#stabs li a {
border: 1px solid #ccc;
padding: 4px 6px;
text-decoration: none;
background-color: #eeeeee;
border-bottom: none;
outline: none;
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
}
#stabs li a:hover {
background-color: #dddddd;
padding: 4px 6px;
}
#stabs li.active a {
border-bottom: 1px solid #fff;
background-color: #fff;
padding: 4px 6px 5px 6px;
border-bottom: none;
}
#stabs li.active a:hover {
background-color: #eeeeee;
padding: 4px 6px 5px 6px;
border-bottom: none;
}
#tabs_content_container {
border: 1px solid #ccc;
border-top: none;
padding: 10px;
}
.tab_content {
display: none;
}
</style>