⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bookreg.jsp

📁 一个综合系统的完整代码一struts.hibernate3.0,spring的结构
💻 JSP
字号:
<%@ page pageEncoding="gb2312" import="java.sql.Date" language="java"%>

<html>
	<head>
		<title>图书登记</title>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<link href="css/style.css" rel="stylesheet">
	</head>
	<script language="javascript" src="js/checkform.js"></script>
	<body>
		<table width="777" border="0" align="center" cellpadding="0"
			cellspacing="0">
			<tr>
				<td valign="top">
					<table width="100%" border="0" cellspacing="0" cellpadding="0"
						class="tableBorder_LTR">
						<tr>
							<td height="30" align="center">
								<div align="center">
								
									<span class="word_grey"></span>
								</div>
							</td>
						</tr>
					</table>
					<form action="addBookOperation.htm" method="post"
						name="form1">
						<table width="84%" border="0" align="center" cellpadding="-2"
							cellspacing="-2">
							<tr>
								<td width="14%" height="27">
									&nbsp;书 号:
								</td>
								<td height="41">
									&nbsp;
									<input name="book_id" type="text" id="bookID2">
								</td>
								<td height="27">
									&nbsp;书 名:
								</td>
								<td height="27">
									&nbsp;
									<input name="book_name" type="text" id="bookname2">
								</td>
							</tr>
							<tr>
								<td height="27">
									&nbsp;作 者:
								</td>
								<td height="41">
									&nbsp;
									<input name="writer" type="text" id="writer">
								</td>
								<td width="15%" height="27">
									&nbsp;类别名称:
								</td>
								<td width="38%" height="27">
									&nbsp;
									<input name="book_type" type="text" id="zishu2">
								</td>
							</tr>
							<tr>
								<td height="27">
									&nbsp;出&nbsp;版&nbsp;社:
								</td>
								<td height="41">
									&nbsp;
									<input name="book_concern" type="text" id="book_concern">
								</td>
								<td height="27">
									&nbsp;发行日期:
								</td>
								<td height="41">
									&nbsp;
									<input name="publish_date" type="text" id="publish_date">
								</td>
							</tr>
							<tr>
								<td height="41">
									&nbsp;操 作 员:
								</td>
								<td height="41">
									&nbsp;
									<input name="czy" type="text" id="czy">
								</td>
								<td height="41">
									&nbsp;价 格:
								</td>
								<td height="41">
									&nbsp;
									<input name="price" type="text" id="price">
									(元)
								</td>
							</tr>
							<tr>
								<td height="41">
									&nbsp;入库数量:
								</td>
								<td height="41">
									&nbsp;
									<input name="book_count" type="text" id="book_count">
								</td>
								<td height="41">
									&nbsp;入库时间:
								</td>
								<td height="41">
									&nbsp;
									<input name="reg_date" type="text" id="reg_date"
										value="<%=new Date(System.currentTimeMillis())%>"
										readonly="yes">
								</td>
							</tr>
							<tr>
								<td height="103">
									&nbsp;图书简介:
								</td>
								<td colspan="3">
									<span class="style5">&nbsp; </span>
									<textarea name="remark" cols="65" rows="5" id="remark"></textarea>
								</td>
							</tr>
							<tr>
								<td height="38" colspan="4" align="center">
									<input name="Button" type="submit" value="保存"
										onClick="return mycheck(form1)">
									&nbsp;
									<input name="Submit2" type="reset" value="重置">
								</td>
							</tr>
						</table>
					</form>
				</td>
			</tr>
			<tr>
				<td colspan="1" align="center">
					${result }
				</td>
			</tr>
		</table>
	</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -