📄 form.asp
字号:
<!--#INCLUDE FILE="checklogin1.asp" -->
<!--#INCLUDE FILE="theme.asp" -->
<HTML><HEAD><TITLE><%=version%></TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<LINK href="include/site.css" rel=stylesheet type=text/css>
<SCRIPT>
function BarMove(){
if (AtMovePic2.style.display==""){
document.all("AtMovePic2").style.display="none"
document.all("AtMovePic").style.display=""
document.all("frmTitle").style.display="none"
}
else{
document.all("AtMovePic2").style.display=""
document.all("AtMovePic").style.display="none"
document.all("frmTitle").style.display=""
}
}
</SCRIPT>
</HEAD>
<BODY bgColor=#F6F6F6 scroll=no style="MARGIN: 0px">
<TABLE border=0 cellPadding=0 cellSpacing=0 height="100%" align="center" width="750">
<TBODY>
<TR>
<TD align=middle id=frmTitle noWrap rowSpan=2 vAlign=center name="frmTitle">
<TABLE border=0 cellPadding=0 cellSpacing=0 height="100%" width="100%">
<TBODY>
<TR>
<TD background=images/mtable_tbg.gif height=29 width=7><IMG height=29 src="images/mtable_lt.gif" width=7></TD>
<TD align=middle background=images/mtable_tbg.gif height=29 width="99%">
<TABLE>
<TBODY>
<TR>
<TD class=tsh>请选择栏目
</TD>
</TR>
</TBODY>
</TABLE>
</TD>
<TD background=images/mtable_tbg.gif height=29 width=8><IMG height=29 src="images/mtable_rt.gif" width=8></TD>
</TR>
<TR>
<TD background=images/mtable_lbg.gif height="100%" width=7><IMG height=2 src="images/mtable_lbg.gif" width=7>
</TD>
<TD align=middle height="100%" width="99%">
<IFRAME frameBorder=0 id=menu name=menu src="menu.asp" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 160px; Z-INDEX: 2">
</IFRAME>
</TD>
<TD background=images/mtable_rbg.gif height="100%" width=8>
<IMG height=2 src="images/mtable_rbg.gif" width=8>
</TD>
</TR>
<TR>
<TD background=images/mtable_bbg.gif height=12 width=7>
<IMG height=12 src="images/mtable_lb.gif" width=7>
</TD>
<TD align=right background=images/mtable_bbg.gif height=12 width="99%">
<IMG height=12 src="images/mtable_rb_l.gif" width=4>
</TD>
<TD background=images/mtable_bbg.gif height=12 width=8>
<IMG height=12 src="images/mtable_rb.gif" width=8>
</TD>
</TR>
</TBODY>
</TABLE>
<TD rowSpan=2>
<TABLE border=0 cellPadding=0 cellSpacing=0 height="100%">
<TBODY>
<TR>
<TD id=AtMovePic onclick=BarMove() style="BACKGROUND: url(images/move_bg.gif); DISPLAY: none; HEIGHT: 100%; WIDTH: 20px" vAlign=top name="AtMovePic">
<SPAN style="CURSOR: hand"><IMG alt=打开左栏 src="images/move.gif"></SPAN> </TD>
<TD id=AtMovePic2 onclick=BarMove() style="BACKGROUND: url(images/move_bg.gif); HEIGHT: 100%; WIDTH: 20px" vAlign=top name="AtMovePic2">
<SPAN style="CURSOR: hand"><IMG alt=关闭左栏 src="images/move2.gif"></SPAN>
</TD>
</TR>
</TBODY>
</TABLE>
</TD>
<TD style="HEIGHT: 0px">
<TD></TD>
<TR>
<TD style="WIDTH: 100%">
<TABLE border=0 cellPadding=0 cellSpacing=0 height="100%" width="100%">
<TBODY>
<TR>
<TD background=images/mtable_tbg.gif height=29 width=7>
<IMG height=29 src="images/mtable_lt.gif" width=7></TD>
<TD align=middle background=images/mtable_tbg.gif class=tsh height=29 width="99%">
<TABLE>
<TBODY>
<TR>
<TD class=tsh>操作主界面
</TD>
</TR>
</TBODY>
</TABLE>
</TD>
<TD background=images/mtable_tbg.gif height=29 width=8>
<IMG height=29 src="images/mtable_rt.gif" width=8></TD>
</TR>
<TR>
<TD background=images/mtable_lbg.gif height="100%" width=7>
<IMG height=2 src="images/mtable_lbg.gif" width=7></TD>
<TD align=middle height="100%" width="99%">
<IFRAME frameBorder=0 id=main name=main src="main.asp" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1">
</IFRAME>
</TD>
<TD background=images/mtable_rbg.gif height="100%" width=8>
<IMG height=2 src="images/mtable_rbg.gif" width=8>
</TD>
</TR>
<TR>
<TD background=images/mtable_bbg.gif height=12 width=7>
<IMG height=12 src="images/mtable_lb.gif" width=7>
</TD>
<TD align=right background=images/mtable_bbg.gif height=12 width="99%">
<IMG height=12 src="images/mtable_rb_l.gif" width=4>
</TD>
<TD background=images/mtable_bbg.gif height=12 width=8>
<IMG height=12 src="images/mtable_rb.gif" width=8>
</TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
</TBODY>
</TABLE>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -