skin-gallerysidebar.ascx
来自「community server 源码」· ASCX 代码 · 共 10 行
ASCX
10 行
<%@ Control Language="C#" %>
<%@ Register TagPrefix="Galleries" Namespace="CommunityServer.Galleries.Controls" Assembly="CommunityServer.Galleries" %>
<Galleries:PortalPictureListing Count="3" ShowPictures="false" SortBy="ThreadDate" runat="server" id="ppl1" />
<br/>
<Galleries:PortalPictureListing Count="3" ShowPictures="false" SortBy="Views" runat="server" id="ppl2" />
<br/>
<Galleries:PortalPictureListing Count="3" ShowPictures="false" SortBy="Rating" runat="server" id="ppl3" />
<br/>
<Galleries:PortalPictureListing Count="3" ShowPictures="false" SortBy="Comments" runat="server" id="ppl4" />
<br/>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?