📄 dvfastlogin.js
字号:
function dvbbs_index_fastlogin2(){
document.write ('<table cellspacing=0 cellpadding=0 align=center width=98% >');
//document.write ('<tr><td height="1" bgcolor=' + Dvbbs.Forum_Body[27] + ' colspan="2"></td></tr>');
document.write ('<form action=login.asp?action=chk method=post>');
document.write ('<tr><td class=tablebody1 height=40 width="100%">');
document.write ('用户名:<input maxLength=16 name=username size=12> ');
//if (Dvbbs.Forum_ChanSetting[0]==1 && Dvbbs.Forum_ChanSetting[10]==1){
document.write ('密码:<input maxLength=20 name=password size=12 type=password>');
//}
document.write ('<select name=CookieDate><option selected value=0>不保存</option><option value=1>保存一天</option><option value=2>保存一月</option><option value=3>保存一年</option></select> <input type=submit name=submit value="登 陆">');
document.write ('</td></tr>');
document.write ('</form>');
document.write ('<FORM METHOD=POST ACTION="login.asp?action=chk">');
document.write ('<tr><td class=tablebody1 height=40 width="100%">');
document.write ('<a href=boardhelp.asp>阳光会员</a>:<input maxLength=16 name=mobile size=12 value=13> <input type=submit name=submit value="阳光会员快速注册"></td></tr></FORM>');
document.write ('</table>');
}
function dvbbs_index_fastlogin(){
document.write ('<table cellspacing=1 cellpadding=3 align=center class=tableBorder1>');
document.write ('<form action=login.asp?action=chk method=post><tr><th align=left id=tabletitlelink height=25 style="font-weight:normal">');
document.write ('<b>-=> 快速登录入口</b>');
document.write ('[<a href=reg.asp>注册用户</a>] [<a href=lostpass.asp style="CURSOR: help">忘记密码</a>]');
document.write ('</th></tr>');
document.write ('<tr><td class=tablebody1 height=40 width="100%">');
document.write (' 用户名:<input maxLength=16 name=username size=12> 论坛密码:<input maxLength=20 name=password size=12 type=password>');
//if (Dvbbs.Forum_ChanSetting[0]==1 && Dvbbs.Forum_ChanSetting[10]==1){
document.write (' <a href=boardhelp.asp>阳光会员手机号</a>:<input maxLength=16 name=mobile size=12 value=13>');
//}
document.write (' <select name=CookieDate><option selected value=0>不保存</option><option value=1>保存一天</option><option value=2>保存一月</option><option value=3>保存一年</option></select> <input type=submit name=submit value="登 陆">');
document.write ('</td></tr></form></table><br>');
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -