📄 borrowinspect.jsp
字号:
<!--/********************************************************************
* 图书管理系统
* Team : ???
* Author:金日新
* StartTime:2006/1/4
* VersionNumber:1.1
* ProgrammeLanguage:jsp,html
* Remark:图书借阅界面
*************************************************************************/
-->
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<%
String ZJH=(String)request.getAttribute("ZJH");
String SQH=(String)request.getAttribute("SQH");
%>
<br><br><br><form action="/Library/BorrowBookInspectControlPro?name=borrowing" method="post" name="FBorrow">
<table width="340" height="139" border="0" align="center">
<tr align="center">
<td height="29" colspan="2">图书借阅</td>
</tr>
<tr>
<td width="150" height="32" align="right">读者证件号:</td>
<td width="176"><input type="text" name="ZJH"></td>
</tr>
<tr>
<td height="35" align="right">书籍索取号:</td>
<td><input type="text" name="SQH"></td>
</tr>
<tr align="center">
<td height="23" colspan="2"><input type="submit" name="Submit" value="提交">
<input type="reset" name="reset" value="重置">
<input type="button" name="cancel" value="取消"></td>
</tr>
</table>
</form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -