%@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"%>
<%/*
*/%>
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
<%@ include file="/IncludeEnd.jsp"%>