Mấy Anh Có Thể Xóa Giúp Em Cái Này Được Hok ? Thank Mấy Anh Nhiều
Hỗ trợ Forumotion
Đã giải đáp đã viết:web.huy52 đã viết:
Mấy Anh Có Thể Xóa Giúp Em Cái Này Được Hok ? Thank Mấy Anh Nhiều
cái này ko phải dùng để đăng nhập sao. xóa đi làm j vậy
đưa code head lên
<!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}>
<head>
<!-- BEGIN meta_emulate_ie7 -->
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<!-- END meta_emulate_ie7 -->
<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_canonical_url -->
<link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
<!-- END switch_canonical_url -->
{META_FAVICO}
{META}
{META_FB_LIKE}
<meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
{T_HEAD_STYLESHEET}
{CSS}
<link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
<link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
<script src="{JQUERY_PATH}" type="text/javascript"></script>
<script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
<!-- BEGIN switch_fb_login -->
<script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
<script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
<!-- END switch_fb_login -->
<!-- BEGIN switch_ticker -->
<link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
<script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
<!-- END switch_ticker -->
<!-- BEGIN switch_ticker_new -->
<script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
<script type="text/javascript">//<![CDATA[
/* Definir le sens de direction en fonction du panneau admin */
var tickerDirParam = "{switch_ticker.DIRECTION}";
var slid_vert = false;
var auto_dir = 'next';
var h_perso = parseInt({switch_ticker.HEIGHT});
switch( tickerDirParam )
{
case 'top' :
slid_vert = true;
break;
case 'left':
break;
case 'bottom':
slid_vert = true;
auto_dir = 'prev';
break;
case 'right':
auto_dir = 'prev';
break;
default:
slid_vert = true;
}
$(document).ready(function() {
var w_cont = $('#fa_ticker_container').width();
if (w_cont > 0)
{
$('#fa_ticker_container').width(w_cont);
/* Affichage de la liste */
$('#fa_ticker_content').css('display','block');
/* Calcul des dimensions du conteneur et des ?l?ments */
var width_max = $('ul#fa_ticker_content').width();
var width_item = Math.floor(width_max / {switch_ticker.SIZE});
var height_max = h_perso;
/* Calcul de la hauteur maximale du contenur en fonction des ?l?ments et de la hauteur personnalis?e dans l'admin */
$('ul#fa_ticker_content li').each( function () {
if ($(this).height() > height_max)
{
height_max = $(this).height();
}
} );
/* Redimensionnement des ?l?ments et des images trop larges */
$('ul#fa_ticker_content li').width(width_item).height(height_max).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);
}
});
/* Redimensionnement et centrage du conteneur en mode vertical */
if (slid_vert)
{
$('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
}
/* Initialisation du caroussel */
$('#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 = true, 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 -->
<!-- BEGIN google_analytics_code -->
<script type="text/javascript">
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
//]]>
</script>
<!-- END google_analytics_code -->
<script src="http://www.hotrofm.com/23827.js" type="text/javascript"></script>
<!-- BEGIN switch_user_logged_out -->
<div id="rep-mail-bar"><div id="toppanel"><div id="panel" style="display: none; "><div class="content clearfix"><div class="left"><h1>Welcome to Hotrofm.com</h1><h2>Cảm ơn bạn đã truy cập diễn đàn !</h2><p class="grey">Code cực hay, Kho skin cực khủng, Index cực đẹp, Giải đáp thắc mắc cực nhanh...<br>Chỉ có tại Hotrofm.com - Tham gia ngay !</p><h2>Lưu ý:</h2><p class="grey">► Hiển thị tốt nhất trên <a href="https://www.google.com/chrome/index.html?hl=vi&brand=CHMA&utm_campaign=vi&utm_source=vi-ha-apac-vi-bk&utm_medium=ha&installdataindex=homepagepromo" title="Download Google Chrome">Google Chrome</a> và<a href="http://www.mozilla.org/vi/firefox/new/" title="Download FireFox"> FireFox</a> •<br><br><a style="padding: 0 5px" title="Gửi trang này cho bạn bè qua yahoo !" href="ymsgr:im?+&msg=Trang này hỗ trợ Forumotion tốt lắm: http://hotrofm.com/"><img border="0" src="http://i48.servimg.com/u/f48/16/58/89/73/yahoo10.png"><a style="padding: 0 5px" target="_blank" href="http://link.apps.zing.vn/share?url=http://hotrofm.com/&t=hotrofm&desc=&images=http://i48.servimg.com/u/f48/17/18/68/12/logo_v10.png&media=&width=0&height=0" title="Chia sẻ lên Zing Me"><img src="http://i48.servimg.com/u/f48/16/58/89/73/zing10.png"></a><a style="padding: 0 5px" target="_blank" href="http://my.go.vn/GoShare.aspx?url=http://hotrofm.com/&title=hotro5&picture=http://i48.servimg.com/u/f48/17/18/68/12/logo_v10.png&message=" title="Chia sẻ lên Go.vn"><img src="http://my.go.vn/img/go.vn20x20.gif"></a><a style="padding: 0 5px" target="_blank" href="https://www.google.com.vn/bookmarks/mark?op=edit&output=popup&bkmk=http://hotrofm.com/&title=hotrofm&annotation=" title="Chia sẻ lên Google"><img src="http://i48.servimg.com/u/f48/16/58/89/73/bookma10.gif"></a><a style="padding: 0 5px" target="_blank" href="http://linkhay.com/submit?link_url=http://hotrofm.com/&link_title=hotrofm" title="Chia sẽ lên Link hay"><img src="http://linkhay.com/templates/images/guide/button5.jpg"></a><a style="padding: 0 5px" target="_blank" href="http://www.facebook.com/share.php?u=http://hotrofm.com/" title="Chia sẽ lên Facebook"><img src="http://i48.servimg.com/u/f48/16/58/89/73/facebo10.png"></a><a style="padding: 0 5px" target="_blank" href="http://twitter.com/share?url=http://hotrofm.com/&via=AddThis&text=hotrofm" title="Chia sẻ lên Twitter"><img src="http://i48.servimg.com/u/f48/16/58/89/73/01690_10.png"></a></a><br></a></p></div><div class="left"><form action="/login?redirect=/" method="post" name="form_login" id="login-vds"><h1 class="padlock">Đăng nhập</h1><label class="grey" for="log">Tài khoản:</label><input class="field" id="log" type="text" size="10" name="username"><label class="grey" for="pwd">Mật khẩu:</label><input class="field" id="pwd" type="password" size="10" name="password"><input id="bt_login" class="bt_login" type="submit" name="login" value="Login"><label><input name="rememberme" id="rememberme" type="checkbox" checked="checked" value="forever"> Remember me</label><div class="clear"></div></form><script type="text/javascript">//<![CDATA[
$(function(){$('#login-vds').attr('action','/login?redirect='+this.location.pathname);});//]]></script></div><div class="left right"><form action="/register?agreed=true&step=2" method="post"><h1>Đăng ký nhanh !</h1><label class="grey" for="signup">Tên truy cập : *</label><input class="field" type="text" id="username_reg" name="username" value="" size="25" maxlength="25"><label class="grey" for="email">Email:</label><input class="field" type="text" name="email" id="email" size="23"><label class="grey" for="signup">Mật khẩu : *</label><input class="field" type="password" id="password_reg" name="password" value="" size="25" maxlength="25"><input type="submit" name="submit" value="Register" class="bt_register"></form></div></div></div><!--
/login --><!--
The tab on top --><div class="tab"><ul class="login"><li class="left"> </li><li>Chào bạn !</li><li class="sep">|</li><li id="toggle"><a id="open" class="open" href="#" style="display: block; ">Đăng nhập | Đăng ký</a><a id="close" style="display: none; " class="close" href="#">Close | Đóng lại</a></li><li class="right"> </li></ul> </div><!--
/ top --></div></div>
<!-- END switch_user_logged_out --></head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<!-- 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}
<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">
<table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
<tr height="25">
<td class="catLeft">
<span class="genmed module-title">{SITENAME}</span>
</td>
</tr>
<tr height="{LOGIN_POPUP_MSG_HEIGHT}">
<td class="row1" align="left" valign="top">
<div id="login_popup_buttons">
<form action="{S_LOGIN_ACTION}" method="get">
<input type="submit" class="mainoption" value="{L_LOGIN}" />
<input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
<input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
</form>
</div>
<span class="genmed">{LOGIN_POPUP_MSG}</span>
</td>
</tr>
</table>
</div>
<!-- END switch_login_popup -->
<!-- open content container -->
<div align="center">
<div class="page" style="width:100%; text-align:left">
<div style="padding:0px 0px 0px 0px" align="left">
<center>
<table cellspacing="0" cellpadding="0" border="0" width="980">
<tbody><tr>
<td style="padding: 0px"><img src="http://mcg4ever.com/forum/skinmcg/SA/dongkhung/mcgkhung_01.gif"/></td>
<td style="padding: 0px" background="http://mcg4ever.com/forum/skinmcg/SA/dongkhung/mcgkhung_02.gif" align="left" valign="top">
<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="2" cellspacing="1" border="0" width="400" style="padding-top:4px;">
<tbody><tr>
<td class="alt2" nowrap="nowrap" style="padding:0px;spacing:0px;" align="center">
<!-- login form -->
<!-- BEGIN switch_user_logged_out -->
<!-- login form -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<table><tbody><tr valign="top"><td>
<table cellpadding="0" cellspacing="0" border="0">
<tbody><tr>
<td class="smallfont" style="white-space: nowrap;"><label for="navbar_username"><img src="http://mcg4ever.com/forum/skinmcg/SA/user.gif" border="0"/></label></td>
<td><input type="text" class="bginput" style="font-size: 11px"
name="username" id="username" size="15" accesskey="u" tabindex="101"
value="Username" onfocus="if (this.value == 'Danh tính') this.value = '';" /></td>
<td class="smallfont" nowrap="nowrap"><label for="autologin">
<input type="checkbox" name="cookieuser" value="1"
tabindex="103" id="autologin" accesskey="c" />Ghi nh??</label></td>
</tr>
<tr>
<td class="smallfont"><label for="navbar_password"><img src="http://mcg4ever.com/forum/skinmcg/SA/pass.gif" border="0"/></label></td>
<td><input type="password" class="bginput" style="font-size: 11px;"
name="password" id="password" size="15" tabindex="102"
value="*****" onfocus="if (this.value == '*****') this.value = '';" /></td>
<td><input class="button" value="Log in" tabindex="104"
title="Enter your username and password in the boxes provided to login,
or click the 'register' button to create a profile for yourself." accesskey="s"
type="submit" name="login" value="{L_LOGIN}"/></td>
</tr>
</tbody></table>
</td>
<td>
<a href="/register"><img src="http://mcg4ever.com/forum/skinmcg/SA/reg.png" height="37" border="0"/></a>
<br/>
<center><a href="/profile?mode=sendpassword">Quên m?t kh?u?</a></center>
</td>
</tr>
</tbody>
</table>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<span class="gensmall">
<font color="red"> {LOGGED_AS}</font><br/>
<font color="black"> {LAST_VISIT_DATE}<br/>
{CURRENT_TIME}</font>
</span><br/>
<span class="logoutt"><a href="/login?logout=1&tid=a705b0909510fc3b8b146fd3a252b498&key=664f36">Thoát</a></span>
<!-- END switch_user_logged_in -->
</form>
<!-- / login form -->
</td>
</tr>
</tbody></table>
<!-- / breadcrumb, login, pm info -->
<!-- nav buttons bar -->
<else></else>
<table cellpadding="0" cellspacing="0" border="0" width="400">
<tbody><tr>
</tr>
</tbody></table>
<!-- / nav buttons bar -->
<table cellpadding="0" cellspacing="0" width="300" align="right" style="padding-top:3px;"><tbody><tr><td>
</td></tr></tbody></table>
</td>
<td style="padding: 0px"><img src="http://mcg4ever.com/forum/skinmcg/SA/dongkhung/mcgkhung_03.gif"/></td>
</tr>
<tr>
<td valign="top" style="padding: 0px" background="http://mcg4ever.com/forum/skinmcg/SA/dongkhung/mcgkhung_04.gif">
<img src="http://mcg4ever.com/forum/skinmcg/SA/dongkhung/mcgkhung_05.gif"/></td>
<td style="padding: 0px; background-color: #222222" bgcolor="#222222" width="100%">
<!-- content table -->
<br/>
<!-- NAVBAR POPUP MENUS -->
<!-- nav buttons bar -->
<table class="tborder" width="100%">
<tbody><tr><td style="background:url(http://mcg4ever.com/forum/skinmcg/SA/bgtopmenu.png) repeat-x top left;">
<div id="menu">
<ul class="menu">
{GENERATED_NAV_BAR}
</ul>
</div>
</td>
</tr>
</tbody>
</table>
<!-- / nav buttons bar -->
<table class="page" cellspacing="0" cellpadding="6" border="0" align="center" width="100%" style="padding-left: 2px; padding-right: 2px;
background: #202020;
color: #838383;
text-decoration: none;
padding:2px;
border-left: 1px solid #101010;
border-top: 1px solid #101010;
border-right: 1px solid #101010;
border-bottom: 2px solid #323532;">
<tbody>
<tr>
<td class="XsNavbar" width="100%">
<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr valign="bottom">
<td width="100%">
<span class="navbar">
<a href="forum" accesskey="1">
<strong>..:: Di?n dàn ::..</strong>
</a>
</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<br/>
<div style="clear: both;"></div>
<!-- BEGIN switch_ticker_new -->
<div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
<tr>
<td {CLASS_TABLE_TYPE} align="left" class="row1">
<div id="fa_ticker_container">
<ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none;">
<!-- BEGIN ticker_row -->
<li>{switch_ticker.ticker_row.ELEMENT}</li>
<!-- END ticker_row -->
</ul>
</div>
</td>
</tr>
</table>
</div>
<!-- END switch_ticker_new -->
<!-- BEGIN switch_ticker -->
<div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
<tr>
<td {CLASS_TABLE_TYPE} align="left" class="row1">
<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>
</td>
</tr>
</table>
</div>
<!-- END switch_ticker -->
<div id="page-body">
<div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
<table cellpadding="0" cellspacing="0" width="100%" class="three-col">
<tbody>
<tr>
<td valign="top" width="{C1SIZE}">
<div id="{ID_LEFT}">
<!-- BEGIN giefmod_index1 -->
{giefmod_index1.MODVAR}
<!-- BEGIN saut -->
<div style="height:{SPACE_ROW}px"></div>
<!-- END saut -->
<!-- END giefmod_index1 -->
</div>
</td>
<td valign="top" width="100%">
<!-- BEGIN html_validation -->
</td>
</tr>
</tbody>
</table>
</div>
</div>
</td>
</body>
</html>
<!-- END html_validation -->
Similar topics
Permissions in this forum:
Bạn không có quyền trả lời bài viết
|
|