skin-gallerysidebar.ascx
来自「本系统是在asp版《在线文件管理器》的基础上设计制作」· ASCX 代码 · 共 10 行
ASCX
10 行
<%@ Control %>
<%@ Register TagPrefix="Galleries" Namespace="CommunityServer.Galleries.Controls" Assembly="CommunityServer.Galleries" %>
<Galleries:PortalPictureListing Count="3" ShowPictures="false" SortBy="ThreadDate" runat="server" ID="Portalpicturelisting1" NAME="Portalpicturelisting1"/>
<br/>
<Galleries:PortalPictureListing Count="3" ShowPictures="false" SortBy="Views" runat="server" ID="Portalpicturelisting2" NAME="Portalpicturelisting2"/>
<br/>
<Galleries:PortalPictureListing Count="3" ShowPictures="false" SortBy="Rating" runat="server" ID="Portalpicturelisting3" NAME="Portalpicturelisting3"/>
<br/>
<Galleries:PortalPictureListing Count="3" ShowPictures="false" SortBy="Comments" runat="server" ID="Portalpicturelisting4" NAME="Portalpicturelisting4"/>
<br/>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?