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

📄 jj_manage.jsp

📁 java开发的考勤管理系统 java开发的考勤管理系统
💻 JSP
字号:
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>节假日管理</title>
</head>
<%@ page contentType="text/html;charset=ISO8859_1" %>
<%
	try
	{
		String name = (String) session.getValue("thename");
		if (name.equals(""))
		{
			response.sendRedirect("index.htm");
		}
	}
	catch(Exception e)
	{
		response.sendRedirect("index.htm");
	}
%>
<body>

<p align="center"> </p>

<p align="center"> </p>

<p align="center"><i><b><font size="5">节假日管理</font></b></i></p>
<table border="2" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#0000FF" width="100%" id="AutoNumber1" height="191">
  <tr>
    <td width="100%" height="191" bgcolor="#FFFFFF" bordercolor="#0000FF">
    <form method="POST" action="_derived/nortbots.htm" onSubmit="location.href='_derived/nortbots.htm';return false;" webbot-onSubmit webbot-action="--WEBBOT-SELF--">
      <!--webbot bot="SaveResults" u-file="_private/form_results.csv" s-format="TEXT/CSV" s-label-fields="TRUE" startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" endspan i-checksum="43374" --><p> </p>
      <blockquote>
        <p>假日编号:<input type="text" name="T1" size="20"><br>
        假日名称:<input type="text" name="T2" size="20"><br>
        起始时间:<input type="text" name="T4" size="20"><br>
        放假天数:<input type="text" name="T3" size="14">(天)</p>
      </blockquote>
      <p align="center"><input type="submit" value="增加" name="B_add1">
      <input type="submit" value="修改" name="B_add2"> 
      <input type="submit" value="查询" name="B_add3"> 
      <input type="submit" value="删除" name="B_add"> 
      <input type="reset" value="重置" name="B2">&nbsp; <a href="jj_manage.htm">
      全部信息查询</a></p>
    </form>
    <p> </td>
  </tr>
</table>

</body>

</html>

⌨️ 快捷键说明

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