📄 admin.master
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="Admin.master.cs" Inherits="Admin" %>
<html>
<head id="Head1" runat="server">
<title>实验课网上预约系统</title>
</head>
<body style="text-align: center">
<form id="form1" runat="server">
<asp:Label ID="lbTitle" runat="server" Text="Label" CssClass="ArticalDisplayTitle2"></asp:Label><br />
<div align="left"><asp:Label ID="lbUserInfo" runat="server" Text=""></asp:Label>
</div>
<hr style="size:1px" />
<table cellpadding="0" cellspacing="0" border="0" width="100%" >
<tr>
<td style="width:150px" valign="top">
<asp:Menu ID="menuList" runat="server" Height="202px" Width="97px" >
</asp:Menu>
<asp:TextBox ID="txtMenuValue" runat="server" Height="11px" Width="40px" Visible="false"></asp:TextBox></td>
<td style="width:auto" align="left" valign="top">
<asp:Label ID="lblInfo" runat="server" Text="Manage Title" CssClass="ManageTitle"></asp:Label>
<br /><br />
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
</asp:contentplaceholder> </td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -