queryInformation.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("user",form.getUser_id());%>
  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-top: 0px;
  17. margin-right: 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. .style8 {
  27. font-size: 19px;
  28. font-weight: bold;
  29. color: #FE5A01;
  30. }
  31. -->
  32. </style></head>
  33. <body>
  34. <div align="right">
  35. <table width="199" height="500"  border="0" cellpadding="0" cellspacing="0">
  36.   <tr>
  37.     <td width="199" height="97" align="center" valign="middle" background="../../images/clientbar.jpg" class="style5"></td>
  38.   </tr>
  39.    <%if(Integer.parseInt(form.getMenu_xxcx())==0){ %>
  40.   <tr>
  41.     <td width="199" height="37" align="center"  background="../../images/cbar.jpg">客户信息查询&nbsp;</td>
  42.   </tr>
  43.   <tr>
  44.     <td width="199" height="37" align="center"  background="../../images/cbar.jpg">&nbsp;联系人信息查询</td>
  45.   </tr>
  46.   <tr>
  47.     <td width="199" height="37" align="center"  background="../../images/cbar.jpg">客户反馈查询&nbsp;</td>
  48.   </tr>
  49.   <tr>
  50.     <td width="199" height="37" align="center"  background="../../images/cbar.jpg">客户投诉查询&nbsp;</td>
  51.   </tr>
  52.   <tr>
  53.     <td width="199" height="37" align="center"  background="../../images/cbar.jpg">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;国内城市区号邮编查询</td>
  54.   </tr>
  55.    <%}else{%>
  56.    <tr>
  57.     <td width="199" height="37" align="center"  background="../../images/cbar.jpg"><a href="../../queryClient.do" target="main">客户信息查询</a> &nbsp;</td>
  58.   </tr>
  59.   <tr>
  60.     <td width="199" height="37" align="center" background="../../images/cbar.jpg"><a href="../../qyeryLxrxx.do" target="main">联系人信息查询</a></td>
  61.   </tr>
  62.   <tr>
  63.     <td width="199" height="37" align="center"  background="../../images/cbar.jpg"><a href="../../querySkhfk.do" target="main">客户反馈查询</a>&nbsp;</td>
  64.   </tr>
  65.   <tr>
  66.     <td width="199" height="37" align="center"  background="../../images/cbar.jpg"><a href="../../queryKhts.do" target="main">客户投诉查询</a>&nbsp;</td>
  67.   </tr>
  68.   <tr>
  69.     <td width="199" height="37" align="center"  background="../../images/cbar.jpg">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../querySfzySelect.do?" target="main">国内城市区号邮编查询</a></td>
  70.   </tr>
  71.    <%}%>
  72.    <tr>
  73.     <td align="left" valign="top" bgcolor="#F7F7F7"><p></p></td>
  74.   </tr>
  75. </table>
  76. </div>
  77. </body>
  78. </html>