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

📄 top.jsp~7~

📁 客户关系管理系统,包括数据库,类,所有运行所需的代码及文件
💻 JSP~7~
字号:
<%@ 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"><span class="style8">测试用到的<%=Integer.parseInt(form.getMenu_khxx())%></span></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>

     <%if(Integer.parseInt(form.getMenu_khxx())==0){ %>
      <td width="92" align="center" background="../images/bar.jpg">客户信息维护</td>
	<%}else{%>
	<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>

⌨️ 快捷键说明

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