📄 updateresumeinfo.jsp
字号:
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="2"></td>
</tr>
<tr>
<td valign="top">
<table width=100% border=0 cellpadding=5 cellspacing=1 align=center bgcolor="#dddddd">
<form name=resumeForm action=/doTradeReg.do method=post target="_self">
<tr>
<td style="background-color:#f6f6f6; color:#000000; font-weight:bold; font-size:12px;" align=right width=15%>
姓名:
<input name="resume_id" type="hidden" value="<%=resume_id%>">
</td>
<td style="background-color:#ffffff; color:#000000; font-size:12px; padding:3px 5px;" align=left width=85%>
<input name="name" type="text" size=30 maxlength=30 value="<%=userName%>" readonly>
</td>
</tr>
<tr>
<td style="background-color:#f6f6f6; color:#000000; font-weight:bold; font-size:12px;" align=right>
毕业学校:
</td>
<td style="background-color:#ffffff; color:#000000; font-size:12px; padding:3px 5px;" align=left>
<div class="ping">
<input name="grad_from" type="text" size=50 maxlength=50 value="<%=grad_from%>">
</div>
</td>
</tr>
<tr>
<td style="background-color:#f6f6f6; color:#000000; font-weight:bold; font-size:12px;" align=right>
专业:
</td>
<td style="background-color:#ffffff; color:#000000; font-size:12px; padding:3px 5px;" align=left>
<div class="ping">
<input name="profession" type="text" size=50 maxlength=50 value="<%=profession%>">
</div>
</td>
</tr>
<tr>
<td style="background-color:#f6f6f6; color:#000000; font-weight:bold; font-size:12px;" align=right>
期望薪资:
</td>
<td style="background-color:#ffffff; color:#000000; font-size:12px; padding:3px 5px;" align=left>
<div class="ping">
<input name="wish" type="text" size=6 maxlength=8 value="<%=wish%>" onkeyup="if(isNaN(value))execCommand('undo')">
(只能输入0-9之间的数字)
</div>
</td>
</tr>
<tr>
<td style="background-color:#f6f6f6; color:#000000; font-weight:bold; font-size:12px;" align=right>
出生年月:
</td>
<td style="background-color:#ffffff; color:#000000; font-size:12px; padding:3px 5px;" align=left>
<div class="ping">
<input name="born_date" id="born_date" readonly type="text" size=10 value="<%=born_date%>" onfocus="setday(this);" style="width:93px">
(yyyy-mm-dd)
</div>
</td>
</tr>
<tr>
<td style="background-color:#f6f6f6; color:#000000; font-weight:bold; font-size:12px;" align=right>
籍贯:
</td>
<td style="background-color:#ffffff; color:#000000; font-size:12px; padding:3px 5px;" align=left>
<div class="ping">
<input name="born_site" type="text" size=50 maxlength=50 value="<%=born_site%>">
</div>
</td>
</tr>
<tr>
<td style="background-color:#f6f6f6; color:#000000; font-weight:bold; font-size:12px;" align=right>
联系电话:
</td>
<td style="background-color:#ffffff; color:#000000; font-size:12px; padding:3px 5px;" align=left>
<div class="ping">
<input name="phone" type="text" size=15 maxlength=15 value="<%=phone%>">
</div>
</td>
</tr>
<tr>
<td style="background-color:#f6f6f6; color:#000000; font-weight:bold; font-size:12px;" align=right>
电子邮件:
</td>
<td style="background-color:#ffffff; color:#000000; font-size:12px; padding:3px 5px;" align=left>
<div class="ping">
<input name="email" type="text" size=50 maxlength=50 value="<%=email%>">
</div>
</td>
</tr>
<tr>
<td style="background-color:#f6f6f6; color:#000000; font-weight:bold; font-size:12px;" align=right>
固定电话:
</td>
<td style="background-color:#ffffff; color:#000000; font-size:12px; padding:3px 5px;" align=left>
<div class="ping">
<input name="tel" type="text" size=15 maxlength=15 value="<%=tel%>">
</div>
</td>
</tr>
<tr>
<td style="background-color:#f6f6f6; color:#000000; font-weight:bold; font-size:12px;" align=right>
联系地址:
</td>
<td style="background-color:#ffffff; color:#000000; font-size:12px; padding:3px 5px;" align=left>
<div class="ping">
<input name="addr" type="text" size=50 maxlength=50 value="<%=addr%>">
</div>
</td>
</tr>
<tr>
<td style="background-color:#f6f6f6; color:#000000; font-weight:bold; font-size:12px;" align=right>
当前职位:
</td>
<td style="background-color:#ffffff; color:#000000; font-size:12px; padding:3px 5px;" align=left>
<div class="ping">
<input name="position" type="text" size=50 maxlength=50 value="<%=position%>">
</div>
</td>
</tr>
<tr>
<td style="background-color:#f6f6f6; color:#000000; font-weight:bold; font-size:12px;" align=right>
年龄:
</td>
<td style="background-color:#ffffff; color:#000000; font-size:12px; padding:3px 5px;" align=left>
<div class="ping">
<input name="age" type="text" size=2 maxlength=2 onkeyup="if(isNaN(value))execCommand('undo')" value="<%=age%>">
</div>
</td>
</tr>
<tr>
<td style="background-color:#f6f6f6; color:#000000; font-weight:bold; font-size:12px;" align=right>
性别:
</td>
<td style="background-color:#ffffff; color:#000000; font-size:12px; padding:3px 5px;" align=left>
<div class="ping">
<select name=remark>
<%=sex%>
</select>
</div>
</td>
</tr>
<tr>
<td style="background-color:#f6f6f6; color:#000000; font-weight:bold; font-size:12px;" align=right>
学历:
</td>
<td style="background-color:#ffffff; color:#000000; font-size:12px; padding:3px 5px;" align=left>
<div class="ping">
<select name=degree>
<%=degree%>
</select>
</div>
</td>
</tr>
<tr>
<td style="background-color:#f6f6f6; color:#000000; font-weight:bold; font-size:12px;" align=right>
工作年限:
</td>
<td style="background-color:#ffffff; color:#000000; font-size:12px; padding:3px 5px;" align=left>
<div class="ping">
<input name="job_age" type="text" size=2 maxlength=2 onblur="setSumServer('sale','f_sale')" value="<%=job_age%>" onkeyup="if(isNaN(value))execCommand('undo')">
(只能输入0-9之间的数字)
</div>
</td>
</tr>
<tr>
<td style="background-color:#f6f6f6; color:#000000; font-weight:bold; font-size:12px;" align=right>
毕业年份:
</td>
<td style="background-color:#ffffff; color:#000000; font-size:12px; padding:3px 5px;" align=left>
<div class="ping">
<input name="grad_date" id="grad_date" readonly type="text" size=10 value="<%=grad_date%>" onfocus="setday(this);" style="width:93px">
(yyyy-mm-dd)
</div>
</td>
</tr>
<tr>
<td style="background-color:#f6f6f6; color:#000000; font-weight:bold; font-size:12px;" align=right>
工作经历:
</td>
<td style="background-color:#ffffff; color:#000000; font-size:12px; padding:3px 5px;" align=left>
<div class="ping">
<textarea name="work_history" style=display:none>
<%=work_history%>
</textarea>
<iframe ID=work_history src=/www/ewebeditor/ewebeditor.htm?id=work_history&style=coolblue&root_id= <%=resume_id%> frameborder=0 scrolling=no width=600 HEIGHT=350></iframe>
</div>
</td>
</tr>
<tr>
<td style="background-color:#f6f6f6; color:#000000; font-weight:bold; font-size:12px;" align=right>
特殊技能:
</td>
<td style="background-color:#ffffff; color:#000000; font-size:12px; padding:3px 5px;" align=left>
<div class="ping">
<textarea name="spec" style=display:none>
<%=spec%>
</textarea>
<iframe ID=spec src=/www/ewebeditor/ewebeditor.htm?id=spec&style=coolblue&root_id= <%=resume_id%> frameborder=0 scrolling=no width=600 HEIGHT=350></iframe>
</div>
</td>
</tr>
<input name="trade_type_code" type="hidden" value="0341">
<tr>
<td style="background-color:#f6f6f6; color:#000000; font-weight:bold; font-size:12px;" align=right>
所获证书:
</td>
<td style="background-color:#ffffff; color:#000000; font-size:12px; padding:3px 5px;" align=left>
<div class="ping">
<select name="cert">
<%=cert%>
</select>
</div>
</td>
</tr>
<tr>
<td style="background-color:#f6f6f6; color:#000000; font-weight:bold; font-size:12px;padding-top:10px;padding-bottom:10px;" align="center" colspan=2>
<input class="tjan" name="submit1" type="button" value="" onclick="confirmsub(resumeForm)">
</td>
</tr>
</form>
</table>
</td>
</tr>
<tr>
<td height="13"></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -