📄 custinfo.jsp
字号:
<%@ page language="java" pageEncoding="utf-8" contentType="text/html; charset=utf-8"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic"%>
<%
String path = request.getContextPath();
%>
<html>
<head>
<title>IBSS</title>
<link href="<%=path%>/customer/css/n97-040823-01.css" rel="stylesheet" type="text/css">
<style type="text/css">
</style>
<link href="<%=path%>/customer/css/index.css" rel="stylesheet" type="text/css">
<script language="javascript" src="<%=path%>/customer/js/public.js"></script>
<script language="javascript" src="<%=path%>/customer/js/custInfopage.js"></script>
<script language="javascript">
</script>
</head>
<body>
${customer.CId}
<form action="" method="post">
<input type="hidden" name="method" value="">
<table width="99%" border="0" align="center" cellpadding="0"
cellspacing="0">
<tr>
<td height="10" colspan="3"></td>
</tr>
<tr>
<td width="5" height="22" background="<%=path%>/customer/images/main_top01.gif"></td>
<td background="<%=path%>/customer/images/main_top02.gif" class="style2">
<bean:message key="customer.dangqianweizhi"/>: <bean:message key="customer.kehuguanli"/> >> <bean:message key="customer.kehuziliaoguanli"/>
</td>
<td width="5" height="22" background="../images/main_top03.gif">
</td>
</tr>
<tr>
<td height="5" colspan="3"></td>
</tr>
</table>
<table width="98%" align="center" cellpadding="0" cellspacing="0"
bgcolor="#FFFFFF" class="StyleBorderOnly">
<tr>
<td height="25" valign="middle" class="StylePopped"
bgcolor="#DEDFDE">
<img src="<%=path%>/customer/image/if_add.gif" width="31" height="18">
<bean:message key="customer.chaxunshangjixinxi"/>
</td>
</tr>
<tr>
<td height="30" align="right" valign="middle" class="TableColA">
<input name="Submit1" type="button" class="button1" value="<bean:message key="button.find"/>"
onClick="findAllCust()">
<input name="Submit1" type="button" class="button1" value="<bean:message key="button.modify"/>"
onClick="modifyCust()">
<input name="Submit2" type="button" class="button1" value="<bean:message key="button.add"/>"
onclick="openWin('<%=path%>/customer/CustManage/cust_add.jsp','addCust',600,200,1);">
<!--
onClick="window.open('<%=path%>/customer/CustManage/cust_add.jsp', 'newwindow', 'height=220, width=400, top=100, left=700, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no');">
-->
<input name="Submit3" type="button" class="button1" value="<bean:message key="button.delete"/>" onclick="del()">
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" class="TableColA">
<table cellpadding="3" cellspacing="0" align="center" width="100%">
<tr>
<td width="100" height="20" align="right">
<bean:message key="lable1.customerName"/>
</td>
<td>
<input type="text" name="CName">
<td width="100" align="right">
<bean:message key="lable1.customerCCate"/>:
<td>
<input type="text" name="CCate">
<img src="<%=path%>/customer/image/Browse03.gif" width="17" height="16">
<td width="101" align="right">
</td>
</tr>
<tr>
<td width="100" height="27" align="right">
<bean:message key="lable1.customerCTrade"/>
</td>
<td>
<select name="CTrade" style="width: 120px">
<option >
<bean:message key="option.jinrong"/>
</option>
<option>
<bean:message key="option.fangdichan"/>
</option>
<option>
IT
</option>
<option>
<bean:message key="option.food"/>
</option>
<option>
<bean:message key="option.car"/>
</option>
<option>
<bean:message key="option.yaopin"/>
</option>
</select>
<td width="100" align="right">
<bean:message key="lable1.customerCGrade"/>
<td>
<select name="CGrade" style="width: 120px">
<option>
A
</option>
<option>
B
</option>
<option>
C
</option>
<option>
D
</option>
</select>
<td align="right">
<input name="Submit2" type="button" class="button1"
value="<bean:message key="button.queding"/>" onClick="findCust()">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" class="TableColA">
<%@ include file="cust_list.jsp"%>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" class="TableColA" height="20">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -