📄 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 {
color: #000000;
font-size: 18px;
}
.style2 {
font-family: "宋体";
font-weight: bold;
font-size: 16px;
}
.style3 {
color: #FF0000;
font-weight: bold;
}
.style4 {color: #0060BF}
-->
</style>
</head>
<body bgcolor="#ECF1FF">
<table width="49%" height="269" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<form name="form1" id="form1" method="post" action="add" onsubmit="return job()">
<tr >
<td height="22" background="../image/zs.gif" colspan="4" align="center" class="style2" >职位增加</td>
</tr>
<tr>
<td height="31" colspan="2" class="advise style3" ><div align="center" class="style3">注意:添加管理层职位时,请在职务前加“*”号。如:*部长</div></td>
</tr>
<tr>
<td width="150" height="30" align="center"><span class="style4">职位名称:</span></td>
<td width="327" align="center">
<input name="name" type="text" size="22" maxlength="40" />
</td>
</tr>
<tr>
<td height="80" align="center"><span class="style4">职位描述:</span></td>
<td align="center">
<textarea name="explain" rows="5"></textarea>
</td>
</tr>
<tr>
<td height="65" colspan="2" align="center"><input type="submit" name="Submit" value="添加" />
<input type="button" name="Submit2" value="返回" onclick="javascript:history.back(-1);"/></td>
</tr>
<tr>
<td height="18" colspan="2" align="center" valign="top">
<span class="advise">
<%
String daymsg=(String)session.getAttribute("depmsg");
if(daymsg!=null){
out.print(daymsg);
session.removeAttribute("depmsg");
}
%>
</span> </td>
</tr>
</form>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -