📄 add.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" errorPage="" %>
<%@ include file="../hear/hear.jsp"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>员工状态信息增加</title>
<link href="../css/work.css" rel="stylesheet" type="text/css" />
<script src="../js/oa.js"></script>
<style type="text/css">
<!--
.style1 {
font-size: 16px;
color: #000000;
font-weight: bold;
font-family: "宋体";
}
.style2 {color: #0060BF}
-->
</style>
</head>
<body bgcolor="#ECF1FF">
<table width="506" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<form name="form1" id="form1" method="post" action="add" onsubmit="return emstate()">
<tr>
<td height="22" background="../image/zs.gif" colspan="4" align="center" class="title style1">员工状态信息增加</td>
</tr>
<tr>
<td width="196" height="40" align="center"><span class="style2">员工状态信息名称:</span></td>
<td width="308" align="center"><input name="name" type="text" size="22" maxlength="40" /></td>
</tr>
<tr>
<td height="81" align="center"><span class="style2">员工状态信息描述:</span></td>
<td align="center"><textarea name="explain" rows="5"></textarea></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" name="Submit" value="添加" />
<input type="button" name="Submit2" value="返回" onclick="javascript:history.back(-1);"/></td>
</tr>
<tr>
<span class="advise">
<%
String daymsg=(String)session.getAttribute("depmsg");
if(daymsg!=null){
out.print(daymsg);
session.removeAttribute("depmsg");
}
%>
</span>
</tr>
</form>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -