📄 information.jsp
字号:
<%@ 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-right: 0px;
margin-top: 0px;
}
a{
font-size:12px;
color:#336699;}
a:hover{
font-size:12px;
color:#990000;}
.style5 {font-size: 24px}
.style12 {color: #336699}
-->
</style></head>
<body>
<div align="right">
<table width="199" height="500" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="199" height="97" align="center" valign="middle" background="../../images/clientbar.jpg" class="style5"></td>
</tr>
<%if(Integer.parseInt(form.getMenu_jcxx())==0){ %>
<tr>
<td width="199" height="37" align="center" background="../../images/cbar.jpg">企业类型设置</td>
</tr>
<tr>
<td width="199" height="37" align="center" background="../../images/cbar.jpg">企业性质设置</td>
</tr>
<tr>
<td width="199" height="37" align="center" background="../../images/cbar.jpg">客户银行设置</td>
</tr>
<tr>
<td width="199" height="37" align="center" background="../../images/cbar.jpg">企业资信设置</td>
</tr>
<tr>
<td width="199" height="37" align="center" background="../../images/cbar.jpg">客户级别设置</td>
</tr>
<tr>
<td width="199" height="37" align="center" background="../../images/cbar.jpg"> 客户满意程度设置</td>
</tr>
<tr>
<td width="199" height="37" align="center" background="../../images/cbar.jpg">区域信息设置</td>
</tr>
<%}else{%>
<tr>
<td width="199" height="37" align="center" background="../../images/cbar.jpg"><a href="../../cqylxSelect.do" target="main">企业类型设置</a></td>
</tr>
<tr>
<td width="199" height="37" align="center" background="../../images/cbar.jpg"><a href="../../cqyxzSelect.do" target="main">企业性质设置</a></td>
</tr>
<tr>
<td width="199" height="37" align="center" background="../../images/cbar.jpg"><a href="../../cbankSelect.do" target="main">客户银行设置</a></td>
</tr>
<tr>
<td width="199" height="37" align="center" background="../../images/cbar.jpg"><a href="../../cqyzxSelect.do" target="main" class="style12">企业资信设置</a></td>
</tr>
<tr>
<td width="199" height="37" align="center" background="../../images/cbar.jpg"><a href="../../ckhjbSelect.do" target="main">客户级别设置</a></td>
</tr>
<tr>
<td width="199" height="37" align="center" background="../../images/cbar.jpg"> <a href="../../ckhmydSelect.do" target="main">客户满意程度设置</a></td>
</tr>
<tr>
<td width="199" height="37" align="center" background="../../images/cbar.jpg"><a href="../../cqyxxSelect.do" target="main">区域信息设置</a></td>
</tr>
<%}%>
<tr>
<td align="left" valign="top" bgcolor="#F7F7F7"></td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -