skin-categorylist.ascx

来自「community server 源码」· ASCX 代码 · 共 19 行

ASCX
19
字号
<%@ Control Language="C#" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Import Namespace="CommunityServer.Components" %>
<div class="CommonSidebarArea">
	<h4 class="CommonSidebarHeader"><CS:ResourceControl runat="Server" id="CategoryTitle" /></h4>
	<div class="CommonSidebarContent">
		<ul class="CommonSidebarList">
		<asp:Repeater runat="server" id="Categories">
		<ItemTemplate>
			<li>
				<CS:Href id="Link" runat="server" />
				<CS:Href id="RSS"  runat="Server" Text="(rss)" Visible = "False" />
			</li>
		</ItemTemplate>
		</asp:Repeater>
		</ul>
	</div>
</div>
	

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?