?? returnbook.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="returnbook.aspx.cs" Inherits="returnbook" %>
<!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">
<div>
<table id="Table1" runat="server" align="center" bgcolor="#f1f0f4" border="0" style="font-size: 12px;
width: 446px; font-family: Tahoma; border-collapse: collapse; height: 268px">
<tr height="50">
<td align="center" colspan="2">
<span style="font-family: 楷體_GB2312">
<asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="~/returnbook.aspx" Style="color: red;
font-style: normal; font-family: 宋體; text-decoration: underline">還書登記</asp:HyperLink>
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/borrowbook.aspx" Style="color: red;
font-style: normal; font-family: 宋體; position: static; text-decoration: underline">借書登記</asp:HyperLink></span></td>
</tr>
<tr style="color: #000000; font-family: Tahoma; text-decoration: underline">
<td align="center" colspan="2">
<h1>
<font face="楷體_GB2312"><b>圖 書 歸 還 登 記</b></font></h1>
<hr width="90%" />
</td>
</tr>
<tr>
<td align="right" style="width: 100px">
讀者編號:
</td>
<td>
<asp:TextBox ID="ReaderID2" runat="server" Width="190px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="ReaderID2"
ErrorMessage="讀者編號不能為空"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td align="center" colspan="2" style="position: relative; height: 45px">
<table id="Table2" runat="server" align="center" bgcolor="#f1f0f4" border="0" style="font-size: 12px;
font-family: Tahoma; border-collapse: collapse" width="400">
<tr>
<td align="right" style="width: 78px; position: relative; height: 23px">
圖書編號:
</td>
<td style="height: 23px">
<asp:TextBox ID="BookID2" runat="server" Style="left: -7px; position: relative;
top: 0px" Width="187px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="BookID2"
ErrorMessage="圖書編號不能為空"></asp:RequiredFieldValidator></td>
</tr>
</table>
</td>
</tr>
<tr height="40">
<td align="center" colspan="2">
<asp:Label ID="lblmessage" runat="server" Width="61px"></asp:Label>
<hr width="90%" />
<asp:Button ID="Button1" runat="server" Height="29px" Text="還 書" Width="74px" OnClick="Button1_Click" /></td>
</tr>
</table>
</div>
<asp:HyperLink ID="HyperLink3" runat="server" Style="left: 689px; color: #0066cc;
position: relative; top: -271px" NavigateUrl="~/main.aspx">返回主頁</asp:HyperLink>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -