📄 adminleft.jsp
字号:
<%@page contentType="text/html; charset=UTF-8"%>
<%@taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>管理导航</title>
<style type="text/css">
<!--
body {
background-color: #FAFAFA;
}
-->
</style>
<link href="css/admin.css" rel="stylesheet" type="text/css">
<script language="javascript" type="text/javascript">
function show(i)
{
if(eval("t"+i).style.display!="none")
eval("t"+i).style.display="none";
else
eval("t"+i).style.display="";
}
function over(tid)
{
tid.style.backgroundColor="#ebeadd";
}
function out(tid)
{
tid.style.backgroundColor="#ffffff";
}
</script>
</head>
<body>
<table width="160" border="0" cellspacing="2" cellpadding="0" class="table2">
<tr>
<td>
<table width="100%" border="0" cellspacing="3" cellpadding="0" class="table3">
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="0" class="table4">
<tr>
<td class="title" height="21"> □ 首页
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="0" class="table4">
<tr>
<td class="title" height="21" onClick="show(1)"> □ 常规选项
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="1" cellpadding="0" style="display:none" id="t1" class="table4">
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/adminOpenSet" target="bbscs_admin_mainFrame">打开/关闭论坛</html:link>
</td>
</tr>
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/adminWebset" target="bbscs_admin_mainFrame">网站信息</html:link>
</td>
</tr>
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/adminBaseSet" target="bbscs_admin_mainFrame">基本设置</html:link>
</td>
</tr>
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/adminDateTimeFormatSet" target="bbscs_admin_mainFrame">日期时间设置</html:link>
</td>
</tr>
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/adminCookiePassSet" target="bbscs_admin_mainFrame">COOKIE和通行证设置</html:link>
</td>
</tr>
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/adminScreenSet" target="bbscs_admin_mainFrame">屏蔽选项</html:link>
</td>
</tr>
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/adminEmailSet" target="bbscs_admin_mainFrame">Email选项</html:link>
</td>
</tr>
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/adminUserRegSet" target="bbscs_admin_mainFrame">用户注册选项</html:link>
</td>
</tr>
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/adminUserProSet" target="bbscs_admin_mainFrame">用户资料选项</html:link>
</td>
</tr>
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/adminFaceSet" target="bbscs_admin_mainFrame">用户头像选项</html:link>
</td>
</tr>
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/adminForbidSet" target="bbscs_admin_mainFrame">用户禁止选项</html:link>
</td>
</tr>
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/adminPostSet" target="bbscs_admin_mainFrame">发帖和编辑选项</html:link>
</td>
</tr>
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/adminAttachSet" target="bbscs_admin_mainFrame">附件选项</html:link>
</td>
</tr>
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/adminVoteSet" target="bbscs_admin_mainFrame">投票选项</html:link>
</td>
</tr>
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/aminPmSet" target="bbscs_admin_mainFrame">悄悄话选项</html:link>
</td>
</tr>
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/adminForumViewSet" target="bbscs_admin_mainFrame">主题列表显示选项</html:link>
</td>
</tr>
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/adminPostViewSet" target="bbscs_admin_mainFrame">主题内容显示选项</html:link>
</td>
</tr>
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/adminPostHiddenSet" target="bbscs_admin_mainFrame">隐藏帖选项</html:link>
</td>
</tr>
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/adminUOTimeSet" target="bbscs_admin_mainFrame">在线时长设定</html:link>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="0" class="table4">
<tr>
<td class="title" height="21" onClick="show(2)"> □ 版区管理
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="1" cellpadding="0" style="display:none" id="t2" class="table4">
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/adminBoardList" target="bbscs_admin_mainFrame">版区列表</html:link>
</td>
</tr>
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/adminBoardSet" target="bbscs_admin_mainFrame">添加版区</html:link>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="0" class="table4">
<tr>
<td class="title" height="21" onClick="show(3)"> □ 用户与权限
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="1" cellpadding="0" style="display:none" id="t3" class="table4">
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/adminPermission" target="bbscs_admin_mainFrame">权限列表</html:link>
</td>
</tr>
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/adminRoleList" target="bbscs_admin_mainFrame">角色管理</html:link>
</td>
</tr>
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/adminUgList" target="bbscs_admin_mainFrame">用户组管理</html:link>
</td>
</tr>
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/adminUserSearch" target="bbscs_admin_mainFrame">用户管理</html:link>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="0" class="table4">
<tr>
<td class="title" height="21" onClick="show(4)"> □ 退出管理
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="1" cellpadding="0" style="display:none" id="t4" class="table4">
<tr>
<td class="item" height="21" align="center" onMouseOver="over(this);" onMouseOut="out(this)">
<html:link action="/adminLogout" target="_top">退出管理</html:link>
</td>
</tr>
</table>
</td>
</tr>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -