📄 cust_add.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>
</head>
<body>
<html:form action="/custManager.do">
<input type=hidden name=method value="addCust">
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="10" 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="lable1.addCust"/>
</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><html:text property="CName"/></td>
<td width="100" align="right"><bean:message key="lable1.customerCCate"/></td>
<td><html:text property="CCate"/>
<img src="<%=path%>/customer/image/Browse03.gif" width="17" height="16"></td>
<td width="101" align="right"> </td>
</tr>
<tr>
<td width="100" height="27" align="right"><bean:message key="lable1.customerCTrade"/></td>
<td>
<html:select property="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>
</html:select>
</td>
<td width="100" align="right"><bean:message key="lable1.CGrade"/></td>
<td>
<html:select property="CGrade" style="width: 120px">
<option>
A
</option>
<option>
B
</option>
<option>
C
</option>
<option>
D
</option>
</html:select>
</td>
</tr>
<tr>
<td width="100" align="right"><bean:message key="lable1.MS"/></td>
<td><html:select property="MState" style="width:120px ">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</html:select></td>
</tr>
<tr>
<td align="right" colspan="4">
<html:submit property="submit"><bean:message key="button.queding"/></html:submit>
</tr>
</table>
</td>
</tr>
</table>
</html:form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -