?? insertplace.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<%
String placeNumber=(String)request.getAttribute("placeNumber");
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>翼飛圖書管理系統(tǒng)——圖書設(shè)置</title>
</head>
<body>
<div align="center">
<jsp:include page="../topOne.jsp"/>
<jsp:include page="../topTwo.jsp"/>
<table width="799" border="0" cellpadding="0" cellspacing="0" background="Images/upPlace.jpg">
<tr>
<td height="21" class="word_black"> 您當(dāng)前的位置——圖書設(shè)置——圖書存放位置</td>
</tr>
</table>
<table width="799" height="28" border="0" cellpadding="0" cellspacing="0" background="Images/operationOne.jpg">
<tr align="center">
<td><span class="style2">———————添加圖書存放位置———————</span></td>
</tr>
</table>
<table width="799" height="457" border="0" cellpadding="0" cellspacing="0" background="Images/operationTwo.jpg">
<tr>
<td valign="top" ><br><div align="center">
<form name="form" method="post" action="placeAction.do?method=insertPlaceAction" onSubmit="return addBookPlace()">
<table width="400" height="50" border="1" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" bordercolordark="#819BBC" bordercolorlight="#FFFFFF">
<tr>
<td width="99" height="30" align="center" bgcolor="#83B9FF" class="word_white">位置編號</td>
<td width="295"> <%=placeNumber%></td>
</tr>
<tr>
<td height="30" align="center" bgcolor="#83B9FF" class="word_white">存放位置</td>
<td> <input name="placeName" type="text" size="35"></td>
</tr>
</table><br>
<input type="submit" name="Submit2" value="添加">
<input type="reset" name="Submit" value="清除">
<input type="button" name="back" value="返回" onClick="javascript:history.go(-1);">
</form>
</div></td>
</tr>
</table><jsp:include page="../bottom.jsp"/>
</div>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -