<%@page import="com.amarsoft.awe.res.MenuManager"%> <%@page import="com.amarsoft.awe.res.model.MenuItem"%> <%@page import="com.amarsoft.awe.res.AppManager"%> <%@page import="com.amarsoft.awe.res.model.AppItem"%> <%@page import="com.amarsoft.are.jbo.*"%> <%@page contentType="text/html; charset=GBK"%><%@ include file="/IncludeBegin.jsp"%>
<%/*
x 关闭
√ 显示
*/%>
⊿切换视图
ALS风险管理系统
请选择进入子系统:
<% ArrayList appItemList = AppManager.getUserAppList(CurUser); int i=0; for (AppItem appItem:appItemList) { //进入子系统通用入口页面模式 appItem.setUrl("/AppMain/CommonEntry.jsp"); appItem.setUrlParam("AppID="+appItem.getAppID()); /* //进入子系统下第一个模块的模式 i++; ArrayList menuList = MenuManager.getUserMenuListAll(CurUser, appItem.getAppID()); for(int j = 0; j< menuList.size(); j++){ String appItemScript = menuList.get(j).getUrl(); if(appItemScript != null && appItemScript.length() > 0){ appItem.setUrl(appItemScript); appItem.setUrlParam(menuList.get(j).getUrlParam()); break; } } */ %>
onMouseOut="this.className='app_block'" onMouseOver="this.className='app_block app_block_on'">
<%=appItem.getDescribe() == null ?appItem.getDisplayName():appItem.getDescribe()%>
<% } %>
<%@ include file="/IncludeEnd.jsp"%>