?? bookborrow.aspx
字號:
?<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="bookborrow.aspx.cs" Inherits="librarian_Default" Title="館員" %>
<%@ Register Src="librarian.ascx" TagName="librarian" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 150px; height: 320px; border-right: green thin solid; border-top: green thin solid; border-left: green thin solid; border-bottom: green thin solid;">
<tr>
<td style="height: 42px; width: 187px;" colspan="3" align="center">
<asp:LoginView ID="LoginView1" runat="server">
<RoleGroups>
<asp:RoleGroup>
</asp:RoleGroup>
</RoleGroups>
<LoggedInTemplate>
歡迎回來:
</LoggedInTemplate>
</asp:LoginView>
<asp:LoginName ID="LoginName1" runat="server" Style="color: green; font-family: 隸書" />
</td>
</tr>
<tr>
<td style="height: 334px; width: 187px;" colspan="3" align="center">
<uc1:librarian ID="Librarian1" runat="server" />
<a href="../librarian/librarian.ascx.cs"></a>
</td>
</tr>
<tr>
<td style="height: 48px; width: 187px;" align="center" colspan="3">
<asp:LoginStatus ID="LoginStatus1" runat="server" Font-Size="Large" Style="font-family: 隸書" LogoutPageUrl="~/logout.aspx" />
</td>
</tr>
</table>
</asp:Content>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -