📄 booksearch.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="BookSearch.aspx.cs" Inherits="BookManage_BookSearch" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
</head>
<body>
<form id="form1" runat="server">
<table id="Table3" width="520" align="center" border="0" runat="server" bgColor="#f1f0f4">
<tr>
<td vAlign="top" align="center">
<table id="table1" border="0" runat="server">
<tr>
<td align="center">
<br>
<h1><font face="楷体_GB2312"><b>馆 藏 书 刊 目 录 查 询</b></font></h1>
</td>
</tr>
<tr height="40">
<td align="center"><hr width="90%">
</td>
</tr>
<tr>
<td align="center"><br>
<table id="table2" runat="server" border="0">
<tr height="30">
<td>
<asp:Label id="Label1" runat="server" BackColor="#f1f0f4" Font-Size="10pt">请选择文献类型:</asp:Label>
</td>
<td align=left>
<asp:RadioButtonList ID="rblClassify" runat="server" Font-Size="10pt" RepeatDirection="Horizontal">
<asp:ListItem Value="1" Selected="True">所有书刊</asp:ListItem>
<asp:ListItem Value="2">中文图书</asp:ListItem>
<asp:ListItem Value="3">西文图书</asp:ListItem>
<asp:ListItem Value="4">中文期刊</asp:ListItem>
<asp:ListItem Value="5">西文期刊</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr height="30">
<td style="height: 30px">
<asp:Label id="Label2" runat="server" BackColor="#f1f0f4" Font-Size="10pt">请选择查询类型:</asp:Label>
</td>
<td align=left style="height: 30px">
<asp:DropDownList id="ddlType" runat="server" Width="112px" BackColor="#f1f0f4" Font-Size="10pt">
<asp:ListItem Value="BookName" Selected="True">题名</asp:ListItem>
<asp:ListItem Value="BookISBN">ISBN</asp:ListItem>
<asp:ListItem Value="BookAuthor">作者</asp:ListItem>
<asp:ListItem Value="BookPublish">出版社</asp:ListItem>
<asp:ListItem Value="BookIndex">索取号</asp:ListItem>
<asp:ListItem Value="BookSeries">丛书名</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr height="30">
<td>
<asp:Label id="Label3" runat="server" BackColor="#f1f0f4" Font-Size="10pt">请输入查询内容:</asp:Label>
</td>
<td align=left>
<asp:TextBox id="txtContent" runat="server" Width="200px" AutoPostBack="True" BackColor="#f1f0f4"
Font-Size="10pt"></asp:TextBox>
<asp:imagebutton id="btnConfirm" runat="server" ImageUrl="~/Images/CONFIRM.GIF" OnClick="confirm_Click"></asp:imagebutton></td>
</tr>
<tr height="30">
<td>
<asp:Label id="Label4" runat="server" BackColor="#f1f0f4" Font-Size="10pt">请选择查询模式:</asp:Label>
</td>
<td align=left>
<asp:RadioButtonList ID="rblMode" runat="server" Font-Size="10pt" RepeatDirection="Horizontal">
<asp:ListItem Selected="True" Value="1">前方一致</asp:ListItem>
<asp:ListItem Value="2">任意匹配</asp:ListItem>
</asp:RadioButtonList></td>
</tr>
</table>
</td>
</tr>
<tr height="40">
<td align="center"><hr width="90%">
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -