📄 untitled-2.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>我的后台界面</title>
<style type=text/css>
body {
background:#ffffff;
margin:0px;
font:9pt ??ì?; background-color: #799AE1;
}
table { border:0px; }
td { font:normal 12px ??ì?; }
img { vertical-align:bottom; border:0px; }
a { font:normal 12px ??ì?; color:#000000; text-decoration:none; }
a:hover { color:#428EFF;text-decoration:underline; }
.sec_menu { position:relative; top:2px; left:2px; overflow:hidden; background:#D6DFF7; }
.menu_title { }
.menu_title{ position:relative; top:2px; left:2px; color:#215DC6; font-weight:bold; }
.menu_title2 { }
.menu_title2{ position:relative; top:2px; left:2px; color:#428EFF; font-weight:bold; }
</style>
</head>
<SCRIPT language=javascript1.2>
function showsubmenu(sid)
{
whichEl = eval("submenu" + sid);
if (whichEl.style.display == "none")
{
eval("submenu" + sid + ".style.display=\"\";");
}
else
{
eval("submenu" + sid + ".style.display=\"none\";");
}
}
</SCRIPT>
<BODY leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" >
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="17%">
<table width="158" border="0" cellspacing="0" cellpadding="5">
<tr>
<td><img src="pic/title.gif" width=158 height=38></td>
</tr>
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background=images/title_bg_quit.gif><a href="../index.asp" target=_top><b>返回首页</b></a></td>
</tr>
</table>
<br>
<table width="158" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="pic/admin_left_1.gif" id=menuTitle1 onclick="showsubmenu(0)">
<b><font color="#3366CC"> 管理员模块:</font></b></td>
</tr>
<tr>
<td id='submenu0' style="display:none">
<div class=sec_menu style="width:158">
<table width="100%" border="0" cellspacing="0" cellpadding="6">
<tr>
<td height="20"><a href="administrator_model/add_admin.asp">添加管理员</a></td>
</tr>
<tr>
<td height="20"><a href="administrator_model/all_admin.asp">浏览管理员信息</a></td>
</tr>
<tr>
<td height="20"><a href="administrator_model/del_admin.asp">删除管理员</a></td>
</tr>
<tr>
<td height="20"><a href="administrator_model/update_pw.asp">修改密码</a></td>
</tr>
<tr>
<td height="20"><a href="administrator_model/logout.asp">注销</a></td>
</tr>
</table>
</div> </td>
</tr>
</table>
<table width="158" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="pic/admin_left_2.gif" id=menuTitle1 onclick="showsubmenu(1)">
<b><font color="#3366CC"> 浏览模块:</font></b></td>
</tr>
<tr>
<td style="display:none" id='submenu1'>
<div class=sec_menu style="width:158">
<table width="158" border="0" cellspacing="0" cellpadding="6">
<tr>
<td height="20"><a href="outlook_model/all_customer.asp">浏览客户信息</a></td>
</tr>
<tr>
<td height="20"><a href="outlook_model/all_company.asp">浏览公司信息</a></td>
</tr>
<tr>
<td height="20"><a href="outlook_model/all_uorder.asp">浏览客户订单信息</a></td>
</tr>
<tr>
<td height="20"><a href="outlook_model/all_corder.asp">浏览公司订单信息</a></td>
</tr>
<tr>
<td height="20"><a href="outlook_model/all_ruku.asp">浏览入库清单</a></td>
</tr>
<tr>
<td height="20"><a href="outlook_model/all_chuku.asp">浏览出库清单</a></td>
</tr>
<tr>
<td height="20"><a href="outlook_model/yijian.asp">浏览意见反馈信息</a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table width="158" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="pic/admin_left_3.gif" id=menuTitle1 onclick="showsubmenu(2)">
<span> 查询模块:</span> </td>
</tr>
<tr>
<td style="display:none" id='submenu2'>
<div class=sec_menu style="width:158">
<table width="100%" border="0" cellspacing="0" cellpadding="6">
<tr>
<td height="20"><a href="reserch_model/search_pro.asp">查询产品信息</a></td>
</tr>
<tr>
<td height="20"><a href="reserch_model/search_customer.asp">查询客户信息</a></td>
</tr>
<tr>
<td height="20"><a href="reserch_model/search_company.asp">查询公司信息</a></td>
</tr>
<tr>
<td height="20"><a href="reserch_model/search_uorder.asp">查询客户订单信息</a></td>
</tr>
<tr>
<td height="20"><a href="reserch_model/search_corder.asp">查询公司订单信息</a></td>
</tr>
<tr>
<td height="20"><a href="reserch_model/search_ruku.asp">查询入库信息</a></td>
</tr>
<tr>
<td height="20"><a href="reserch_model/search_chuku.asp">查询出库信息</a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table width="158" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="pic/admin_left_4.gif" id=menuTitle1 onclick="showsubmenu(3)">
<font color="#3366CC"> 输入模块:</font></td>
</tr>
<tr>
<td style="display:none" id='submenu3'>
<div class=sec_menu style="width:158">
<table width="158" border="0" cellspacing="0" cellpadding="5">
<tr>
<td height="20"><a href="input_model/input_product.asp">输入产品信息</a></td>
</tr>
<tr>
<td height="20"><a href="input_model/input_ruku.asp">输入入库清单</a></td>
</tr>
<tr>
<td height="20"><a href="input_model/input_chuku.asp">输入出库清单</a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table width="158" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background="pic/admin_left_5.gif" id=menuTitle1 onclick="showsubmenu(6)">
<font color="#3366CC"> 修改删除模块:</font></td>
</tr>
<tr>
<td style="display:none" id='submenu6'>
<div class=sec_menu style="width:158" align="center">
<table width="158" border="0" cellspacing="0" cellpadding="5">
<tr>
<td height="20"><a href="change_model/update_customer.asp">修改删除客户信息</a></td>
</tr>
<tr>
<td height="20"><a href="change_model/update_company.asp">修改删除公司信息</a></td>
</tr>
<tr>
<td height="20"><a href="change_model/update_uorder.asp">修改删除客户订单</a></td>
</tr>
<tr>
<td height="20"><a href="change_model/update_corder.asp">修改删除公司订单</a></td>
</tr>
<tr>
<td height="20"><a href="change_model/update_pro.asp">修改删除产品信息</a></td>
</tr>
<tr>
<td height="20"><a href="change_model/update_ruku.asp">修改删除入库清单</a></td>
</tr>
<tr>
<td height="20"><a href="change_model/update_chuku.asp">修改删处出库清单</a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
<td width="83%"></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -