left.jsp.svn-base
来自「移动彩信管理平台」· SVN-BASE 代码 · 共 133 行
SVN-BASE
133 行
<%@ page contentType="text/html;charset=utf-8" %>
<%@page import="com.my7g.zj.mobile.mms.bean.User"%>
<%@ include file="../common/taglibs.jsp" %>
<link rel="StyleSheet" href="${webctx }/css/dtree.css"
type="text/css" />
<script type="text/javascript" src="${webctx }/js/dtree.js"></script>
<table width="170" border="0" cellpadding="0" cellspacing="0" class="pleft" >
<tr>
<td height="20" align="center" valign="top" bgcolor="#EAF0FE">欢迎您:<span class="psize2"><%=User.getUserInfo().getUsername() %></span> 已登录!</td>
</tr>
<tr>
<td height="588" valign="top" background="${webctx}/images/pleft_bg.jpg">
<script type="text/javascript">
<!--
//0-100
<authz:authorize ifAnyGranted="AUTH_LOGIN">
d = new dTree('d');
//101-200
<authz:authorize ifAnyGranted="AUTH_CREATE_NOTICE,AUTH_CHECK_NOTICE,AUTH_DEL_NOTICE">
d.add(0,-1,'CP管理平台');
d.add(1,0,'公告信息','');
<authz:authorize ifAnyGranted="AUTH_CREATE_NOTICE">
d.add(101,1,'发布公告','${webctx}/enter.do','','right');
</authz:authorize>
<authz:authorize ifAnyGranted="AUTH_CHECK_NOTICE">
d.add(102,1,'查看公告','${webctx}/check.do','','right');
</authz:authorize>
<authz:authorize ifAnyGranted="AUTH_DEL_NOTICE">
//d.add(103,1,'公告删除','${webctx}/check.do','','right');
</authz:authorize>
</authz:authorize>
//201-300
<authz:authorize ifAnyGranted="AUTH_CREATE_USER,AUTH_MOD_USER,AUTH_DEL_USER,AUTH_CHECK_USER,AUTH_MOD_POWER">
d.add(2,0,'权限管理','');
<authz:authorize ifAnyGranted="AUTH_CREATE_USER">
d.add(201,2,'创建用户','${webctx}/toRegister.do','','right');
</authz:authorize>
<authz:authorize ifAnyGranted="AUTH_MOD_USER">
d.add(202,2,'修改用户','${webctx}/toFindShen.do','','right');
</authz:authorize>
<authz:authorize ifAnyGranted="AUTH_DEL_USER">
d.add(203,2,'删除用户','${webctx}/jsp/listallUser.jsp','','right');
</authz:authorize>
<authz:authorize ifAnyGranted="AUTH_CHECK_USER">
d.add(204,2,'用户查询','${webctx}/toFindAll.do','','right');
</authz:authorize>
<authz:authorize ifAnyGranted="AUTH_MOD_POWER">
//d.add(205,2,'权限设置','example01.html','','right');
</authz:authorize>
</authz:authorize>
//301-400
<authz:authorize ifAnyGranted="AUTH_MOD_INFO,AUTH_MOD_PASSWORD">
d.add(3,0,'用户管理','');
<authz:authorize ifAnyGranted="AUTH_MOD_INFO">
d.add(301,3,'信息修改','${webctx}/checkuser.do','','right');
</authz:authorize>
<authz:authorize ifAnyGranted="AUTH_MOD_PASSWORD">
d.add(302,3,'密码修改','${webctx}/jsp/modifypassword.jsp','','right');
</authz:authorize>
</authz:authorize>
//401-500
<authz:authorize ifAnyGranted="AUTH_CREATE_MMS,AUTH_CHECK_MMS,AUTH_AUDIT_MMS">
d.add(4,0,'内容管理','');
<authz:authorize ifAnyGranted="AUTH_CREATE_MMS">
d.add(401,4,'种子短信录入','example01.html','','right');
</authz:authorize>
<authz:authorize ifAnyGranted="AUTH_CHECK_MMS">
d.add(402,4,'种子彩信查询','${webctx}/selectMMS.do','','right');
</authz:authorize>
<authz:authorize ifAnyGranted="AUTH_AUDIT_MMS">
d.add(403,4,'种子彩信审核','example01.html','','right');
</authz:authorize>
</authz:authorize>
//501-600
<authz:authorize ifAnyGranted="AUTH_CREATE_BATCH,AUTH_CHECK_BATCH,AUTH_DEL_BATCH">
d.add(5,0,'彩信发送','');
<authz:authorize ifAnyGranted="AUTH_CREATE_BATCH">
d.add(501,5,'生成批次','${webctx}/tobatchbuild.do','','right');
</authz:authorize>
<authz:authorize ifAnyGranted="AUTH_CHECK_BATCH">
d.add(502,5,'查询批次','${webctx}/tocheckbatch.do','','right');
</authz:authorize>
<authz:authorize ifAnyGranted="AUTH_DEL_BATCH">
//d.add(503,5,'批次删除','example01.html','','right');
</authz:authorize>
</authz:authorize>
//601-700
<authz:authorize ifAnyGranted="AUTH_USER_REPORT,AUTH_TRANSMIT_REPORT,AUTH_APPOINT_REPORT,AUTH_GOLD_REPORT">
d.add(6,0,'数据管理','');
<authz:authorize ifAnyGranted="AUTH_USER_REPORT">
d.add(601,6,'业务用户数统计','${webctx}/jsp/mmsUserStatisticsDisplay.jsp','','right');
</authz:authorize>
<authz:authorize ifAnyGranted="AUTH_TRANSMIT_REPORT">
d.add(602,6,'业务转发量统计','${webctx}/jsp/transmitDisplay.jsp','','right');
</authz:authorize>
<authz:authorize ifAnyGranted="AUTH_APPOINT_REPORT">
d.add(603,6,'业务点播量统计','${webctx}/jsp/boradmain.jsp','','right');
</authz:authorize>
<authz:authorize ifAnyGranted="AUTH_GOLD_REPORT">
d.add(604,6,'金币分布情况统计','example01.html','','right');
</authz:authorize>
</authz:authorize>
//701-800
<authz:authorize ifAnyGranted="AUTH_SINGLE_MANAGE">
d.add(7,0,'客服管理','');
<authz:authorize ifAnyGranted="AUTH_SINGLE_MANAGE">
d.add(701,7,'单个用户管理','${webctx}/queryUser.do','','right');
</authz:authorize>
</authz:authorize>
document.write(d);
</authz:authorize>
//-->
</script>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?