addstipend.jsp

来自「java 实现了oa办公系统。java 实现了oa办公系统」· JSP 代码 · 共 54 行

JSP
54
字号
<%@ page contentType="text/html; charset=GBK" language="java" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>人力资源管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<link href="css/css.css" rel="stylesheet" type="text/css">
</head>
<script src="Js/js.js"></script>
<body>
<table width="100%"  border="1" align="center" cellpadding="0" cellspacing="1" bordercolorlight="#CCCCCC" bordercolor="#FFFFFF" bordercolordark="#FFFFFF" >
  <tr>
    <td height="22" colspan="4" align="left" ><strong class="text13">添加薪金</strong></td>
  </tr>
  <form name="stipendForm" method="post" action="modifystipend.do?action=addstipend" onSubmit="return stipendValidate();" >
  <tr align="center">
    <td width="30%" height="22" >员工姓名:</td>
    <td width="29%" height="22" align="left" ><input name="name" type="text" class="input"></td>
    <td width="18%" >基本薪金:</td>
    <td width="23%" align="left" ><input type="text" name="basic" class="input"></td>
  </tr>
  <tr align="center">
    <td width="30%" height="22" >饭补:</td>
    <td height="22" align="left" ><input type="text" name="eat" class="input"></td>
    <td height="22" >房补:</td>
    <td height="22" align="left" ><input type="text" name="house" class="input"></td>
  </tr>
  <tr align="center">
    <td width="30%" height="22" >全勤奖:</td>
    <td height="22" align="left" ><input type="text" name="duty" class="input"></td>
    <td height="22" >赋税:</td>
    <td height="22" align="left" ><input type="text" name="scot" class="input"></td>
  </tr>
  <tr align="center">
    <td width="30%" height="22" >额外补助:</td>
    <td height="22" align="left" ><input type="text" name="other" class="input"></td>
    <td height="22" align="center" >罚款:</td>
    <td height="22" align="left" ><input type="text" name="punishment" class="input"></td>
  </tr>
  <tr align="center">
    <td width="30%" height="22" >发放时间:</td>
    <td height="22" align="left" ><input type="text" name="granttime" class="input"></td>
    <td height="22" colspan="2" align="left" >注:金钱单位(元/RMB)</td>
    </tr>
  <tr>
    <td height="22" colspan="4" align="center" ><input name="Submit" type="submit" class="button" value="提交">
      &nbsp;&nbsp;
      <input name="Submit2" type="reset" class="button" value="重置"></td>
  </tr>
  </form>
</table>
</body>
</html>

⌨️ 快捷键说明

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