📄 head.asp
字号:
<!--#include file="conn.asp" -->
<!--#include file="../char.asp" -->
<%
Call CheckAccessRight()
%>
<html>
<head>
<meta http-equiv="Pragma" content="no-cache">
<title>新闻管理系统--</title>
<link rel="stylesheet" href="../style.css" type="text/css">
<style type="text/css">
.td { font-size: 12px; line-height: 24px}
</style>
<SCRIPT language=javascript>
function expanditem(aa)
{
if (aa.style.display=="none")
aa.style.display="";
else
aa.style.display="none";
return true;
}
</SCRIPT>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<br>
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center" style="border:1px #cccccc solid">
<tr>
<td width="100" valign="top" style="padding:20px 20px 20px 20px;border-right:1px #666666 dotted">
<!--左边代码-->
<table border=0 width=100% cellspacing="0" cellpadding="0">
<tr>
<td height="20" language=javascript onmouseup=expanditem(Aux0); style="CURSOR: hand">
<img src="pic/point_01.gif" width="10" height="13"> 文章管理</td>
</tr>
<tr>
<td id=Aux0 style="padding:0px 0px 0px 20px;DISPLAY:true">
<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td height="20"><img src="pic/bull_sm_g.gif" width="11" height="11">
<a href="NewAdd.asp">添加文章</a></td>
</tr>
<tr>
<td height="20"><img src="pic/bull_sm_r.gif" width="11" height="11">
<a href="adminedit.asp">修改删除</a></td>
</tr>
<tr>
<td height="20"><img src="pic/bull_info.gif" width="11" height="11">
<a href="art_class_list.asp">栏目管理</a></td>
</tr>
<tr>
<td height="20"><img src="pic/bull_sm_b.gif" width="11" height="11">
<a href="adminuser.asp">用户管理</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="20" language=javascript onmouseup=expanditem(Aux1); style="CURSOR: hand">
<img src="pic/point_01.gif" width="10" height="13"> 系统设置</td>
</tr>
<tr>
<td id=Aux1 style="padding:0px 0px 0px 20px;DISPLAY:true">
<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td height="20"><img src="pic/bull_sm_g.gif" width="11" height="11">
<a href="adminvar.asp">基本信息</a></td>
</tr>
<tr>
<td height="20"><img src="pic/bull_sm_r.gif" width="11" height="11">
<a href="adminserver.asp">系统参数</a></td>
</tr>
<tr>
<td height="20"><img src="pic/bull_info.gif" width="11" height="11">
<a href="admincss.asp">CSS设定</a></td>
</tr>
<tr>
<td height="20"><img src="pic/bull_sm_b.gif" width="11" height="11">
<a href="adminjs.asp">JS 生成</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td height="20" language=javascript onmouseup=expanditem(Aux2); style="CURSOR: hand">
<img src="pic/point_01.gif" width="10" height="13"> 数据处理</td>
</tr>
<tr>
<td id=Aux2 style="padding:0px 0px 0px 20px;DISPLAY:true">
<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td height="20"><img src="pic/bull_sm_g.gif" width="11" height="11">
<a href="BackupData.asp">备份数据</a></td>
</tr>
<tr>
<td height="20"><img src="pic/bull_sm_r.gif" width="11" height="11">
<a href="RestoreData.asp">恢复数据</a></td>
</tr>
<tr>
<td height="20"><img src="pic/bull_info.gif" width="11" height="11">
<a href="CompressData.asp">数据压缩</a></td>
</tr>
<tr>
<td height="20"><img src="pic/bull_sm_b.gif" width="11" height="11">
<a href="connsql.asp">批量处理</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="20"><img src="pic/point_01.gif" width="10" height="13"> <a href="main.asp">退出系统</a></td>
</tr>
<tr>
<td height="20"><img src="pic/point_01.gif" width="10" height="13"> <a href="../default.asp">返回首页</a></td>
</tr>
</table>
<!--左边代码-->
</td>
<td valign="top" class="td" style="padding:20px">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -