?? borrowbooklendtwo.jsp
字號:
<%@page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage=""%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>翼飛圖書管理系統——圖書管理</title>
</head>
<body>
<div align="center">
<jsp:include page="../topOne.jsp" flush="true"/>
<jsp:include page="../topTwo.jsp" flush="true"/>
<table width="799" border="0" cellpadding="0" cellspacing="0" background="Images/upPlace.jpg">
<tr>
<td height="21" class="word_black">
您當前的位置——借閱管理——圖書借閱</td>
</tr>
</table>
<table width="799" height="28" border="0" cellpadding="0" cellspacing="0" background="Images/operationOne.jpg">
<tr align="center" class="style2">
<td> ———————請輸入圖書條形碼——————— </td>
</tr>
</table>
<table width="799" height="457" border="0" cellpadding="0" cellspacing="0" class="tableBorder_B_dashed">
<tr>
<td valign="top" align="center">
<br><br>
<form name="form" method="post" action="borrowBookAction.do?method=borrowBookLendThree" onSubmit="return checkEmpty(form)">
<input name="bookLink" type="text">
<input name="readerCard" type="hidden" value="<%=request.getParameter("readerCard")%>">
<input type="submit" name="Submit" value="查詢">
</form>
<%if(request.getAttribute("message")!=null){
out.print(request.getAttribute("message"));
}%>
</td>
</tr>
</table>
<jsp:include page="../bottom.jsp" flush="true"/>
</div>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -