📄 header.asp
字号:
<!--#include file="../inc/web_info.asp" -->
<html>
<head>
<title>后台管理中心</title>
<!-- Change the left navigation menu setting by editing this CSS -->
<link rel="StyleSheet" href="flyout.css" type="text/css">
<!-- If you want to remove this javascript, remove the onload event in the body tag also -->
<script language="JavaScript1.2" src="flyout.js" type="text/javascript"></script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="style.css" rel="stylesheet" type="text/css">
<body bgcolor="#3366CC" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="event_onload();">
<!-- Begin Top Banner -->
<!-- Change the top banner background color by changing the bgcolor of this table -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><!-- Replace your logo in this table cell -->
<td bgcolor="#3366CC"><img src="images/logo1.jpg" alt="" width="300" height="70" border="0"></td>
</tr>
</table>
<!-- End Top banner -->
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="White">
<tr>
<td width="180" valign="top">
<!-- Begin Left Nav -->
<table width="180" border="0" cellspacing="0" cellpadding="2" class="flyoutMenu">
<tr>
<td>
<table width="175" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="flyoutHeading"><img src="images/table.gif" alt="" width="16" height="16" border="0" align="absmiddle"> <%= company %></td>
</tr>
</table>
<table width="100%" height="1" border="0" cellpadding="0" cellspacing="0" bgcolor="#cccccc">
<tr>
<td width="42%" height="1"></td>
<td width="43%"></td>
</tr>
</table>
<table width="100" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
<% if session("lev")=1 then %>
<table width="175" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="flyoutLink">·<a href="adminlist.asp"> 系统管理</a> </td> </tr> </table>
<table width="175" border="0" cellspacing="0" cellpadding="0"> <tr>
<td class="flyoutLink">·<a href="date_back.asp"> 数据库备份</a>
</td>
</tr> </table>
<% end if %>
<table width="175" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="flyoutLink">·<a href="gqxx_infolist.asp"> 供求信息管理</a> </td> </tr> </table>
<table width="175" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="flyoutLink">·<a href="news_infolist.asp"> 企业新闻管理</a> </td> </tr> </table>
<table width="175" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="flyoutLink">·<a href="job_infolist.asp"> 招聘信息管理</a> </td> </tr> </table>
<table width="175" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="flyoutLink">·<a href="guestbooklist.asp"> 留言本管理</a> </td> </tr> </table>
<table width="175" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="flyoutLink">·<a href="pro_listlist.asp"> 产品库管理</a> </td> </tr> </table>
<table width="175" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="flyoutLink">·<a href="pro_typelist.asp"> 产品类别管理</a> </td> </tr> </table>
<table width="175" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="flyoutLink">·<a href="msglist.asp"> 产品订购信息</a> </td> </tr> </table>
<table width="175" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="flyoutLink">·<a href="logout.asp"> 退出系统</a> </td> </tr> </table>
</td>
</tr>
</table>
<!-- End Left Nav -->
<table width="180" height="100%" border="0" cellspacing="0" cellpadding="2" class="flyoutMenu">
<tr>
<td valign="top">
<!-- Area below Left Nav -->
<div align="center"><br>
</div></td>
</tr>
</table>
</td>
<td width="100%" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="1"><tr><td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -