?? adminbookadvancedsearch.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AdminBookAdvancedSearch.aspx.cs" Inherits="BookManage_AdminBookAdvancedSearch" %>
<!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>無標(biāo)題頁</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table width="400" style="FONT-SIZE: 12px; FONT-FAMILY: Tahoma; BORDER-COLLAPSE: collapse; " border="0" cellspacing="0" cellpadding="0" align="center" bgColor="#f1f0f4">
<tr>
<td align=center>
<h1><font face="楷體_GB2312"><b> 書 刊 高 級 搜 索</b></font></h1>
<hr width="90%">
</td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="FONT-SIZE: 12px; FONT-FAMILY: Tahoma; BORDER-COLLAPSE: collapse; ">
<tr>
<td colspan="4">
搜索選項:
</td>
</tr>
<tr>
<td>
書號:
</td>
<td>
<asp:TextBox id="txtBookID" runat="server" Width="98px"></asp:TextBox></td>
<td>
書名:
</td>
<td>
<asp:TextBox id="txtBookName" runat="server" Width="98px"></asp:TextBox></td>
</tr>
<tr>
<td>
ISBN號:
</td>
<td>
<asp:TextBox id="txtBookISBN" runat="server" Width="98px"></asp:TextBox></td>
<TD>
作者名:
</TD>
<td>
<asp:TextBox id="txtBookAuthor" runat="server" Width="99px"></asp:TextBox></td>
</tr>
<tr>
<td>
出版社:
</td>
<td>
<asp:TextBox id="txtBookPublish" runat="server" Width="96px"></asp:TextBox></td>
<td>主題詞:</td>
<td >
<asp:TextBox id="txtBookSubject" runat="server" Width="99px"></asp:TextBox></td>
</tr>
<tr>
<td colSpan="4" align=center><asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/Images/search.GIF" OnClick="ImageButton1_Click" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
<tr>
<td bgcolor="#cccccc" style="HEIGHT: 17px"><font color="#000000">搜索結(jié)果:</font></td>
</tr>
<tr>
<td>
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="BookID" BackColor="White" BorderColor="#999999" BorderStyle="None" BorderWidth="1px" CellPadding="3" GridLines="Vertical" OnRowDeleting="GridView1_RowDeleting" >
<Columns>
<asp:HyperLinkField DataNavigateUrlFields="BookID" DataNavigateUrlFormatString="BookDetails.aspx?bookID={0}" HeaderText="題名" DataTextField="BookName" />
<asp:BoundField DataField="BookISBN" HeaderText="ISBN" >
<ItemStyle Wrap="False" />
</asp:BoundField>
<asp:BoundField DataField="BookAuthor" HeaderText="作者" >
</asp:BoundField>
<asp:BoundField DataField="BookPublish" HeaderText="出版社" >
<ItemStyle Wrap="False" />
</asp:BoundField>
<asp:BoundField DataField="BookPublishDate" HeaderStyle-Wrap=false HtmlEncode=false DataFormatString="{0:yyyy-MM}" HeaderText="出版時間" >
<ItemStyle Wrap="False" />
</asp:BoundField>
<asp:CommandField ShowDeleteButton="True" HeaderText="刪除" >
<ItemStyle Wrap="False" />
</asp:CommandField>
</Columns>
<FooterStyle BackColor="#CCCCCC" ForeColor="Black" />
<RowStyle BackColor="#EEEEEE" ForeColor="Black" />
<SelectedRowStyle BackColor="#008A8C" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#999999" ForeColor="Black" HorizontalAlign="Right" />
<HeaderStyle BackColor="#000084" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="Gainsboro" />
</asp:GridView></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -