⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.jsp

📁 BI经营分析系统基于Hyperion Analyzer 前端展现层完整代码
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312"
	import	=	"com.boco.shpmcc.data.*"
	import	=	"com.boco.shpmcc.common.*"
	import =    "com.boco.shpmcc.util.*"
%>
<%@ include file="Privilege.jsp" %>

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>main</title>
</head>


<body bgcolor="DDF0FF"  leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
 
<table width="90%" border="0" align="center" height="90%">
  <!--<tr align="center" valign="middle"> -->
  <tr align="center" valign="top">
    <td height="500"> <font face="隶书" size="5" color="#339999">欢迎使用 上海邮政经营分析决策系统</font> 
      <table width="87%" border="0" cellspacing="1" height="462">
        <tr>
          <td height="446"> 
            <div align="center"><img src="images/all.gif" width="600" height="420" border="0" usemap="#Map" >
              <map name="Map"> 
                <%if(userInfo.getRight(ModuleMap.A_INTERCITY)>1){%>
                <area shape="circle" coords="558,184,53" href="analyzer/index.jsp?focus=parcels">
                <%}%>
                <%if(userInfo.getRight(ModuleMap.A_DISTRICT)>1){%>
                <area shape="circle" coords="510,292,49" href="analyzer/index.jsp?focus=wuliu">
                <%}%>
                <%if(userInfo.getRight(ModuleMap.A_CITY)>1){%>
                <area shape="circle" coords="406,360,48" href="analyzer/index.jsp?focus=publications">
                <%}%>
                <%if(userInfo.getRight(ModuleMap.A_EMS)>1){%>
                <area shape="circle" coords="271,369,44" href="analyzer/index.jsp?focus=confidential">
                <%}%>
                <%if(userInfo.getRight(ModuleMap.A_REMITTANCE)>1){%>
                <area shape="circle" coords="128,350,47" href="analyzer/index.jsp?focus=philately">
                <%}%>
                <%if(userInfo.getRight(ModuleMap.A_LETTERS)>1){%>
                <area shape="rect" coords="2,216,191,278" href="analyzer/index.jsp?focus=letters">
                <%}%>
                <%if(userInfo.getRight(ModuleMap.A_PHILATELY)>1){%>
                <area shape="circle" coords="65,140,46" href="analyzer/index.jsp?focus=remittance">
                <%}%>
                <%if(userInfo.getRight(ModuleMap.A_CONFIDENTIAL)>1){%>
                <area shape="circle" coords="180,59,45" href="analyzer/index.jsp?focus=ems">
                <%}%>
                <%if(userInfo.getRight(ModuleMap.A_PUBLICATIONS)>1){%>
                <area shape="circle" coords="314,207,53" href="analyzer/index.jsp?focus=city">
                <%}%>
                <%if(userInfo.getRight(ModuleMap.A_FLOW)>1){%>
                <area shape="circle" coords="485,51,42" href="analyzer/index.jsp?focus=district">
                <%}%>
                <%if(userInfo.getRight(ModuleMap.A_PARCELS)>1){%>
                <area shape="circle" coords="332,26,42" href="analyzer/index.jsp?focus=intercity">
                <%}%>
              </map>
            </div>
          </td>
        </tr>
      </table>

    </td>
  </tr>
</table>
</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -