📄 skin-registeredusercontrol.ascx
字号:
<%@ Control Language="C#" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Import Namespace="CommunityServer.Components" %>
<asp:Literal id="Message" runat="Server" />
<asp:PlaceHolder runat="Server" id="FormsPanel" visible = "false">
<CS:ResourceControl runat="Server" ResourceName = "Utility_ForumAnchorType_MenuSpacer" /> <asp:HyperLink id="logout" runat="Server" /> <CS:ResourceControl runat="Server" ResourceName = "Utility_ForumAnchorType_MenuSpacer" ID="InviteArea" /> <asp:HyperLink id="invite" runat="Server" />
</asp:PlaceHolder>
<asp:PlaceHolder runat="Server" id="PassportPanel" visible = "false">
<asp:Literal id="PassportButton" runat="server" /> <CS:ResourceControl runat="Server" ResourceName = "Utility_ForumAnchorType_MenuSpacer" ID="InviteAreaPassport" /> <asp:HyperLink id="InvitePassport" runat="Server" />
</asp:PlaceHolder>
<asp:PlaceHolder runat="Server" id="WindowsPanel" visible = "false">
</asp:PlaceHolder>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -