skin-forumlinkbar.ascx
来自「community server 源码」· ASCX 代码 · 共 13 行
ASCX
13 行
<%@ Control Language="C#" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Register TagPrefix="CSD" Namespace="CommunityServer.Discussions.Controls" Assembly="CommunityServer.Discussions" %>
<%@ Import Namespace="CommunityServer.Components" %>
<%@ Import Namespace="CommunityServer.Discussions.Components" %>
<div class="CommonSidebarContentItem"><a href="<%= Globals.GetSiteUrls().UserList%>"><CS:ResourceLabel runat="server" ResourceName="Utility_ForumAnchorType_MenuMemberList" id="Resourcelabel6"/></a></div>
<asp:PlaceHolder id="AuthUserOnly" runat="Server">
<div class="CommonSidebarContentItem"><CSD:ForumAnchor AnchorType="PostsNotRead" runat="server" /></div>
<div class="CommonSidebarContentItem"><CSD:ForumAnchor AnchorType="ForumSubscriptions" runat="server" ID="Forumanchor1"/></div>
</asp:PlaceHolder>
<asp:PlaceHolder ID="TaggingOnly" Runat="server">
</asp:PlaceHolder>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?