?? admin_left.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Admin_Left.aspx.cs" Inherits="Admin_Admin_Left" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>Left</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<style type="text/css"> BODY { BACKGROUND: #799ae1; MARGIN: 0px; FONT: 12px 宋體 } TABLE { BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px } TD { FONT: 12px 宋體 } IMG { BORDER-RIGHT: 0px; BORDER-TOP: 0px; VERTICAL-ALIGN: bottom; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px } A { FONT: 12px 宋體; COLOR: #215dc6; TEXT-DECORATION: none } A:hover { COLOR: #428eff } .sec_menu { BORDER-RIGHT: white 1px solid; PADDING-RIGHT: 2px; PADDING-LEFT: 2px; BACKGROUND: #d6dff7; PADDING-BOTTOM: 5px; BORDER-LEFT: white 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: white 1px solid } .menu_title { } .menu_title SPAN { FONT-WEIGHT: bold; LEFT: 8px; COLOR: #215dc6; POSITION: relative; TOP: 2px } .menu_title2 { } .menu_title2 SPAN { FONT-WEIGHT: bold; LEFT: 8px; COLOR: #428eff; POSITION: relative; TOP: 2px } </style>
<STYLE type=text/css>BODY {
SCROLLBAR-FACE-COLOR: #799ae1; BACKGROUND: #799ae1; MARGIN: 0px; FONT: 12px 宋體; SCROLLBAR-HIGHLIGHT-COLOR: #799ae1; SCROLLBAR-SHADOW-COLOR: #799ae1; SCROLLBAR-3DLIGHT-COLOR: #799ae1; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #aabfec; SCROLLBAR-DARKSHADOW-COLOR: #799ae1
}
TABLE {
BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}
TD {
FONT: 12px 宋體
}
IMG {
BORDER-RIGHT: 0px; BORDER-TOP: 0px; VERTICAL-ALIGN: bottom; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}
A {
FONT: 12px 宋體; COLOR: #000000; TEXT-DECORATION: none
}
A:hover {
COLOR: #428eff; TEXT-DECORATION: underline
}
.sec_menu {
BORDER-RIGHT: white 1px solid; BACKGROUND: #d6dff7; OVERFLOW: hidden; BORDER-LEFT: white 1px solid; BORDER-BOTTOM: white 1px solid
}
.menu_title {
}
.menu_title SPAN {
FONT-WEIGHT: bold; LEFT: 8px; COLOR: #215dc6; POSITION: relative; TOP: 2px
}
.menu_title2 {
}
.menu_title2 SPAN {
FONT-WEIGHT: bold; LEFT: 8px; COLOR: #428eff; POSITION: relative; TOP: 2px
}
</STYLE>
<script language="javascript">
function menuChange(obj,menu)
{
if(menu.style.display=="none")
{
obj.background="/Content/images/admin_title_bg_hide.gif";
menu.style.display="";
}else{
obj.background="/Content/images/admin_title_bg_show.gif";
menu.style.display="none";
}
}
function proLoadimg()
{
var i=new Image;
i.src='/Content/images/admin_title_bg_hide.gif';
}
proLoadimg();
</script>
</HEAD>
<body MS_POSITIONING="GridLayout" bgColor="#ff6666">
<form id="Form1" method="post" runat="server">
<table cellpadding="0" cellspacing="0" width="158" align="center">
<tr height="25">
<br>
<td background="/Content/images/admin_title_bg_quit.gif">
<a href="main.aspx" target="mainFrame"><b>管理頁面</b></a> <a href="Loginout.aspx" target="_top"><b>退出管理</b></a></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="158" align="center">
<tr style="CURSOR:hand">
<td height="25" class="menu_title" background="/Content/images/admin_title_bg_show.gif" onMouseOver="this.className='menu_title2';" onMouseOut="this.className='menu_title';"
onClick="menuChange(this,menu1); "><span style="Z-INDEX: 101">常規管理</span> </td>
</tr>
<tr>
<td><div class="sec_menu" style="WIDTH:158px" id="menu1">
<table cellpadding="0" cellspacing="0" align="center" width="135">
<tr height="20">
<td> <a href="Admin_About.aspx" target="mainFrame">企業簡介</a> |<a href="Admin_Contact.aspx" target="mainFrame"> 聯系我們 </a> </td>
</tr>
<tr height="20">
<td> <a href="Admin_LinkAdd.aspx" target="mainFrame">鏈接管理</a> |<a href="Admin_User.aspx" target="mainFrame"> 用戶管理</a></td>
</tr>
<tr height="20">
<td> <a href="Admin_Vote.aspx" target="mainFrame">投票管理</a> |<a href="Admin_Guest.aspx" target="mainFrame"> 查看留言</a></td>
</tr>
<tr height="20">
<td> <a href="Admin_Config.aspx" target="mainFrame">系統設置</a> |<a href="Admin_Guest.aspx" target="mainFrame"></a></td>
</tr>
</table>
</div></td>
</tr>
</table>
<br>
<table cellpadding="0" cellspacing="0" width="158" align="center">
<tr style="CURSOR:hand">
<td height="25" class="menu_title" background="/Content/images/admin_title_bg_show.gif" onMouseOver="this.className='menu_title2';" onMouseOut="this.className='menu_title';"
onClick="menuChange(this,menu2); "><span style="Z-INDEX: 101">公告管理</span> </td>
</tr>
<tr>
<td><div class="sec_menu" style="WIDTH:158px" id="menu2">
<table cellpadding="0" cellspacing="0" align="center" width="135">
<tr height="20">
<td> <a href="Admin_Add.aspx?action=gg" target="mainFrame">添加公告</a> |<a href="Admin_gg.aspx?p=gg" target="mainFrame"> 公告列表 </a> </td>
</tr>
</table>
</div></td>
</tr>
</table>
<br>
<table cellpadding="0" cellspacing="0" width="158" align="center">
<tr style="CURSOR:hand">
<td height="25" class="menu_title" background="/Content/images/admin_title_bg_show.gif"
onMouseOver="this.className='menu_title2';" onMouseOut="this.className='menu_title';"
onClick="menuChange(this,menu3);">
<span style="Z-INDEX: 101">新聞管理</span>
</td>
</tr>
<tr>
<td>
<div class="sec_menu" style="WIDTH:158px" id="menu3">
<table cellpadding="0" cellspacing="0" align="center" width="135">
<tr height="20">
<td>
<a href="Admin_Add.aspx?action=news" target="mainFrame">添加新聞</a> |<a href="Admin_gg.aspx?p=news" target="mainFrame">
新聞列表 </a> </td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<br>
<table cellpadding="0" cellspacing="0" width="158" align="center">
<tr style="CURSOR:hand">
<td height="25" class="menu_title" background="/Content/images/admin_title_bg_show.gif"
onMouseOver="this.className='menu_title2';" onMouseOut="this.className='menu_title';"
onClick="menuChange(this,menu4);"><span style="Z-INDEX: 101">產品管理</span> </td>
</tr>
<tr>
<td><div class="sec_menu" style="WIDTH:158px" id="menu4">
<table cellpadding="0" cellspacing="0" align="center" width="135">
<tr height="20">
<td> <a href="Admin_Add.aspx?action=product" target="mainFrame">添加產品</a> |<a href="Admin_gg.aspx?p=product" target="mainFrame"> 產品列表 </a> </td>
</tr>
</table>
</div></td>
</tr>
</table>
<br>
<table cellpadding="0" cellspacing="0" width="158" align="center">
<tr style="CURSOR:hand">
<td height="25" class="menu_title" background="/Content/images/admin_title_bg_show.gif"
onMouseOver="this.className='menu_title2';" onMouseOut="this.className='menu_title';"
onClick="menuChange(this,menu5);;">
<span style="Z-INDEX: 102">公司證書</span>
</td>
</tr>
<tr>
<td>
<div class="sec_menu" style="WIDTH:158px" id="menu5">
<table cellpadding="0" cellspacing="0" align="center" width="135">
<tr height="20">
<td> <a href="Admin_Add.aspx?action=cases" target="mainFrame">添加證書</a> |<a href="Admin_gg.aspx?p=cases" target="mainFrame">
證書列表</a> </td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<br>
<table cellpadding="0" cellspacing="0" width="158" align="center">
<tr style="CURSOR:hand">
<td height="25" class="menu_title" background="/Content/images/admin_title_bg_show.gif"
onMouseOver="this.className='menu_title2';" onMouseOut="this.className='menu_title';"
onClick="menuChange(this,menu6);;"><span style="Z-INDEX: 102">客戶系統</span> </td>
</tr>
<tr>
<td><div class="sec_menu" style="WIDTH:158px" id="menu6">
<table cellpadding="0" cellspacing="0" align="center" width="135">
<tr height="20">
<td> <a href="Admin_Add.aspx?action=customer" target="mainFrame">添加客戶</a> |<a href="Admin_gg.aspx?p=customer" target="mainFrame"> 客戶列表</a> </td>
</tr>
</table>
</div></td>
</tr>
</table>
<br>
<table cellpadding="0" cellspacing="0" width="158" align="center">
<tr style="CURSOR:hand">
<td height="25" class="menu_title" background="/Content/images/admin_title_bg_show.gif"
onMouseOver="this.className='menu_title2';" onMouseOut="this.className='menu_title';"
onClick="menuChange(this,menu7);;"><span style="Z-INDEX: 103">工程業績</span> </td>
</tr>
<tr>
<td><div class="sec_menu" style="WIDTH:158px" id="menu7">
<table cellpadding="0" cellspacing="0" align="center" width="135">
<tr height="20">
<td> <a href="Admin_Sale.aspx" target="mainFrame">添加業績</a> |<a href="Admin_SaleList.aspx" target="mainFrame">業績列表</a> </td>
</tr>
</table>
</div></td>
</tr>
</table>
<br>
<table cellpadding="0" cellspacing="0" width="158" align="center">
<tr style="CURSOR:hand">
<td height="25" class="menu_title" background="/Content/images/admin_title_bg_show.gif"
onMouseOver="this.className='menu_title2';" onMouseOut="this.className='menu_title';"
onClick="menuChange(this,menu11);;"><span style="Z-INDEX: 103">人才招聘</span> </td>
</tr>
<tr>
<td><div class="sec_menu" style="WIDTH:158px" id="menu11">
<table cellpadding="0" cellspacing="0" align="center" width="135">
<tr height="20">
<td> <a href="Admin_Add.aspx?action=job" target="mainFrame">添加招聘</a> |<a href="Admin_gg.aspx?p=job" target="mainFrame">招聘列表</a> </td>
</tr>
</table>
</div></td>
</tr>
</table>
<br>
<br>
<table cellpadding="0" cellspacing="0" width="158" align="center">
<tr style="CURSOR:hand">
<td height="25" class="menu_title" background="/Content/images/admin_title_bg_show.gif"
onMouseOver="this.className='menu_title2';" onMouseOut="this.className='menu_title';"
onClick="menuChange(this,menu8);">
<span style="Z-INDEX: 104">版權信息</span>
</td>
</tr>
<tr>
<td>
<div class="sec_menu" style="WIDTH:158px" id="menu8">
<table cellpadding="0" cellspacing="0" align="center" width="135">
<tr height="20">
<td> 程序制作:
<asp:Label id="Label1" runat="server">Label</asp:Label></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</form>
</body>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -