📄 left.jsp
字号:
<%@ page language="java" pageEncoding="GBK"%>
<%@ taglib prefix="ww" uri="/WEB-INF/webwork.tld" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<style>
body {
font: 10pt;
color: #FFFFFF
}
div {
width: 100%;
text-align: left;
line-height: 18px;
padding: 1px;
overflow: hidden;
}
ul {
width: 90%;
text-align: left;
line-height: 20px;
padding: 4px 6px;
margin: 0px;
display: block !important;
display: inline;
}
li {
display: block !important;
font-family: 宋体;
font-size: 12px;
}
A:visited {
COLOR: #FFFFFF; TEXT-DECORATION: none
}
A:link {
COLOR: #FFFFFF; TEXT-DECORATION: none
}
A:hover {
COLOR: #ff3300; TEXT-DECORATION: none
}
</style>
</head>
<script language='javascript'>
function over(obj)
{
obj.style.color = '#ff6600';
obj.style.backgroundColor = '#000000';
}
function out(obj)
{
obj.style.color = '';
obj.style.backgroundColor = '';
}
function shift(id)
{
var obj = document.getElementById(id);
if (obj.style.display == 'none')
{
obj.style.display = 'inline';
}
else
{
obj.style.display = 'none';
}
}
</script>
<body bgColor="#808080">
<div style='font-size:13px;font-family:Tahoma' align='left'><b>星网后台管理程序</b></div>
<hr color="#ffffff" size="1">
<base target='right' />
<div class='grid' >
<div style="CURSOR: hand; background: #000000; padding:2px; display: block; line-height: 15px;" class='category cursor' onclick="shift('system')">基本设置</div>
<ul id='system'>
<li><a target="Right" href=<ww:url action="infoConfig!doDefault" namespace="/admin" />>基本配置</a></li>
</ul>
</div>
<div class='grid'>
<div style="CURSOR: hand; background: #000000; padding:2px; display: block; line-height: 15px;" class='category cursor' onclick="shift('eq')">板块管理</div>
<ul id='eq' >
<li><a target="Right" href="<ww:url action="board!doDefault" namespace="/admin" />">添加板块</a></li>
<li><a target="Right" href="<ww:url action="board!showBoardList" namespace="/admin"/>">管理板块</a></li>
</ul>
</div>
<div class='grid'>
<div style="CURSOR: hand; background: #000000; padding:2px; display: block; line-height: 15px;" class='category cursor' onclick="shift('forum')">论坛管理</div>
<ul id='forum' >
<li><a target="Right" href="<ww:url action="forum!doDefault" namespace="/admin" />">添加论坛</a></li>
<li><a target="Right" href="<ww:url action="forum!showForumList" namespace="/admin"/>">管理论坛</a></li>
<li><a target="Right" href="<ww:url action="order!doDefault" namespace="/admin"/>">论坛顺序</a></li>
</ul>
</div>
<div class='grid'>
<div style="CURSOR: hand; background: #000000; padding:2px; display: block; line-height: 15px;" class='category cursor' onclick="shift('forum')">用户管理</div>
<ul id='forum' >
<li><a target="Right" href="<ww:url action="user!doDefault" namespace="/admin" />">查找用户</a></li>
</ul>
</div>
<div class='grid'>
<div style="CURSOR: hand; background: #000000; padding:2px; display: block; line-height: 15px;" class='category cursor' onclick="shift('forum')">用户组管理</div>
<ul id='forum' >
<li><a target="Right" href="<ww:url action="userGroup!doDefault" namespace="/admin" />">管理用户组</a></li>
</ul>
</div>
<div class='grid'>
<div style="CURSOR: hand; background: #000000; padding:2px; display: block; line-height: 15px;" class='category cursor' onclick="shift('forum')">管理员组管理</div>
<ul id='forum' >
<li><a target="Right" href="<ww:url action="cmpOffer!doDefault" namespace="/company" />">管理管理组</a></li>
</ul>
</div>
<br>
<div style='font-size:10px;font-family:Tahoma;color: red' align='left'><b>Powered By X-Student Group</b></div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -