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

📄 quebook.aspx

📁 The Management Information System of Library using .NET
💻 ASPX
字号:
<%@ Page CodeBehind="quebook.aspx.vb" Language="vb" AutoEventWireup="false" Inherits="lib2004.quebook" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html><!-- InstanceBegin template="/Templates/lastmob.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!-- InstanceBeginEditable name="doctitle" --> 
		<title>模板文档1</title><!-- InstanceEndEditable --><style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style>
<link href="css.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {
	color: #000000;
	font-size: 9pt;
}
-->
</style>
<!-- InstanceBeginEditable name="head" --> <!-- InstanceEndEditable -->
</head>

<body>
<table width="776" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#000000">
  <!--DWLayoutTable-->
  <tr>
    <td width="776" height="29" bgcolor="#000000"><img src="images/index_1.gif" width="270" height="36"></td>
  </tr>
</table>

<table width="776" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000" class="txt">
  <!--DWLayoutTable-->
  <tr bgcolor="#E48A00">
    <td  height="19"  colspan="2"><!-- InstanceBeginEditable name="top1" --> &nbsp;图书综合查询页面<!-- InstanceEndEditable --></td>
  </tr>
  <tr>
    <td width="213" rowspan="2" valign="top"><img src="images/pic01_1.jpg" width="213" height="134"></td>
    <td width="560" height="22" valign="top" bgcolor="#FDBB53"> <a href="default.aspx"><img src="images/index_6.gif" alt="" width=48 height=22 border="0"></a><a href="quebook.aspx"><img src="images/index_8.gif" alt="" width=74 height=22 border="0"></a><a href="login.aspx"><img src="images/index_10.gif" alt="" width=72 height=22 border="0"></a><a href="yifk.aspx"><img src="images/index_12.gif" width="77" height="22" border="0"></a><a href="aboutus.aspx"><img src="images/index_16.gif" alt="" width=74 height=22 border="0"></a></td>
  </tr>
  <tr>
    <td height="112" bgcolor="#F4C986"><img src="images/index_25.gif" width=556 height=111 alt=""></td>
  </tr>
  <tr align="center" bgcolor="#FFFFFF">
    <td colspan="2"> <!-- InstanceBeginEditable name="context1" -->
					<form id="Form1" method="post" runat="server">
						<table width="100%" height="236" border="0" cellpadding="0" cellspacing="0">
							<tr>
								<td valign="top"><table width="99%" height="135" border="0" align="center" cellpadding="0" cellspacing="0">
										<tr align="left">
											<td colspan="6">
												<asp:Label id="Label9" runat="server" Width="264px" Height="23px" ForeColor="Red" Font-Size="Small">请输入查询条件,不输入表示不限制. </asp:Label></td>
										</tr>
										<tr align="left">
											<td>
												<asp:Label id="Label1" runat="server" Width="48px">条码号:</asp:Label></td>
											<td>
												<asp:TextBox id="txtBook_code" runat="server" EnableViewState="False" BorderStyle="Groove" CssClass="Minput"></asp:TextBox></td>
											<td width="83">
												<asp:Label id="Label2" runat="server">图书题名:</asp:Label></td>
											<td>
												<asp:TextBox id="txtBook_name" runat="server" EnableViewState="False" CssClass="Minput"></asp:TextBox></td>
											<td width="93">
												<asp:Label id="Label3" runat="server">出版社名:</asp:Label></td>
											<td>
												<asp:TextBox id="txtBook_pub" runat="server" EnableViewState="False" CssClass="Minput"></asp:TextBox></td>
										</tr>
										<tr align="left">
											<td>
												<asp:Label id="Label4" runat="server" Width="48px">ISBN号:</asp:Label></td>
											<td>
												<asp:TextBox id="txtBook_isbn" runat="server" EnableViewState="False" CssClass="Minput"></asp:TextBox></td>
											<td width="83">
												<asp:Label id="Label5" runat="server">图书作者:</asp:Label></td>
											<td>
												<asp:TextBox id="txtBook_author" runat="server" EnableViewState="False" CssClass="Minput"></asp:TextBox></td>
											<td width="93">
												<asp:Label id="Label6" runat="server">出版日期:</asp:Label></td>
											<td>
												<asp:TextBox id="dtpBook_pubdate" runat="server" EnableViewState="False" CssClass="Minput">1990-01-01</asp:TextBox>
												<asp:RegularExpressionValidator id="RegularExpressionValidator1" runat="server" Width="72px" ErrorMessage="格式错误"
													ValidationExpression="(\d{4}-\d{2}-\d{2})|(\d{2}-\d{2}-\d{2})" ControlToValidate="dtpBook_pubdate"></asp:RegularExpressionValidator></td>
										</tr>
										<tr align="left">
											<td>
												<asp:Label id="Label7" runat="server" Width="48px">书类别:</asp:Label></td>
											<td height="35">
												<asp:DropDownList id="cboBook_sort" runat="server" Width="152px" CssClass="Minput"></asp:DropDownList></td>
											<td colspan="1" height="35" width="83">
												<asp:Label id="Label8" runat="server">查询范围:</asp:Label>
											</td>
											<td height="35" colspan="2"><asp:RadioButton ID="radAllBook" runat="server" GroupName="book" Checked="True" Text="全部图书"></asp:RadioButton>
												<asp:RadioButton ID="radInlibBook" runat="server" GroupName="book" Text="在馆图书"></asp:RadioButton></td>
											<td height="35">&nbsp;
												<asp:Button id="btnQuery" runat="server" Text="查询"></asp:Button>&nbsp;<INPUT type="reset" value="重置"></td>
										</tr>
										<tr align="left">
											<td colspan="6">&nbsp;</td>
										</tr>
									</table>
									<table width="100%" height="21" border="0" cellpadding="0" cellspacing="0">
										<tr>
											<td align="center">
												<table width="100%" height="1" border="0" cellpadding="0" cellspacing="0" bgcolor="#000000">
													<tr>
														<td></td>
													</tr>
												</table>
												<asp:Label id="LabelInfo" runat="server" Width="220px" ForeColor="Red" Font-Size="Larger" Font-Bold="True"></asp:Label>&nbsp;</td>
										</tr>
									</table>
									<asp:DataGrid id="dbg" runat="server" ForeColor="Black" Width="100%" BorderColor="#CCCCCC" BorderStyle="None"
										BorderWidth="1px" BackColor="White" CellPadding="4" GridLines="Horizontal" PageSize="8">
										<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#CC3333"></SelectedItemStyle>
										<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#333333"></HeaderStyle>
										<FooterStyle ForeColor="Black" BackColor="#CCCC99"></FooterStyle>
										<PagerStyle HorizontalAlign="Right" ForeColor="Black" Position="TopAndBottom" BackColor="White"
											Mode="NumericPages"></PagerStyle>
									</asp:DataGrid>
								</td>
							</tr>
						</table>
					</form>
					<!-- InstanceEndEditable --></td>
  </tr>
  <tr align="center" bgcolor="#FDBB53">
    <td height="22" colspan="2">图书馆管理信息系统@2004 版权所有 Design by 翟靖轩</td>
  </tr>
</table>
</body>
<!-- InstanceEnd --></html>

⌨️ 快捷键说明

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