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

📄 cust_update.jsp

📁 客户
💻 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"%>
<%@ page isELIgnored="false"%>
<%
String path = request.getContextPath();
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>IBSS</title>
<link href="<%=path%>/customer/css/n97-040823-01.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
	background-color: #fbfbfb;
}
-->
</style>
<link href="<%=path%>/customer/css/index.css" rel="stylesheet" type="text/css">
</head>

<body>
	<logic:notPresent name="customer">
    there is not list!!!!!
    </logic:notPresent>
   <html:form action="/custManager.do">
   <input type="hidden" name="method" value="updateCust">
   <input type="hidden" name="CId" value="${customer.CId}">
<table width="99%"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td height="5" 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">&nbsp;&nbsp;<bean:message key="customer.dangqianweizhi"/>&nbsp;<bean:message key="customer.kehuguanli"/> 
      &gt;&gt; <bean:message key="button.modifyCustInfomation"/></td>
    <td width="5" height="22" background="<%=path%>/customer/images/main_top03.gif">&nbsp;</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" align="left" class="StylePopped" bgcolor="#DEDFDE">
<legend align="left" valign="top"><span class="title_text"><img  src="<%=path%>/customer/image/if_modify.gif" width="31" height="18"/><bean:message key="button.modifyCustInfomation"/></span></legend>
    </td>
  </tr>
  <tr> 
    <td bgcolor="#FFFFFF" class="TableColA"> <legend align="left" valign="top"></legend>
      <table cellpadding="3" cellspacing="0" align="center" width="100%">
      <logic:present name="customer">
        <tr> 
          <td width="100" height="20" align="right"><bean:message key="lable1.customerName"/></td>
          <td><html:text property="CName"></html:text>
            <img src="<%=path%>/customer/image/Browse03.gif" width="17" height="16"> 
          <td width="100" height="20" align="right"><bean:message key="lable1.customerCCate"/></td>
          <td><input type="text" name="CCate" value=${customer.CCate}> <img src="<%=path%>/customer/image/star.gif" width="11" height="19"></td>
        </tr>
        <tr> 
          <td width="100" height="20" align="right"> <bean:message key="lable1.customerCTrade"/></td>
          <td><html:select property="CTrade">
             <html:option value="金融"><bean:message key="option.jinrong"/></html:option>
             <html:option value="房地产">	<bean:message key="option.fangdichan"/></html:option>
             <html:option value="食品"><bean:message key="option.food"/></html:option>
             </html:select>
          </td>
          <td width="100" height="20" align="right"><bean:message key="lable1.customerCGrade"/> </td>
             <td><html:select property="CGrade">
             <html:option value="A">A</html:option>
             <html:option value="B">B</html:option>
             <html:option value="C">C</html: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 ">
              <html:option value="1">1</html:option>
              <html:option value="2">2</html:option>
              <html:option value="3">3</html:option>
              <html:option value="4">4</html:option>
              <html:option value="5">5</html:option>
            </html:select> <img src="<%=path%>/customer/image/star.gif" width="11" height="19"></td>
          <td align="right" colspan="4"><input name="Submit" type="submit" class="button1" value="<bean:message key="button.queding"/>""></td>
        </tr>
        </logic:present>
      </table></td>
  </tr>

</table>
</html:form>
</body>
</html>

⌨️ 快捷键说明

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