📄 resume_insert.jsp
字号:
<td align=right bgcolor=#f5f5f5 colspan=2>专业名称 </td>
<td width="75%" bgcolor=#f5f5f5>
<html:text maxlength="30" property="majorName"/>
</tr>
<tr bgcolor=#ffffff>
<td align=right colspan=2>毕业时间 </td>
<td width="75%">
<html:text value="2004-5-27" readonly="readonly" property="graduateDate" size="12"/>
<html:button value=">>" property="button1" onclick="fPopUpCalendarDlg(graduateDate);return false"/>
<font color=#ff0000>*</font> </td>
</tr>
<tr>
<td align=right bgcolor=#f5f5f5 colspan=2>培养方式 </td>
<td width="75%" bgcolor=#f5f5f5>
<html:select property="educationMode" size="1">
<html:option value="">--请选择--</html:option>
<html:option value="统招">统招 </html:option>
<html:option value="委培">委培</html:option>
<html:option value="定向">定向 </html:option>
<html:option value="自费">自费 </html:option>
<html:option value="其它"> 其它</html:option>
</html:select>
</tr>
<tr bgcolor=#ffffff>
<td align=middle width="14%" rowspan=2>第一外语</td>
<td align=right width="11%">语种
</td>
<td width="75%">
<html:select property="firstLangName" size="1">
<html:option value="">--请选择--</html:option>
<html:option value="英语">英语</html:option>
<html:option value="俄语">俄语</html:option>
<html:option value="日语">日语</html:option>
<html:option value="德语">德语</html:option>
<html:option value="法语">法语</html:option>
<html:option value="意大利语">意大利语</html:option>
<html:option value="西班牙语">西班牙语</html:option>
<html:option value="阿拉伯语">阿拉伯语</html:option>
<html:option value="其它">其它</html:option>
</html:select>
</td>
</tr>
<tr>
<td align=right width="11%" bgcolor=#f5f5f5>水平 </td>
<td width="75%" bgcolor=#f5f5f5>
<html:select property="firstLangLevel" size="1">
<html:option value="">--请选择--</html:option>
<html:option value="国家6级以上">国家6级以上</html:option>
<html:option value="国家6级">国家6级</html:option>
<html:option value="国家4级">国家4级</html:option>
<html:option value="国家4级以下">国家4级以下</html:option>
<html:option value="其它">其它</html:option>
</html:select>
</td>
</tr>
<tr bgcolor=#ffffff>
<td align=middle width="14%" rowspan=2>第二外语</td>
<td align=right width="11%">语种
</td>
<td width="75%">
<html:select property="secondLangName" size="1">
<html:option value="">--请选择--</html:option>
<html:option value="没有">没有</html:option>
<html:option value="英语">英语</html:option>
<html:option value="俄语">俄语</html:option>
<html:option value="日语">日语</html:option>
<html:option value="德语">德语</html:option>
<html:option value="法语">法语</html:option>
<html:option value="意大利语">意大利语</html:option>
<html:option value="西班牙语">西班牙语</html:option>
<html:option value="阿拉伯语">阿拉伯语</html:option>
<html:option value="其它">其它</html:option>
</html:select>
</td>
</tr>
<tr>
<td align=right width="11%" bgcolor=#f5f5f5>水平 </td>
<td width="75%" bgcolor=#f5f5f5>
<html:text maxlength="50" property="secondLangLevel" size="15"/>
</td>
</tr>
<tr bgcolor=#ffffff>
<td align=right colspan=2>计算机水平 </td>
<td width="75%">
<html:text maxlength="50" property="computerLevel" size="30"/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td></td>
</tr>
</table>
<table cellSpacing=0 cellPadding=0 width="80%" align=center border=0>
<tr>
<td bgcolor=#d9d9d9>
<table cellSpacing=1 cellPadding=0 width="100%" border=0>
<tr>
<td align=middle width="16%" bgcolor=#ffffff>个人经历</td>
<td width="84%">
<table cellSpacing=0 cellPadding=3 width="100%" border=0>
<tr>
<td vAlign=top align=right bgcolor=#f5f5f5
colspan=2>
<table width=100%>
<tr><td> </td></tr>
<tr><td align="center">工 作 经 历</td></tr>
<tr><td> </td></tr>
</table>
</td>
<td width="75%" bgcolor=#f5f5f5>
<table width="100%">
<tr><td> </td></tr>
<tr><td colspan="2" > 由此<a href="resume_work_insert.jsp?RID=<%=RID%>" target="_blank"><font color=red>进入</font></a>填写工作经历 (<font color=red>注:请务必如实填写工作经历,否则简历无效!</font>)
<!--<input type="submit" name="submit1" value="新增工作经历" onclick="javascript:toOpen();">-->
</td></tr>
<tr><td> </td></tr>
<%
// resumeInfo info1 = (resumeInfo)session.getAttribute("workExpr");
// System.out.println("company1 from seession! company1="+info1.getCompany1());
// ArrayList workArr=(ArrayList)session.getAttribute(RID+"workArr");
//String workTime11 = request.getParameter("workTime11");
//System.out.println("workTime11="+workArr.get(1));
/*
String workTime12 = request.getParameter("workTime12");
String workTime21 = request.getParameter("workTime21");
String workTime22 = request.getParameter("workTime22");
String workTime31 = request.getParameter("workTime31");
String workTime32 = request.getParameter("workTime32");
String workTime41 = request.getParameter("workTime41");
String workTime42 = request.getParameter("workTime42");
String company1 = request.getParameter("company1");
System.out.println("company1="+company1);
String company2 = request.getParameter("company2");
String company3 = request.getParameter("company3");
String company4 = request.getParameter("company4");
String industry1 = request.getParameter("industry1");
String industry2 = request.getParameter("industry2");
String industry3 = request.getParameter("industry3");
String industry4 = request.getParameter("industry4");
String department1 = request.getParameter("department1");
String department2 = request.getParameter("department2");
String department3 = request.getParameter("department3");
String department4 = request.getParameter("department4");
String position1 = request.getParameter("position1");
String position2 = request.getParameter("position2");
String position3 = request.getParameter("position3");
String position4 = request.getParameter("position4");
String fruit1 = request.getParameter("fruit1");
String fruit2 = request.getParameter("fruit2");
String fruit3 = request.getParameter("fruit3");
String fruit4 = request.getParameter("fruit4");
*/
%>
<tr><td>
</td></tr>
</table>
</td>
</tr>
<tr bgcolor=#ffffff>
<td vAlign=top align=right bgcolor=#ffffff
colspan=2>
<table width=100%>
<tr><td> </td></tr>
<tr><td align="center">教育和培训经历</td></tr>
<tr><td> </td></tr>
</table>
</td>
<td width="75%">
<table width="100%">
<tr><td> </td></tr>
<tr><td colspan="2" > 由此<a href="resume_study_insert.jsp?RID=<%=RID%>" target="_blank"><font color=red>进入</font></a>填写教育和培训经历
<!--<input type="submit" name="submit1" value="新增工作经历" onclick="javascript:toOpen();">-->
</td></tr>
<tr><td> </td></tr>
</table>
</td>
</tr>
<tr>
<td vAlign=top align=right bgcolor=#f5f5f5
colspan=2>
<table width=100%>
<tr><td> </td></tr>
<tr><td> </td></tr>
<tr><td> </td></tr>
<tr><td align="center">职业技能与特长</td></tr>
<tr><td> </td></tr>
<tr><td> </td></tr>
<tr><td> </td></tr>
</table>
</td>
<td width="75%" bgcolor=#ffffff >
<html:textarea cols="55" rows="8" property="skill"></html:textarea>
<font color=#ff0000> 请尽量简洁,字数在500以内</font> </td>
</tr>
<tr>
<td vAlign=top align=right bgcolor=#ffffff
colspan=2>
<table width=100%>
<tr><td> </td></tr>
<tr><td> </td></tr>
<tr><td align="center">自 我 评 价</td></tr>
<tr><td> </td></tr>
<tr><td> </td></tr>
</table>
</td>
<td width="75%" bgcolor=#f5f5f5>
<html:textarea cols="55" rows="5" property="selfEval"></html:textarea>
<font color=#ff0000> 请尽量简洁,字数在300以内</font> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
</tr>
</table>
<table cellSpacing=0 cellPadding=0 width="80%" align=center border=0>
<tr><td colspan=2 align=center bgcolor=#ffffff>
</td></tr>
<tr><td colspan=2 align=center bgcolor=#ffffff>
注:以上信息必须真实填写,否则责任自负。
</td></tr>
<tr><td colspan=2 align=center bgcolor=#ffffff>
</td></tr>
<tr>
<td align=center bgcolor=#ffffff>
<html:submit value="提交" property="submit1"/>
<html:button value="取消" property="cancel" onclick="window.close()"/>
</td>
</tr>
</table>
</html:form>
</body>
</html:html>
<TABLE cellSpacing=0 cellPadding=0 width=767 background=foton.files/d_1_bj.gif
border=0>
<TBODY>
<TR>
<TD width=124><IMG height=19 src="../../images/d_1.gif" width=124></TD>
<TD width=643><FONT color=#cccccc>北汽福田汽车股份有限公司 版权所有 ©
2004</FONT></TD></TR></TBODY></TABLE><!-- #EndLibraryItem -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -