Menu.jsp
上传用户:wenzhanhao
上传日期:2022-03-28
资源大小:9150k
文件大小:5k
源码类别:

百货/超市行业

开发平台:

Visual C++

  1. <%@ page contentType="text/html; charset=gbk" language="java" %>
  2. <%@ page import="mediastore.common.SessionContext" %>
  3. <%@ page import="mediastore.web.global.Globals" %>
  4. <%
  5. String strUserName = "";
  6. SessionContext ctx = (SessionContext)session.getAttribute(Globals.SESSION_CONTEXT);
  7. int role = -1;
  8. if(ctx != null){
  9. role = ctx.getUserRole();
  10. System.out.println("角色为:" + role);
  11. strUserName = ctx.getUserName();
  12. }
  13. else
  14. {
  15. System.out.println("ctx == null");
  16. }
  17. %>
  18. <%
  19. if(role == 0){
  20. %>
  21. <table width='768' align='center' class="navigator" cellSpacing="0" cellPadding="5" border="0">
  22. <tr>
  23. <td class="navigator_home"><font color="#FFFFFF">