?? addbook.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="addbook.aspx.cs" Inherits="Manager_addbook" %>
<!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 id="container">
<div id="header" align="center"><asp:Image ID="topimage" runat="server" Height=100px Width=100% ImageUrl="~/Images/image.jpg" /></div>
<div id="tips" align="center"><asp:Button ID="showallbutton" runat="server" Text="所有書籍信息" OnClick="showallbutton_Click"/>
<asp:Button ID="manageborrowbutton" runat="server" Text="管理借書申請" OnClick="manageborrowbutton_Click"/>
<asp:Button ID="managereturnbutton" runat="server" Text="管理還書申請" OnClick="managereturnbutton_Click" />
<asp:Button ID="addbookbutton" runat="server" Text="添加圖書入庫" OnClick="addbookbutton_Click" />
<asp:Button ID="logoutbutton" runat="server" Text="注銷登錄頁面" OnClick="logoutbutton_Click" />
</div>
<div id="main" align="center">
<br />
<br />
<br />
<br />
<br />
<table>
<tr>
<td style="width: 100px" align="right">
<asp:Label ID="Label1" runat="server" Text="貨物編號:"></asp:Label></td>
<td style="width: 100px" align="left">
<asp:TextBox ID="booknumtextbox" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px" align="right">
<asp:Label ID="Label2" runat="server" Height="19px" Text="貨物名稱:"></asp:Label></td>
<td style="width: 100px" align="left">
<asp:TextBox ID="booknametextbox" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px" align="right">
<asp:Label ID="Label3" runat="server" Text="貨物類別:"></asp:Label></td>
<td style="width: 100px" align="left">
<asp:DropDownList ID="DropDownList1" runat="server" Width="86px">
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 100px" align="right">
<asp:Button ID="bookaddbutton" runat="server" OnClick="bookaddbutton_Click" Text="入庫" /></td>
<td style="width: 100px" align="left">
<asp:Button ID="revbutton" runat="server" OnClick="revbutton_Click" Text="清空" /></td>
</tr>
</table>
</div>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -