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

📄 setform.jsp

📁 客户关系管理系统主要管理新老客户的一些信息并可以发现潜在客户
💻 JSP
字号:
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%@ include file="/commons/taglibs.jsp" %>
<html:html>
  <head>
    <title>${CompanyName }${ProjectName }</title>
    <%@ include file="/commons/meta.jsp" %>
  </head>
 <body class="bodycolor" topmargin="5" onload="document.form1.PROVIDER_NAME.focus();">
	<table class="title1">
	  <tr>
	    <td class="Big"><img src="${ctx }/images/edit.gif" WIDTH="16" HEIGHT="16" align="absmiddle"><span class="big3"> 参数类型编辑</span>
	    </td>
	  </tr>
	</table>
	<br>

	<table class="tablestyle1">
	  <html:form action="set1.do"  method="post">
	  <html:hidden property="p" value="save"/>
	  <html:hidden property="flag" value="client"/>
	  <html:hidden property="id" value="${setForm1.id }"/>
	   <tr>
	    <td nowrap  class="TableHeader" colspan="4" align="left">
	      客户类型信息:
	    </td>
	    </tr>
	   <tr>
	    <td nowrap class="TableData" width="50%">客户类型名称: </td>
	    <td nowrap class="TableData" width="50%">
	       <html:text property="name"  size="20" maxlength="100" />
	       <font color="red"><html:errors property="name1"/></font>
	    </td>
	     </tr>
	   <tr>
	    <td nowrap  class="TableControl" colspan="4" align="center">
		    	<html:submit styleClass="BigButton" title="添加客户类型信息">确定</html:submit>
		    	<html:reset styleClass="BigButton" title="重填">重填</html:reset>
		    </td>
	   </tr>
	   </html:form>
	   <html:form action="set2.do"  method="post">
  		<html:hidden property="p" value="save"/>
  		<html:hidden property="flag" value="production"/>
  		<html:hidden property="id" value="${setForm2.id }"/>
	    <tr>
	    <td nowrap  class="TableHeader" colspan="4" align="left">
	      产品类型信息:
	    </td>
	    </tr>
	  <tr>
	    <td nowrap class="TableData">产品类型名称: </td>
	    <td nowrap class="TableData">
	       <html:text property="name"  size="20" maxlength="100" />
	       <font color="red"><html:errors property="name2"/></font>
	    </td>
	     </tr>
	   <tr>
	    <td nowrap  class="TableControl" colspan="4" align="center">
		    	<html:submit styleClass="BigButton" title="添加产品类型信息">确定</html:submit>
		    	<html:reset styleClass="BigButton" title="重填">重填</html:reset>
		    </td>
	   </tr>
	   </html:form>
	   <html:form action="set3.do"  method="post">
  		<html:hidden property="p" value="save"/>
  		<html:hidden property="flag" value="service"/>
		<html:hidden property="id" value="${setForm3.id }"/>
		 <tr>
	    <td nowrap  class="TableHeader" colspan="4" align="left">
	      服务类型信息:
	    </td>
	    </tr>
	    <tr>
	    <td nowrap class="TableData">服务类型名称: </td>
	    <td nowrap class="TableData">
	       <html:text property="name"  size="20" maxlength="100" />
	       <font color="red"><html:errors property="name3"/></font>
	    </td>
	     </tr>
	   <tr>
	    <td nowrap  class="TableControl" colspan="4" align="center">
		    	<html:submit styleClass="BigButton" title="添加售后服务类型信息">确定</html:submit>
		    	<html:reset styleClass="BigButton" title="重填">重填</html:reset>
		    </td>
	   </tr>
  </html:form>
</table>
</body>
</html:html>

⌨️ 快捷键说明

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