borrowbooklendone.jsp

来自「图书管理系统 jsp+tomcat+sql2000」· JSP 代码 · 共 50 行

JSP
50
字号
<%@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">            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          您当前的位置——借阅管理——图书借阅</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=borrowBookLendTwo" onSubmit="return noCheckNull()">
		
            <input name="readerCard" type="text"> 
            &nbsp;&nbsp;
            <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 + =
减小字号Ctrl + -
显示快捷键?