📄 head.asp
字号:
<!-- #include file = "../../include/config.asp" -->
<TITLE><%=conWebSiteName%></TITLE>
<LINK href = "include/main.css" type = text/css rel = stylesheet>
<META content = "Microsoft FrontPage 5.0" name = GENERATOR>
<script language = Javascript src = "include/common.js"></script>
<%
function ShowHead()
%>
<TABLE cellSpacing = "0" cellPadding = "0" width = "100%" border = "0" ID = "Table1">
<TBODY>
<TR>
<TD align = left width = 97 height = 64>
<IMG height = 64 src = "../images/logo.gif" width = 220></TD>
<TD height = 64 align = "right"> <img src = "../images/back.gif">
</TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing = "0" cellPadding = "0" width = 100% border = "0" height = "1" ID = "Table2">
<TR>
<TD height = "1" background = "../images/dot.gif"></TD>
</TR>
</TABLE>
<%
end function
' 显示页头部和菜单
function ShowHeadAndMenu()
call ShowHead()
%>
<table border = "0" cellspacing = "0" cellpadding = 0 width = "100%" height = "20" ID = "Table3">
<tr>
<td width = "500" height = 30 bgcolor = "#FFFFFF" align = "left" style = "word-spacing: 4" height = "18" class = "jj1" background = "../images/bar1.gif">
<a href = manuList.asp class = "jj1" target = "frmMain">厂商管理
</a> | <a href = productList.asp class = "jj1" target = "frmMain">手机维护
</a> | <a href = memberList.asp class = "jj1" target = "frmMain">会员维护
</a> | <a href = orderList.asp class = "jj1" target = "frmMain">定单维护
</a> | <a href = treatedList.asp class = "jj1" target = "frmMain">查看发货
</a> | <a href = faqList.asp class = "jj1" target = "frmMain">FAQ管理
</a> | <a href = userList.asp class = "jj1" target = "frmMain">维护管理员
</a>
</td>
<td width = 28><img src = "../images/bar2.gif" height = 27 width = 28></td>
<td background = "../images/bar3.gif">
  <a href = "logout.asp" class = "jj1" >[注销]</a>
</td>
</tr>
</table>
<TABLE cellSpacing = "0" cellPadding = "0" width = 100% border = "0" height = "1" ID = "Table4">
<TR>
<TD height = "1" background = "../images/dot.gif"></TD>
</TR>
</TABLE>
<%
end function
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -