📄 bbs.js
字号:
skins=getCookie('skins')
function bbsxptop(){
document.write("")
}
function bbsxpbottom(){
document.write("")
}
function valignmain(){
document.write("<TABLE cellSpacing=0 cellPadding=0 width=760 align=center border=0>");
document.write(" <TBODY>");
document.write(" <TR>");
document.write(" <TD vAlign=top colSpan=2 height=25>");
document.write(" <TABLE cellSpacing=0 cellPadding=0 width=\"100%\" bgColor=#d5ddc5 border=0>");
document.write(" <TBODY>");
document.write(" <TR>");
document.write(" <TD width=760 height=25> </TD></TR></TBODY></TABLE></TD></TR>");
document.write(" <TR>");
document.write(" <TD vAlign=top width=760 height=47>");
document.write(" <TABLE cellSpacing=0 cellPadding=0 width=\"100%\" ");
document.write(" background=images/skins/"+skins+"/001_1.gif border=0>");
document.write(" <TBODY>");
document.write(" <TR> ");
document.write(" <TD height=22> </TD>");
document.write(" </TR>");
document.write(" <TR> ");
document.write(" <TD height=25> <TABLE cellSpacing=0 cellPadding=0 width=\"100%\" border=0>");
document.write(" <TBODY>");
document.write(" <TR> ");
document.write(" <TD id=Menu width=750 height=25> <DIV align=right> </DIV></TD>");
document.write(" </TR>");
document.write(" </TBODY>");
document.write(" </TABLE></TD>");
document.write(" </TR>");
document.write(" </TBODY>");
document.write(" </TABLE></TD>");
document.write(" </TR>");
document.write(" <TR>");
document.write(" <TD vAlign=top height=97>");
document.write(" <TABLE cellSpacing=0 cellPadding=0 width=\"100%\" ");
document.write(" background=images/skins/"+skins+"/001_4.gif border=0>");
document.write(" <TBODY>");
document.write(" <TR> ");
document.write(" <TD height=64> </TD>");
document.write(" </TR>");
document.write(" <TR> ");
document.write(" <TD height=25> <TABLE cellSpacing=0 cellPadding=0 width=\"100%\" border=0>");
document.write(" <TBODY>");
document.write(" <TR> ");
document.write(" <TD width=429 height=25> <DIV align=center></DIV></TD>");
document.write(" </TR>");
document.write(" </TBODY>");
document.write(" </TABLE></TD>");
document.write(" </TR>");
document.write(" <TR> ");
document.write(" <TD height=8></TD>");
document.write(" </TR>");
document.write(" </TBODY>");
document.write(" </TABLE></TD></TR></TBODY></TABLE>");
}
function valigntop(){
document.write("<table cellpadding=0 cellspacing=0 width=760 align=center><tr><td><img src=images/skins/"+skins+"/T_left.gif></td><td width=100% background=images/skins/"+skins+"/T_bg.gif></td><td><img src=images/skins/"+skins+"/T_right.gif></td></tr></table>")
}
function valignbottom(){
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -