Menu.jsp
资源名称:barcode.rar [点击查看]
上传用户:wenzhanhao
上传日期:2022-03-28
资源大小:9150k
文件大小:5k
源码类别:
百货/超市行业
开发平台:
Visual C++
- <%@ page contentType="text/html; charset=gbk" language="java" %>
- <%@ page import="mediastore.common.SessionContext" %>
- <%@ page import="mediastore.web.global.Globals" %>
- <%
- String strUserName = "";
- SessionContext ctx = (SessionContext)session.getAttribute(Globals.SESSION_CONTEXT);
- int role = -1;
- if(ctx != null){
- role = ctx.getUserRole();
- System.out.println("角色为:" + role);
- strUserName = ctx.getUserName();
- }
- else
- {
- System.out.println("ctx == null");
- }
- %>
- <%
- if(role == 0){
- %>
- <table width='768' align='center' class="navigator" cellSpacing="0" cellPadding="5" border="0">
- <tr>
- <td class="navigator_home"><font color="#FFFFFF">