top.jsp
上传用户:quasar007
上传日期:2022-08-11
资源大小:4067k
文件大小:2k
- <%@ page contentType="text/html; charset=gb2312"%>
- <%java.util.Date date=new java.util.Date();%>
- <%@ page import="com.domain.UserForm"%>
- <%@ page import="com.tool.Chinese"%>
- <%UserForm form=(UserForm)session.getAttribute("form");%>
- <%session.setAttribute("form",form);%>
- <%session.setMaxInactiveInterval(3600);%>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <title>头页面</title>
- <style type="text/css">
- <!--
- body {
- background-color: #000000;
- margin-left: 0px;
- margin-top: 0px;
- margin-right: 0px;
- margin-bottom: 0px;
- }
- .style1 {font-size: larger}
- a{
- font-size:12px;
- color:#FF6600;}
- a:hover{
- font-size:12px;
- color:#990000;}
- .style6 {
- font-size: 12px;
- color: #FFFFFF;
- }
- .style8 {
- color: #00FFFF;
- font-weight: bold;
- font-size: x-large;
- }
- -->
- </style></head>
- <body>
- <div align="center" class="style1">
- <table width="778" height="205" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td height="166" colspan="8" background="../images/banner.jpg"> </td>
- </tr>
- <tr>
- <td width="120" background="../images/datetime.jpg"><span class="style6">今天是<%=date.getYear()+1900%>年<%=date.getMonth()+1%>月<%=date.getDate()%>日</span></td>
- <td width="92" align="center" background="../images/bar.jpg"><a href="information/information.jsp" target="left">基础信息维护</a></td>
- <td width="92" align="center" background="../images/bar.jpg"><a href="information/khxxInformation.jsp" target="left">客户信息维护</a></td>
- <td width="92" align="center" background="../images/bar.jpg"><a href="information/seriveClient.jsp" target="left">客户服务</a></td>
-
-
-
-
- <td width="92" align="center" background="../images/bar.jpg"><a href="information/queryInformation.jsp" target="left">信息查询</a></td>
- <td width="92" align="center" background="../images/bar.jpg"><a href="information/printInformation.jsp" target="left">数据管理</a></td>
- <td width="92" align="center" background="../images/bar.jpg"><a href="information/tool.jsp" target="left">辅助工具</a></td>
- <td width="106" align="center" background="../images/bar.jpg"><a href="information/systemManager.jsp" target="left">系统管理</a></td>
- </tr>
- </table>
- </div>
- </html>