📄 left.asp
字号:
<!--#include file="check.asp"-->
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>■管理中心</title>
<script language="javascript1.2">
function XHShowList(id)
{
whichEl = eval("XHList"+id);
if (whichEl.style.display == "none")
{eval("XHList"+id+".style.display=\"\";");}
else
{eval("XHList"+id+".style.display=\"none\";");}
}
</script>
</head>
<base target="XH_w3">
<link rel="stylesheet" type="text/css" href="Admin_STYLE.CSS">
<body topmargin="0" leftmargin="0">
<table border="0" cellspacing="1" style="border-collapse: collapse" width="115" cellpadding="2" bgcolor="#E1F4EE">
<tr>
<td width="100%" bgcolor="#009286" align="center"><font color="#FFFFFF">
<b>管理菜单</b></font></td>
</tr>
<tr>
<td width="100%" align="center"><a target="_top" href="admin_index.asp">
管理首页</a>|<a target="_top" href="login.asp?XHType=logout">退出管理</a></td>
</tr>
<tr>
<td width="100%" bgcolor="#009286" onclick="XHShowList(1)" class="XHList" onmouseover="this.className='XHList2';" onmouseout="this.className='XHList';">
<font color="#FFFFFF"><b>投票主题</b></font></td>
</tr>
<tr style="display:none" id="XHList1">
<td width="100%"><a href="admin_subject_add.asp">添加投票主题</a><br>
<a href="admin_subject.asp">管理投票主题</a> </td>
</tr>
<tr>
<td width="100%" bgcolor="#009286" onclick="XHShowList(2)" class="XHList" onmouseover="this.className='XHList2';" onmouseout="this.className='XHList';">
<font color="#FFFFFF"><b>投票标题</b></font></td>
</tr>
<tr style="display:none" id="XHList2">
<td width="100%"><a href="admin_title_add.asp">添加投票标题</a><br>
<a href="admin_title.asp">管理投票标题</a></td>
</tr>
<tr>
<td width="100%" bgcolor="#009286" onclick="XHShowList(3)" class="XHList" onmouseover="this.className='XHList2';" onmouseout="this.className='XHList';">
<font color="#FFFFFF"><b>投票问题</b></font></td>
</tr>
<tr style="display:none" id="XHList3">
<td width="100%"><a href="admin_question_add.asp">添加投票问题</a><br>
<a href="admin_question.asp">管理投票问题</a></td>
</tr>
<tr>
<td width="100%" bgcolor="#009286" onclick="XHShowList(4)" class="XHList" onmouseover="this.className='XHList2';" onmouseout="this.className='XHList';">
<font color="#FFFFFF"><b>系统设置</b></font></td>
</tr>
<tr style="display:none" id="XHList4">
<td width="100%"><a href="admin_system.asp">系统初始配置</a><br>
<a href="admin_admin.asp">修改管理员信息</a></td>
</tr>
<tr>
<td width="100%" bgcolor="#009286" class="XHList">
<font color="#FFFFFF"><b>系统版权</b></font></td>
</tr>
<tr id="XHList6">
<td width="100%">程序设计:<a href="http://www.xhonline.cn" target="_blank">雪晖在线</a><br><br>程序版本:05.B1025</td>
</tr>
</tr>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -