information.jsp
上传用户:quasar007
上传日期:2022-08-11
资源大小:4067k
文件大小:3k
源码类别:

企业管理

开发平台:

Java

  1. <%@ page contentType="text/html; charset=gb2312"%>
  2. <%java.util.Date date=new java.util.Date();%>
  3. <%@ page import="com.domain.UserForm"%>
  4. <%@ page import="com.tool.Chinese"%>
  5. <%UserForm form=(UserForm)session.getAttribute("form");%>
  6. <%session.setAttribute("form",form);%>
  7. <%session.setMaxInactiveInterval(3600);%>
  8. <html>
  9. <head>
  10. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  11. <title>基础信息维护</title>
  12. <style type="text/css">
  13. <!--
  14. body {
  15. background-color: #000000;
  16. margin-right: 0px;
  17. margin-top: 0px;
  18. }
  19. a{
  20. font-size:12px;
  21. color:#336699;}
  22. a:hover{
  23. font-size:12px;
  24. color:#990000;}
  25. .style5 {font-size: 24px}
  26. .style12 {color: #336699}
  27. -->
  28. </style></head>
  29. <body>
  30. <div align="right">
  31.   <table width="199" height="500"  border="0" cellpadding="0" cellspacing="0">
  32.     <tr>
  33.       <td width="199" height="97" align="center" valign="middle" background="../../images/clientbar.jpg" class="style5"></td>
  34.     </tr>
  35.    <%if(Integer.parseInt(form.getMenu_jcxx())==0){ %>
  36.     <tr>
  37.       <td width="199" height="37" align="center"  background="../../images/cbar.jpg">企业类型设置</td>
  38.     </tr>
  39.     <tr>
  40.       <td width="199" height="37" align="center"  background="../../images/cbar.jpg">企业性质设置</td>
  41.     </tr>
  42.     <tr>
  43.       <td width="199" height="37" align="center"  background="../../images/cbar.jpg">客户银行设置</td>
  44.     </tr>
  45.     <tr>
  46.       <td width="199" height="37" align="center"  background="../../images/cbar.jpg">企业资信设置</td>
  47.     </tr>
  48.     <tr>
  49.       <td width="199" height="37" align="center"  background="../../images/cbar.jpg">客户级别设置</td>
  50.     </tr>
  51.     <tr>
  52.       <td width="199" height="37" align="center"  background="../../images/cbar.jpg">&nbsp;&nbsp;&nbsp;客户满意程度设置</td>
  53.     </tr>
  54.     <tr>
  55.       <td width="199" height="37" align="center"  background="../../images/cbar.jpg">区域信息设置</td>
  56.     </tr>
  57.  <%}else{%>
  58.  <tr>
  59.       <td width="199" height="37" align="center"  background="../../images/cbar.jpg"><a href="../../cqylxSelect.do" target="main">企业类型设置</a></td>
  60.     </tr>
  61.     <tr>
  62.       <td width="199" height="37" align="center"  background="../../images/cbar.jpg"><a href="../../cqyxzSelect.do" target="main">企业性质设置</a></td>
  63.     </tr>
  64.     <tr>
  65.       <td width="199" height="37" align="center"  background="../../images/cbar.jpg"><a href="../../cbankSelect.do"  target="main">客户银行设置</a></td>
  66.     </tr>
  67.     <tr>
  68.       <td width="199" height="37" align="center"  background="../../images/cbar.jpg"><a href="../../cqyzxSelect.do" target="main" class="style12">企业资信设置</a></td>
  69.     </tr>
  70.     <tr>
  71.       <td width="199" height="37" align="center"  background="../../images/cbar.jpg"><a href="../../ckhjbSelect.do" target="main">客户级别设置</a></td>
  72.     </tr>
  73.     <tr>
  74.       <td width="199" height="37" align="center"  background="../../images/cbar.jpg">&nbsp;&nbsp;&nbsp;<a href="../../ckhmydSelect.do" target="main">客户满意程度设置</a></td>
  75.     </tr>
  76.     <tr>
  77.       <td width="199" height="37" align="center"  background="../../images/cbar.jpg"><a href="../../cqyxxSelect.do" target="main">区域信息设置</a></td>
  78.     </tr>
  79.    <%}%>
  80.     <tr>
  81.       <td align="left" valign="top" bgcolor="#F7F7F7"></td>
  82.     </tr>
  83.   </table>
  84. </div>
  85. </body>
  86. </html>