📄 a0dedc692031001d1920bb3b63de0236
字号:
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%@ include file="/commons/taglibs.jsp" %>
<script language="javascript" src="js/calendar.js"></script>
<html>
<head>
<title>My JSP 'clientList.jsp' starting page</title>
<%@ include file="/commons/meta.jsp" %>
</head>
<body class="bodycolor" topmargin="5" onload="document.form1.LINKMAN_NAME.focus();">
<table class="title1">
<tr>
<td class="Big"><img src="${ctx }/images/notify_new.gif" align="absmiddle"><span class="big3"> 联系人编辑</span>
</td>
</tr>
</table>
<br>
<html:form action="linkMan.do" method="post">
<html:hidden property="p" value="save"/>
<html:hidden property="id"/>
<table class="tablestyle1">
<tr>
<td nowrap class="TableHeader" colspan="4" align="left">
</td>
</tr>
<tr>
<td nowrap class="TableData">客户单位: </td>
<td class="TableData" colspan="3">
<html:select property="clientId">
<html:option value="">---请选择---</html:option>
<html:options collection="clients" property="id" labelProperty="clientName"/>
</html:select>
<font color="red"><html:errors property="clientId" /></font>
</td>
</tr>
<tr>
<td nowrap class="TableData">姓名: </td>
<td nowrap class="TableData">
<html:text property="linkManName" styleClass="BigInput" size="20" maxlength="100" >
<font color="red"><html:errors property="linkManName" /></font>
</td>
<td nowrap class="TableData"> 性别:</td>
<td class="TableData">
<html:select property="sex" styleClass="BigSelect">
<html:option value="男">男</html:option>
<html:option value="女" >女</html:option>
</html:select>
</td>
</tr>
<tr>
<td nowrap class="TableData">生日: </td>
<td nowrap class="TableData" colspan="3">
<html:text property="birthday" styleClass="BigInput" size="15" maxlength="10" >
<img src="${ctx }/images/calendar.gif" ondblClick="setday(createDate)">
</td>
</tr>
<tr>
<td nowrap class="TableHeader" colspan="4" align="left">
联系方式
</td>
</tr>
<tr>
<td nowrap class="TableData">家庭住址: </td>
<td nowrap class="TableData" colspan="3">
<html:textarea property="address" styleClass="SmallInput"></html:textarea>
<font color="red"><html:errors property="address" /></font>
</td>
</tr>
<tr>
<td nowrap class="TableData">家庭电话: </td>
<td nowrap class="TableData" colspan="3">
<html:text property="telephone" styleClass="SmallInput"></html:text>
</td>
</tr>
<tr>
<td nowrap class="TableData">手机: </td>
<td nowrap class="TableData">
<html:text property="mobilephone" styleClass="SmallInput"></html:text>
<font color="red"><html:errors property="mobilephone" /></font>
</td>
<td nowrap class="TableData">EMAIL: </td>
<td nowrap class="TableData">
<html:text property="email" styleClass="SmallInput"></html:text>
<font color="red"><html:errors property="email" /></font>
</td>
</tr>
<tr>
<td nowrap class="TableData">QQ号码: </td>
<td nowrap class="TableData">
<html:text property="qq" styleClass="SmallInput"></html:text>
</td>
<td nowrap class="TableData">MSN: </td>
<td nowrap class="TableData">
<html:text property="msn" styleClass="SmallInput"></html:text>
</td>
</tr>
<tr>
<td nowrap class="TableHeader" colspan="4" align="left">
备注
</td>
</tr>
<tr>
<td nowrap class="TableData" width="120">备注:</td>
<td nowrap class="TableData" colspan="3">
<html:textarea property="remark" cols="57" rows="3"></html:textarea>
</td>
</tr>
<tr>
<td class="TableData" colspan="4">
</td>
</tr>
<tr>
<td nowrap class="TableControl" colspan="4" align="center">
<html:submit>添加</html:submit>
<input:reset>重添</input:reset>
</td>
</tr>
</table>
</html:form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -