8069c4f8cb2b001d10dcc9e30c9e2239

来自「客户关系管理系统主要管理新老客户的一些信息并可以发现潜在客户」· 代码 · 共 58 行

TXT
58
字号
<%@ 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"><span class="big3"> 用户信息</span>
	    </td>
	  </tr>
	</table>
	<br>

	<table class="tablestyle1">
	   <tr>
	    <td nowrap  class="TableHeader" colspan="4" align="left">
	      详细信息:
	    </td>
	   <tr>
	    <td nowrap class="TableData">用户名称: </td>
	    <td nowrap class="TableData">
	       <html:text property="userName" value="${user.userName }" size="15" maxlength="100" />
	    </td>
	
	     <td nowrap class="TableData">用户密码: </td>
	    <td nowrap class="TableData">
	        <html:text property="password" value="${user.password }"  size="15" maxlength="100" />
	    </td>
	   </tr>
	   <tr>
	    <td nowrap class="TableData">绑定职工: </td>
	    <td nowrap class="TableData">
	    	<html:text property="password"  value="${user.employee.employeeName }" size="15" maxlength="100" />
	    </td>
	     <td nowrap class="TableData">绑定角色: </td>
	    <td nowrap class="TableData">
	       <html:text property="password"  value="${user.role.roleName }" size="15" maxlength="100" />
	    </td>
	   </tr>
	   <tr>
	 	<td nowrap class="TableData">备注: </td>
		    <td nowrap class="TableData" colspan="3">
	        <html:textarea  property="remark"  value="${user.remark }" cols="57" rows="3" styleClass="BigInput" />
    	</td>
		</tr>
	 	<tr>
		    <td nowrap  class="TableControl" colspan="4" align="center">
		    	<html:submit property="p" styleClass="BigButton">确定</html:submit>
		    	<html:reset styleClass="BigButton">清空</html:reset>
		    </td>
	   </tr>
</table>
</body>
</html:html>

⌨️ 快捷键说明

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