?? manage_index_top.asp
字號:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="admin.asp"-->
<!--#include file="../inc/conn.asp"-->
<!--#include file="../inc/config.asp"-->
<%
call CloseConn()
%>
<html>
<head>
<title>創軟科技企業管理系統后臺管理頁面</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
a:link { color:#000000;text-decoration:none}
a:hover {color:#666666;}
a:visited {color:#000000;text-decoration:none}
td {FONT-SIZE: 9pt; FILTER: dropshadow(color=#FFFFFF,offx=1,offy=1); COLOR: #000000; FONT-FAMILY: "宋體"}
img {filter:Alpha(opacity:100); chroma(color=#FFFFFF)}
</style>
<base target="main">
<script>
function preloadImg(src)
{
var img=new Image();
img.src=src
}
preloadImg("../images/admin_top_open.gif");
var displayBar=true;
function switchBar(obj)
{
if (displayBar)
{
parent.frame.cols="0,*";
displayBar=false;
obj.src="../images/admin_top_open.gif";
obj.title="打開左邊管理菜單";
}
else{
parent.frame.cols="180,*";
displayBar=true;
obj.src="../images/admin_top_close.gif";
obj.title="關閉左邊管理菜單";
}
}
</script>
</head>
<body background="../images/admin_top_bg.gif" leftmargin="0" topmargin="0">
<table height="100%" width="100%" border=0 cellpadding=0 cellspacing=0>
<tr valign=middle>
<td width=50>
<img onclick="switchBar(this)" src="../images/admin_top_close.gif" title="關閉左邊管理菜單" style="cursor:hand">
</td>
<td width=40>
<img src="../images/admin_top_icon_1.gif">
</td>
<td width=100>
<a href="Manage_Admin.asp">修改密碼</a>
</td>
<td width=40>
<img src="../images/admin_top_icon_5.gif">
</td>
<td width=100>
<a href="Sendmail.asp">發送郵件</a>
</td>
<!--
<td width=40>
<img src="../images/admin_top_icon_2.gif">
</td>
<td width=100>
<a href="#">我的通訊錄</a>
</td>
<td width=40>
<img src="../images/admin_top_icon_3.gif">
</td>
<td width=100>
<a href="#">我的備忘錄</a>
</td>
<td width=40>
<img src="../images/admin_top_icon_4.gif">
</td>
<td width=100>
<a href="#">我的短信息</a>
</td>
-->
<td align="right">創軟企業網站管理系統完善版 代號:crab413 </td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -