diff --git a/WebContent/Frame/page/jspf/include/jsp_mainmenu.jspf b/WebContent/Frame/page/jspf/include/jsp_mainmenu.jspf index 7b8216fd8..ab303ad9b 100644 --- a/WebContent/Frame/page/jspf/include/jsp_mainmenu.jspf +++ b/WebContent/Frame/page/jspf/include/jsp_mainmenu.jspf @@ -1,119 +1,131 @@ -<%@page import="com.tenwa.httpclient.resources.QuartzPropertiesUtil"%><% -request.setAttribute("as_main", new com.amarsoft.awe.ui.layout.ASMain(CurPage).init(null).setTitle(PG_TITLE).setContentTitle(PG_CONTENT_TITLE).setContnetText(PG_CONTNET_TEXT).setLeftWidth(PG_LEFT_WIDTH)); -boolean bFlag = false; -List roles = CurUser.getRoleTable(); -String distributorRole = QuartzPropertiesUtil.get("distributor_role"); -distributorRole = distributorRole == null ? "" : distributorRole; -for(String role : roles) { - if(distributorRole.indexOf(role) != -1) { - bFlag = true; - break; - } -} +<%@page import="com.tenwa.httpclient.resources.QuartzPropertiesUtil" %> +<% + request.setAttribute("as_main", new com.amarsoft.awe.ui.layout.ASMain(CurPage).init(null).setTitle(PG_TITLE).setContentTitle(PG_CONTENT_TITLE).setContnetText(PG_CONTNET_TEXT).setLeftWidth(PG_LEFT_WIDTH)); + boolean bFlag = false; + List roles = CurUser.getRoleTable(); + String distributorRole = QuartzPropertiesUtil.get("distributor_role"); + distributorRole = distributorRole == null ? "" : distributorRole; + for (String role : roles) { + if (distributorRole.indexOf(role) != -1) { + bFlag = true; + break; + } + } %> -${as_main.title} -<%@ - include file="/Frame/page/jspf/include/jsp_head_res.jspf" -%> - - - - - - - - - - + ${as_main.title} + + <%@ + include file="/Frame/page/jspf/include/jsp_head_res.jspf" + %> + + + + + + + + + + -
- - -
- -
-
-
-
${as_main.rightTitle}
-
-
-
-
${as_main.menuHtml}
-
<%@ - include file="/Frame/page/jspf/include/jsp_debug.jspf" -%> - +
+ + +
+ +
+
+
+
${as_main.rightTitle} + +
+
+
+
+
+
+
+
${as_main.menuHtml}
+
+
+<%@include file="/Frame/page/jspf/include/jsp_debug.jspf" %> + \ No newline at end of file