📄 index.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="./adm_css.css" type=text/css rel=stylesheet>
<title>Vitci eShop Admin Page :::.:.:.................</title></HEAD>
<SCRIPT language=javascript>
var x=0;
function switchSysBar()
{
if (x==0)
{
switchPoint.innerHTML="<img src={IMGDIR}/b.gif>";
document.all("frmMenu").style.display="none";
x=1;
}
else
{
switchPoint.innerHTML="<img src={IMGDIR}/a.gif>";
document.all("frmMenu").style.display="";
x=0;
}
}
</SCRIPT>
</head>
<body scroll="no" style="MARGIN: 0px" leftMargin=0 topMargin=0>
<table border=0 cellspacing=0 cellpadding=0 width=100% height=100% id = tblTotal Name = tblTotal align=center>
<tr>
<td id="frmMenu" name="frmMenu" nowrap valign="center" align="middle" height=100%>
<iframe scrolling="yes" id="left" name="left" style="HEIGHT:100%; VISIBILITY: inherit; WIDTH: 160px; Z-INDEX: 2" frameborder="0" src="./adm_menu.php"></iframe>
</td>
<BODY>
<TD id=cmenu BACKGROUND="{IMGDIR}/bg-10.gif" width="10">
<SPAN id=Label1><SPAN id=switchPoint title="view / hide" style="CURSOR: hand" onclick=switchSysBar()>
<IMG src="{IMGDIR}/a.gif"></SPAN></span>
</TD>
<td width='100%'>
<table border=0 cellspacing=0 cellpadding=0 width=100% height=100% align="center">
<tr>
<td width='100%' height="25">
<iframe id="rtop" name="rtop" scrolling="no" style="height: 100%; visibility: inherit; width: 100%;z-index: 1" frameborder=0 src="./adm_header.php"></iframe>
</td>
</tr>
<tr>
<td width='100%'>
<iframe id="rbottom" name="rbottom" style="height: 100%; visibility: inherit; width: 100%;z-index: 1" frameborder=0 src="./adm_info.php"></iframe>
</td>
</tr>
</table>
</td></tr></table>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -