📄 bottom.js
字号:
//***底部
function showbottom(){
with(document){
//**底部链接
write("<table width='760' height='25' align='center' border='0' cellspacing='0' cellpadding='0' bgcolor='cc0000'>");
write(" <tr>");
write(" <td align='center' valign='bottom'> ");
write(" <table width='756' height='24' border='0' cellspacing='0' cellpadding='0' bgcolor='ffffff'>");
write(" <tr>");
write(" <td width='30' align='right'><a href='#' target='_top' style='color:darkblue;font-size:5pt'><img src='/images/arrow1.gif' border=0></a> [ </td>");
write(" <td width='60' align='center'><a class='top-nav' href='/about_us/index.htm' style='text-decoration:none;color:#000000;font-size:9pt'>关于我们 |</a></td>");
//write(" <td width='60' align='center'><a class='top-nav' href='/join_us/index.htm' style='text-decoration:none;color:#000000;font-size:9pt'> 加入我们 |</a></td>");
write(" <td width='60' align='center'><a class='top-nav' href='/patch/index.php' style='text-decoration:none;color:#000000;font-size:9pt'> 系统补丁 |</a></td>");
write(" <td width='60' align='center'><a class='top-nav' href='/advisories/index.php' style='text-decoration:none;color:#000000;font-size:9pt'> 安全公告 |</a></td>");
write(" <td width='60' align='center'><a class='top-nav' href='/tools/index.php' style='text-decoration:none;color:#000000;font-size:9pt'> 常用工具 |</a></td>");
write(" <td width='60' align='center'><a class='top-nav' href='/faq/index.php' style='text-decoration:none;color:#000000;font-size:9pt'>相关文档 |</a></td>");
write(" <td width='60' align='center'><a class='top-nav' href='/bbs/index.php' style='text-decoration:none;color:#000000;font-size:9pt'> 安全论坛 |</a></td>");
write(" <td width='60' align='center'><a class='top-nav' href='/report/index.htm' style='text-decoration:none;color:#000000; font-size:9pt'> 事件报告 |</a></td>");
write(" <td width='60' align='center'><a class='top-nav' href='/education/index.php' style='text-decoration:none;color:#000000;font-size:9pt'> 教育培训 |</a></td>");
write(" <td width='60' align='center'><a class='top-nav' href='/notice/index.php' style='text-decoration:none;color:#000000;font-size:9pt'> 安全公告|</a></td>");
// write(" <td width='60' align='center'><a class='top-nav' href='/service/index.htm' style='text-decoration:none;color:#000000;font-size:9pt'> 安全服务 |</a></td>");
write(" <td width='60' align='center'><a class='top-nav' href='/certs/index.php' style='text-decoration:none;color:#000000;font-size:9pt'> 安全资源 |</a></td>");
write(" <td width='60' align='center'><a class='top-nav' href='/contact/index.php' style='text-decoration:none;color:#000000;font-size:9pt'> 相关链接 </a></td>");
write(" <td width='30'>] <a href='#' target='_top' style='color:darkblue;font-size:5pt'><img src='/images/arrow1.gif' border=0></a> </td>");
write(" </tr>");
write(" </table>");
write(" </td>");
write(" </tr>");
write("</table>");
//**底部横线
write("<table width='760' height='15' align='center' border='0' cellspacing='0' cellpadding='0' bgcolor='cc0000'>");
write("<tr>");
write("<td align='center'>");
write("</td>");
write("</tr>");
write("</table>");
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -