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

📄 links_linkssection.ascx

📁 倒奶CMS内容管理系统 v6.0 中文版 软件类别: .NET源码 / 全站系统 软件语言: 简体中文 授权方式: 共享版 文件大小: 7.21M 系统平台: ASP.NET+SQL
💻 ASCX
字号:
<%@ import Namespace="ASPNET.StarterKit.Communities" %>
<%@ Register TagPrefix="Links" Namespace="ASPNET.StarterKit.Communities.Links" Assembly="ASPNET.StarterKit.Communities" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<%@ Control Language="C#" %>
<%--

This skin is used for displaying the links in the LinksSection page. Modify the HTML content
to modify the appearance of the page.

--%>
<table cellpadding="0" cellspacing="0" border="0" Width="100%">
	<tr>
		<td align="left">
			<community:SectionTitle CssClass="LinkSection_SectionTitle" Runat="server" id="SectionTitle1" />
		</td>
		<td align="right">
			<span align="right">
				<community:Notify Text="有新链接时通知我" Runat="server" id="Notify1" />
			</span>
		</td>
	</tr>
</table>
<community:PageHeader Runat="server" id="PageHeader1" />
<p>
	<community:Sorter id="Sorter" runat="Server">
		<ListItem Text="默认顺序" Value="Default" />
		<ListItem Text="发布日" Value="Date Created" />
		<ListItem Text="标题" Value="Title" />
		<ListItem Text="评级" Value="Rating" />
		<ListItem Text="话题" Value="Topic" />
		<ListItem Text="热门度" value="ViewCount" />
		<ListItem Text="作者" value="Author" />
		
	</community:Sorter>
	<community:ContentList id="ContentList" PagerText="Page {0} of {1}" Width="100%" Runat="Server">
		<HeaderTemplate>
			<table cellpadding="4" cellspacing="0" border="0" Width="100%">
		</HeaderTemplate>
		<ItemTemplate>
			<tr>
				<td>
					<table width="100%">
						<tr>
							<td valign="top" colspan="2">
								<br>
								<div class="LinkSection_ListCommentLink">
									<community:ItemLinkTitle runat="server" />
								</div>
								<br>
								<community:ItemBriefDescription CssClass="LinkSection_ListBriefDescription" Runat="Server" />
							</td>
							<td align="right" valign="top">
								&nbsp;
								<community:ItemTopic id="ctlTopic" Runat="Server" />
							</td>
						</tr>
						<tr>
							<td>
								<community:ItemRating Runat="Server" />
							</td>
							<td>
								<community:ItemCommentLink Text="{0} comments Add/View" CssClass="LinkSection_ListCommentLink" Runat="Server" />
							</td>
							<td align="right">
								<community:ItemEditContent EditUrl="Links_EditLink.aspx?id={0}" runat="Server" />
							</td>
						</tr>
					</table>
				</td>
			</tr>
		</ItemTemplate>
		<AlternatingItemTemplate>
			<tr bgcolor="#eeeeee">
				<td>
					<table width="100%">
						<tr>
							<td valign="top" colspan="2">
								<br>
								<div class="LinkSection_ListCommentLink">
									<community:ItemLinkTitle runat="server" />
								</div>
								<br>
								<community:ItemBriefDescription CssClass="LinkSection_ListBriefDescription" Runat="Server" />
							</td>
							<td align="right" valign="top">
								&nbsp;
								<community:ItemTopic id="ctlTopic" Runat="Server" />
							</td>
						</tr>
						<tr>
							<td>
								<community:ItemRating Runat="Server" />
							</td>
							<td>
								<community:ItemCommentLink Text="{0} comments Add/View" CssClass="LinkSection_ListCommentLink" Runat="Server" />
							</td>
							<td align="right">
								<community:ItemEditContent EditUrl="Links_EditLink.aspx?id={0}" runat="Server" />
							</td>
						</tr>
					</table>
				</td>
			</tr>
		</AlternatingItemTemplate>
		<FooterTemplate> 
          </table>
        </FooterTemplate>
		<NoContentTemplate>
    	    现在还没有内容.
        </NoContentTemplate>
	</community:ContentList>
</p>
<community:PageFooter runat="server" id="PageFooter1" />
<span class="Content">
	<community:LinkEditContent AddText="增加链接" ModerateText="审批链接" Runat="server" id="LinkEditContent1" />
</span>

⌨️ 快捷键说明

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