📄 register.jsp
字号:
</td>
<td class="TD_STYLE1">
出生地
</td>
<td class="TD_STYLE2">
<html:text styleClass="INPUT_STYLE2" property="item.humanBirthplace" />
</td>
<td class="TD_STYLE1">
生日
</td>
<td width="13%" class="TD_STYLE2">
<html:text styleClass="INPUT_STYLE2" property="item.str_humanBirthday"
styleClass="INPUT_STYLE2" styleId="date_start" />
</td>
<td width="11%" class="TD_STYLE1">
民族
</td>
<td class="TD_STYLE2" width="14%">
<html:select styleClass="SELECT_STYLE1" property="item.humanRace">
<%
vector = (Vector) ((HashMap) request.getAttribute("map")).get("民族");
pageContext.setAttribute("vector", vector);
%>
<logic:iterate id="v" name="vector">
<html:option value="${v}">${v}</html:option>
</logic:iterate>
</html:select>
</td>
</tr>
<tr>
<td class="TD_STYLE1">
宗教信仰
</td>
<td class="TD_STYLE2">
<html:select styleClass="SELECT_STYLE1"
property="item.humanReligion">
<%
vector = (Vector) ((HashMap) request.getAttribute("map"))
.get("宗教信仰");
pageContext.setAttribute("vector", vector);
%>
<logic:iterate id="v" name="vector">
<html:option value="${v}">${v}</html:option>
</logic:iterate>
</html:select>
</td>
<td class="TD_STYLE1">
政治面貌
</td>
<td class="TD_STYLE2">
<html:select styleClass="SELECT_STYLE1" property="item.humanParty">
<%
vector = (Vector) ((HashMap) request.getAttribute("map"))
.get("政治面貌");
pageContext.setAttribute("vector", vector);
%>
<logic:iterate id="v" name="vector">
<html:option value="${v}">${v}</html:option>
</logic:iterate>
</html:select>
</td>
<td class="TD_STYLE1">
身份证号码
</td>
<td class="TD_STYLE2">
<html:text styleClass="INPUT_STYLE2" property="item.humanIdCard" />
</td>
<td class="TD_STYLE1">
社会保障号码
</td>
<td class="TD_STYLE2">
<html:text styleClass="INPUT_STYLE2"
property="item.humanSocietySecurityId" />
</td>
</tr>
<tr>
<td class="TD_STYLE1">
年龄
</td>
<td class="TD_STYLE2">
<html:text styleClass="INPUT_STYLE2" property="item.humanAge" />
</td>
<td class="TD_STYLE1">
学历
</td>
<td class="TD_STYLE2">
<html:select styleClass="SELECT_STYLE1"
property="item.humanEducatedDegree">
<%
vector = (Vector) ((HashMap) request.getAttribute("map")).get("学历");
pageContext.setAttribute("vector", vector);
%>
<logic:iterate id="v" name="vector">
<html:option value="${v}">${v}</html:option>
</logic:iterate>
</html:select>
</td>
<td class="TD_STYLE1">
教育年限
</td>
<td class="TD_STYLE2">
<html:select styleClass="SELECT_STYLE1"
property="item.humanEducatedYears">
<%
vector = (Vector) ((HashMap) request.getAttribute("map"))
.get("教育年限");
pageContext.setAttribute("vector", vector);
%>
<logic:iterate id="v" name="vector">
<html:option value="${v}">${v}</html:option>
</logic:iterate>
</html:select>
</td>
<td class="TD_STYLE1">
学历专业
</td>
<td class="TD_STYLE2">
<html:select styleClass="SELECT_STYLE1"
property="item.humanEducatedMajor">
<%
vector = (Vector) ((HashMap) request.getAttribute("map")).get("专业");
pageContext.setAttribute("vector", vector);
%>
<logic:iterate id="v" name="vector">
<html:option value="${v}">${v}</html:option>
</logic:iterate>
</html:select>
</td>
</tr>
<tr>
<td class="TD_STYLE1">
薪酬标准
</td>
<td class="TD_STYLE2">
<html:select styleClass="SELECT_STYLE1"
property="item.salaryStandardName">
<html:option value="0/未定义">0/未定义</html:option>
<logic:iterate id="list" name="list_salary"
type="org.better.hr.entity.SalaryStandard">
<html:option value="${list.standardId}/${list.standardName}">${list.standardId}/${list.standardName}</html:option>
</logic:iterate>
</html:select>
</td>
<td class="TD_STYLE1">
开户行
</td>
<td class="TD_STYLE2">
<html:text styleClass="INPUT_STYLE2" property="item.humanBank" />
</td>
<td class="TD_STYLE1">
帐号
</td>
<td class="TD_STYLE2">
<html:text styleClass="INPUT_STYLE2" property="item.humanAccount" />
</td>
<td class="TD_STYLE1">
登记人
</td>
<td class="TD_STYLE2">
<html:text styleClass="INPUT_STYLE2" property="item.register"
value="${userName}" readonly="true" />
</td>
</tr>
<tr>
<td class="TD_STYLE1">
建档时间
</td>
<td class="TD_STYLE2">
<html:text styleClass="INPUT_STYLE2"
property="item.str_registTime" readonly="true"/>
</td>
<td class="TD_STYLE1">
特长
</td>
<td class="TD_STYLE2">
<html:select styleClass="SELECT_STYLE1"
property="item.humanSpeciality">
<%
vector = (Vector) ((HashMap) request.getAttribute("map")).get("特长");
pageContext.setAttribute("vector", vector);
%>
<logic:iterate id="v" name="vector">
<html:option value="${v}">${v}</html:option>
</logic:iterate>
</html:select>
</td>
<td class="TD_STYLE1">
爱好
</td>
<td class="TD_STYLE2">
<html:select styleClass="SELECT_STYLE1" property="item.humanHobby">
<%
vector = (Vector) ((HashMap) request.getAttribute("map")).get("爱好");
pageContext.setAttribute("vector", vector);
%>
<logic:iterate id="v" name="vector">
<html:option value="${v}">${v}</html:option>
</logic:iterate>
</html:select>
</td>
<td class="TD_STYLE1">
</td>
<td class="TD_STYLE2">
</td>
</tr>
<tr>
<td class="TD_STYLE1">
个人履历
</td>
<td colspan="7" class="TD_STYLE2">
<html:textarea styleClass="TEXTAREA_STYLE1"
property="item.humanHistroyRecords" rows="4" />
</td>
</tr>
<tr>
<td class="TD_STYLE1">
家庭关系信息
</td>
<td colspan="7" class="TD_STYLE2">
<html:textarea styleClass="TEXTAREA_STYLE1"
property="item.humanFamilyMembership" rows="4" />
</td>
</tr>
<tr>
<td class="TD_STYLE1">
备注
</td>
<td colspan="7" class="TD_STYLE2">
<html:textarea styleClass="TEXTAREA_STYLE1" property="item.remark"
rows="4" />
</td>
</tr>
</table>
</html:form>
</body>
<script type="text/javascript">
Calendar.setup ({inputField : "date_start", ifFormat : "%Y-%m-%d", showsTime : false, button : "date_start", singleClick : true, step : 1});
Calendar.setup ({inputField : "date_end", ifFormat : "%Y-%m-%d", showsTime : false, button : "date_end", singleClick : true, step : 1});
</script>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -