123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- <%@ page language="java" pageEncoding="UTF-8"%>
- <HTML>
- <HEAD>
- <meta http-equiv="Content-Language" content="zh-cn">
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <LINK href="${pageContext.request.contextPath}/css/Style.css" type="text/css" rel="stylesheet">
- <script language="javascript" src="${pageContext.request.contextPath}/js/public.js"></script>
- <script language="javascript" src="${pageContext.request.contextPath}/js/check.js"></script>
- <!-- 日期插件,使用jquery -->
- <script type="text/javascript" src="${pageContext.request.contextPath}/jquery/jquery-1.4.2.js"></script>
- <link rel="stylesheet" href="${pageContext.request.contextPath}/jquery/jquery.datepick.css" type="text/css">
- <script type="text/javascript" src="${pageContext.request.contextPath}/jquery/jquery.datepick.js"></script>
- <script type="text/javascript" src="${pageContext.request.contextPath}/jquery/jquery.datepick-zh-CN.js"></script>
- </HEAD>
- <script type="text/javascript">
- $(document).ready(function(){
- //使用class属性处理 'yy-mm-dd' 设置格式"yyyy/mm/dd"
- $('#birthday').datepick({dateFormat: 'yy-mm-dd'});
- });
- </script>
- <body>
- <form id="userAction_save_do" name="Form1"
- action="${pageContext.request.contextPath}/addPersonServlet" method="post" enctype="multipart/form-data">
-
-
- <table cellSpacing="1" cellPadding="5" width="100%" align="center" bgColor="#eeeeee" style="border: 1px solid #8ba7e3" border="0">
- <tr>
- <td class="ta_01" align="center" bgColor="#afd1f3" colSpan="4"
- height="26">
- <strong><STRONG>添加人员</STRONG>
- </strong>
- </td>
- </tr>
- <tr>
- <td width="18%" align="center" bgColor="#f5fafe" class="ta_01">
- 登录名:
- </td>
- <td class="ta_01" bgColor="#ffffff" colspan="3">
- <input type="text" name="username" value="" id="userAction_save_do_logonName" class="bg"/>
- </td>
- </tr>
- <tr>
- <td align="center" bgColor="#f5fafe" class="ta_01">
- 密码:
- </td>
- <td class="ta_01" bgColor="#ffffff">
- <input type="password" name="password" value="" id="logonPwd"/>
- </td>
- <td align="center" bgColor="#f5fafe" class="ta_01">
- 用户姓名:
- </td>
- <td class="ta_01" bgColor="#ffffff">
- <input type="text" name="realname" value="" id="userAction_save_do_userName" class="bg"/>
- </td>
- </tr>
- <tr>
- <td align="center" bgColor="#f5fafe" class="ta_01">
- 性别:
- </td>
- <td class="ta_01" bgColor="#ffffff">
- <input type="radio" name="gender" id="sex男" value="男"/><label for="sex男">男</label>
- <input type="radio" name="gender" id="sex女" value="女"/><label for="sex女">女</label>
- </td>
- <td align="center" bgColor="#f5fafe" class="ta_01">
- 学历:
- </td>
- <td class="ta_01" bgColor="#ffffff">
-
- <select name="education" id="education">
- <option value=""
- selected="selected"
- >--选择学历--</option>
- <option value="博士">博士</option>
- <option value="硕士">硕士</option>
- <option value="研究生">研究生</option>
- <option value="本科">本科</option>
- <option value="专科">专科</option>
- <option value="高中">高中</option>
- </select>
- </td>
- </tr>
- <tr>
- <td align="center" bgColor="#f5fafe" class="ta_01">
- 出生日期:
- </td>
- <td class="ta_01" bgColor="#ffffff">
- <input type="text" name="birthday" size="20" value="" readonly="readonly" id="birthday"/>
- </td>
- <td align="center" bgColor="#f5fafe" class="ta_01">
- 电话:
- </td>
- <td class="ta_01" bgColor="#ffffff">
- <input type="text" name="phone" value="" id="telephone"/>
- </td>
- </tr>
- <tr>
- <td align="center" bgColor="#f5fafe" class="ta_01">
- 兴趣爱好:
- </td>
- <td class="ta_01" bgColor="#ffffff" colSpan="3">
- <input type="checkbox" name="love" value="看电影" id="interest-1"/>
- <label for="interest-1" class="checkboxLabel">看电影</label>
- <input type="checkbox" name="love" value="旅游" id="interest-2"/>
- <label for="interest-2" class="checkboxLabel">旅游</label>
- <input type="checkbox" name="love" value="健身" id="interest-3"/>
- <label for="interest-3" class="checkboxLabel">健身</label>
- <input type="checkbox" name="love" value="购物" id="interest-4"/>
- <label for="interest-4" class="checkboxLabel">购物</label>
- <input type="checkbox" name="love" value="睡觉" id="interest-5"/>
- <label for="interest-5" class="checkboxLabel">睡觉</label>
- </td>
- </tr>
- <tr>
- <td align="center" bgColor="#f5fafe" class="ta_01">
- 简历资料:
- </td>
- <td class="ta_01" bgColor="#ffffff" colSpan="3">
- <input type="file" name="upload" size="30" value="" id="userAction_save_do_upload"/>
- </td>
- </tr>
- <TR>
- <TD class="ta_01" align="center" bgColor="#f5fafe">
- 备注:
- </TD>
- <TD class="ta_01" bgColor="#ffffff" colSpan="3">
- <textarea name="rmark" cols="30" rows="3" id="userAction_save_do_remark" style="WIDTH: 96%"></textarea>
- </TD>
- </TR>
- <TR>
- <td align="center" colSpan="4" class="sep1">
- <img src="${pageContext.request.contextPath}/images/shim.gif">
- </td>
- </TR>
- <tr>
- <td class="ta_01" style="WIDTH: 100%" align="center"
- bgColor="#f5fafe" colSpan="4">
- <button type="submit" id="userAction_save_do_submit" name="submit" value="确定" class="button_ok">
- 确定
- </button>
- <FONT face="宋体"> </FONT>
- <button type="reset" value="重置" class="button_cancel">重置</button>
- <FONT face="宋体"> </FONT>
- <INPUT class="button_ok" type="button" onclick="history.go(-1)" value="返回"/>
- <span id="Label1"></span>
- </td>
- </tr>
- </table>
- </form>
- </body>
- </HTML>
|