⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 save_employeeinfo.jsp

📁 实现了基本的oa功能:个人日志。。。
💻 JSP
字号:
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ page contentType="text/html; charset=GBK" %>
<html:html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<link href="../../css/style.css" rel="stylesheet" type="text/css">
<script language="javascript" src="../../js/person_doc.js"></script>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="25" align="center" valign="bottom" class="td06"><table width="98%" border="0" cellspacing="3" cellpadding="0">
      <tr>
        <td width="15"><html:img width="9" height="9" src="../../images/index_32.gif"/></td>
        <td valign="bottom" class="title">员工信息的录入</td>
      </tr>
    </table></td>
  </tr>
</table>
<br>
<table width="95%" border="0" align="center">
	<tr>
		<td  nowrap class="td_top" colspan="6" align="center">
				员工信息录入
		</td>
	</tr>
	<tr>
		<td height="10">
		</td>
	</tr>
	<tr>
		<td>登录名:</td>
		<td><html:text styleClass="input" property=""/></td>
		<td>密码:</td>
		<td><html:password styleClass="input" property=""/></td>
	</tr>
	<tr>
		<td>职员姓名:</td>
		<td><html:text styleClass="input" property="bargainNum"/></td>
		<td>工号:</td>
		<td>
			<html:text styleClass="input" property=""/>
		</td>
	</tr>

		<tr>
		<td>性别:</td>
		<td><html:radio value="男" property="sex"/>男
			<html:radio value="女" property="sex"/>女
		</td>
			<td>年龄:</td>
			<td>
				<html:text styleClass="input" property=""/>
			</td>
		</tr>

		<tr>
			<td>籍贯:</td>
			<td><html:text styleClass="input" property=""/></td>
			<<td>联系电话:</td>
			<td><html:text styleClass="input" property=""/></td>
	   </tr>

		<tr>
			<td>手机:</td>
			<td><html:text styleClass="input" property=""/></td>
			<td>现工作职位:</td>
			<td><html:text styleClass="input" property=""/></td>
	   </tr>
	  	<tr>
			<td>所属部门:</td>
			<td><html:select property="select">
          <html:option value="1">请选择部门</html:option>
          <html:option value="2">经理室</html:option>
          <html:option value="3">人力资源部</html:option>
          <html:option value="4">劳保部</html:option>
          <html:option value="5">人事部</html:option>
      </html:select></td>
	  <td>入职时间:</td>
	  <td><html:text styleClass="input" value="        2008-6-30    " property=""/></td>
	   </tr>
	   <tr>
	   <td>备注:</td>
		<td><html:textarea styleClass="input" rows="50" property=""></html:textarea></td>
	   </tr>

	<tr>
		 <td  colspan="2">
	 		<html:submit styleClass="buttonface02" value="  保存  " property="Submit"/>
	 		<html:submit styleClass="buttonface02" value="  删除  " property="Submit"/>
			<html:submit styleClass="buttonface02" value="  返回  " property="Submit"/>
		</td>
	</tr>
</table>
</body>
</html:html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -