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

📄 agree.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"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<%@ 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();
}
</script>
</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
	<table width="100%" border="0" cellspacing="0" cellpadding="0">
		<tr>
			<td height="25" 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: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 styleClass="td_form02" property="select"
					style="width:121px; ">
					<html:option value="1">请选择</html:option>
					<html:option value="2">同意</html:option>
					<html:option value="3">不同意</html:option>
				</html:select>
			</td>
		</tr>
		<tr>
			<td>
				意见:
			</td>
			<td>
				<html:textarea cols="20" rows="5" property=""></html:textarea>
			</td>
		</tr>
		<tr>
			<td colspan="2">
				<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 + -