⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 skin-forumlinkbar.ascx

📁 community server 源码
💻 ASCX
字号:
<%@ 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -