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

企业管理

开发平台:

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-left: 0px;
  17. margin-top: 0px;
  18. margin-right: 0px;
  19. margin-bottom: 0px;
  20. }
  21. .style1 {font-size: larger}
  22. a{
  23. font-size:12px;
  24. color:#FF6600;}
  25. a:hover{
  26. font-size:12px;
  27. color:#990000;}
  28. .style6 {
  29. font-size: 12px;
  30. color: #FFFFFF;
  31. }
  32. .style8 {
  33. color: #00FFFF;
  34. font-weight: bold;
  35. font-size: x-large;
  36. }
  37. -->
  38. </style></head>
  39. <body>
  40. <div align="center" class="style1">
  41.   <table width="778" height="205"  border="0" cellpadding="0" cellspacing="0">
  42.     <tr>
  43.       <td height="166" colspan="8" background="../images/banner.jpg">&nbsp;</td>
  44.     </tr>
  45.     <tr>
  46.       <td width="120" background="../images/datetime.jpg"><span class="style6">今天是<%=date.getYear()+1900%>年<%=date.getMonth()+1%>月<%=date.getDate()%>日</span></td>
  47.      <td width="92" align="center" background="../images/bar.jpg"><a href="information/information.jsp" target="left">基础信息维护</a></td>
  48.  <td width="92" align="center" background="../images/bar.jpg"><a href="information/khxxInformation.jsp" target="left">客户信息维护</a></td>
  49.      <td width="92" align="center" background="../images/bar.jpg"><a href="information/seriveClient.jsp" target="left">客户服务</a></td>
  50.       
  51.   
  52.   
  53.   
  54.   <td width="92" align="center" background="../images/bar.jpg"><a href="information/queryInformation.jsp" target="left">信息查询</a></td>
  55.       <td width="92" align="center" background="../images/bar.jpg"><a href="information/printInformation.jsp" target="left">数据管理</a></td>
  56.       <td width="92" align="center" background="../images/bar.jpg"><a href="information/tool.jsp" target="left">辅助工具</a></td>
  57.       <td width="106" align="center" background="../images/bar.jpg"><a href="information/systemManager.jsp"  target="left">系统管理</a></td>
  58.     </tr>
  59.   </table>
  60. </div>
  61. </html>