📄 bargain.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="bargainNum" />
</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 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>
<br>
<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" cellpadding="0"
cellspacing="0">
<tr>
<td align="left" class="td_page">
<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>
合同编号:
<html:text styleClass="input" property="" />
<html:submit styleClass="buttonface02" value=" 查询 "
property="Submit" />
</td>
</tr>
</table>
<br>
<table width="95%" border="0" align="center" cellpadding="2"
cellspacing="0" class="table01">
<tr align="center">
<td class="td_top">
编号
</td>
<td class="td_top">
所属部门
</td>
<td class="td_top">
删除
</td>
</tr>
<tr align="center">
<td class="td_01">
B01
</td>
<td class="td_01">
人力资源部
</td>
<td class="td_01">
<html:link href="export1detail.html"
onclick="javascript:confirm('确定删除?')">
<html:img border="0" src="../../images/icon-delete.gif" />
</html:link>
</td>
</tr>
<tr align="center">
<td class="td_01">
B02
</td>
<td class="td_01">
人事部
</td>
<td class="td_01">
<html:link href="export1detail.html"
onclick="javascript:confirm('确定删除?')">
<html:img border="0" src="../../images/icon-delete.gif" />
</html:link>
</td>
</tr>
<tr align="center">
<td class="td_01">
B03
</td>
<td class="td_01">
经理部
</td>
<td class="td_01">
<html:link href="export1detail.html"
onclick="javascript:confirm('确定删除?')">
<html:img border="0" src="../../images/icon-delete.gif" />
</html:link>
</td>
</tr>
<tr align="center">
<td class="td_01">
B04
</td>
<td class="td_01">
劳保部
</td>
<td class="td_01">
<html:link href="export1detail.html"
onclick="javascript:confirm('确定删除?')">
<html:img border="0" src="../../images/icon-delete.gif" />
</html:link>
</td>
</tr>
<tr align="center">
<td class="td_01">
B05
</td>
<td class="td_01">
行政部
</td>
<td class="td_01">
<html:link href="export1detail.html"
onclick="javascript:confirm('确定删除?')">
<html:img border="0" src="../../images/icon-delete.gif" />
</html:link>
</td>
</tr>
</table>
<table width="95%" border="0" cellpadding="0" cellspacing="0"
class="table02" align="center">
<tr>
<td height="30" align="right">
<html:img width="4" height="5" align="absmiddle"
src="../../images/1.gif" />
首页
<html:img width="3" height="5" align="absmiddle"
src="../../images/2.gif" />
上一页
<html:img width="3" height="5" align="absmiddle"
src="../../images/2-2.gif" />
下一页
<html:img width="4" height="5" align="absmiddle"
src="../../images/3.gif" />
末页 共 1 页 1 条记录
</td>
</tr>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -