skin-categorydetails-sidebar.ascx

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

ASCX
11
字号
<%@ Control Language="C#" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Register TagPrefix="Galleries" Namespace="CommunityServer.Galleries.Controls" Assembly="CommunityServer.Galleries" %>
<div class="CommonSidebarArea">
	<h3><CS:ResourceControl runat="server" ResourceName="Gallery_Category" id="Resourcecontrol1" /></h3>
	<asp:Panel id="PagerPanel" Runat="server">
		<div class="SidebarPrevNext">
			<table cellpadding="0" cellspacing="0" border="0" width="100%">
				<tr>
					<td nowrap="true" align="left">
						<CS:Href id="PreviousAlbum" runat="server">

⌨️ 快捷键说明

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