📄 tablesearch.jsp
字号:
<%@ page contentType="text/html; charset=utf-8" language="java" import="java.sql.*" errorPage="" %>
<!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=utf-8" />
<title>报表管理</title>
<style type="text/css">
<!--
body {
background-color: #00BFFF;
}
-->
</style></head>
<script language="javascript" type="text/javascript" src="../../js/birthday.js"></script>
<body>
<h2>主管审批:</h2>
<form id="form1" name="form1" method="post" action="">
<table width="767" border="2" cellspacing="1" cellpadding="1">
<tr>
<td colspan="3"><div align="center">审批入库登记表</div></td>
</tr>
<tr>
<td width="255"><div align="center">
<select name="select" id="select">
<option value="1">年</option>
<option value="2">月</option>
</select>
度入库登记表</div>
<label for="select"></label>
<div align="center"></div></td>
<td width="308">
<input type="text" name="time" value="" onfocus="show_cele_date(time,'','',time)"/>
<label for="select"></label></td>
<td width="184"><input type="submit" name="Submit4" value="查 询" id="Submit4" />
<label for="Submit"></label>
<div align="center"></div><div align="center"></div></td>
</tr>
</table>
</form>
<form id="form1" name="form1" method="post" action="">
<table width="767" border="2" cellspacing="1" cellpadding="1">
<tr>
<td colspan="3"><div align="center">审批出库登记表</div></td>
</tr>
<tr>
<td width="255"><div align="center">
<select name="select2" id="select2">
<option value="1">年</option>
<option value="2">月</option>
</select>
度出库登记表</div>
<label for="select2"></label></td>
<td width="306"><input type="text" name="time" value="" onfocus="show_cele_date(time,'','',time)"/>
<label for="textfield3"></label><label for="select"></label></td>
<td width="186"><input type="submit" name="Submit42" value="查 询" id="Submit42" />
<label for="label"></label><div align="center"></div></td>
</tr>
</table>
</form>
<table width="767" border="2" cellspacing="1" cellpadding="1">
<tr>
<td colspan="3"><div align="center">审批报损登记表</div></td>
</tr>
<tr>
<td width="255"><div align="center">
<select name="select3" id="select3">
<option value="1">年</option>
<option value="2">月</option>
</select>
度报损登记表</div>
<label for="select3"></label></td>
<td width="306"><input type="text" name="time2" value="" onfocus="show_cele_date(time,'','',time)"/>
<label for="textfield3"></label>
<label for="label"></label></td>
<td width="186"><input type="submit" name="Submit422" value="查 询" id="Submit422" />
<label for="label2"></label>
<div align="center"></div></td>
</tr>
</table>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -