[Mr.P]
New member
Tác giả: slayer766
Phiên bản 1:
Preview:
Đặt code tại Below the boards
___________________
Phiên bản 2:
Preview:
Đặt code tại Below the boards
Phiên bản 1:
Preview:

Đặt code tại Below the boards
Mã:
<script type="text/javascript">
if($("div#top_info:contains('Guest')").html()){
document.write("<div style='position:absolute; display:none; bottom:475px; left:300px; width:360px;' id='quick_login'></div>");
document.getElementById("top_info").innerHTML+=" <small><a href='javascript:void(0);' onclick='Q_Log();'>[Quick Log-In]</a></small>";
}
function Q_Log(){
Q_L = document.getElementById('quick_login');
Q_L.style.display = 'block';
Q_L.innerHTML = "<form action='"+main_url+"login/log_in/' method='post'><table cellspacing='0'><thead><tr><th colspan='2'><span style='float:right;' onclick='document.getElementById(\"quick_login\").style.display=\"none\";font-size:10pt;font-weight:bold;'>Close</span>Quick Log-In</th></tr></thead><tr><td><br />Name <input type='text' size='20' maxlength='250' name='uname'><br />Password: <input type='password' size='20' name='pw'><br /><br /><div align='center'><button type='submit' class='btn_mod'>Log In</button></div></td></tr></table></form>";
}
</script>
Phiên bản 2:
Preview:

Đặt code tại Below the boards
Mã:
<script type="text/javascript">
if($("div#top_info:contains('Guest')").html()){
document.getElementById("top").innerHTML="<span style='float:right'><a href='"+main_url+"register/'>Not a member?<br />register</a></span><form action='"+main_url+"login/log_in/' method='post'><b>Username: <input type='text' size='20' maxlength='250' name='uname'> Password: <input type='password' size='20' name='pw'> <a href='"+main_url+"login/lostpw/'><small><i>forgot password?</i></small></a> <button type='submit' class='btn_mod'>Log In</button></form>";
}
</script>