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

📄 newtoplist.ascx

📁 可设置不同组的不同操纵权限、数据范围、填写内容等。灵活多样的配置你的后台管理人员的权限。 可设置一系列的网站参数 可设置前台列表的显示数量 支持虚拟目录的运行和任意目录
💻 ASCX
字号:
<%@ Control Language="vb" AutoEventWireup="false" EnableViewState="false" Inherits="WanerSoft.Controls.NewTopList" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<%@ OutputCache Duration="1800" VaryByParam="*" %>
<%@ Import Namespace="WanerSoft.Cache" %>
<%@ Import Namespace="WanerSoft.Sys.WSMeg" %>
<asp:Repeater id="ListData" runat="server" EnableViewState=false>
		<HeaderTemplate>
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
</HeaderTemplate>
		<ItemTemplate>
		<tr>
		<td height="22">&nbsp;<img src="<%=Configs.SkinPath%>/images/arrow_043.gif" width="11" height="11">&nbsp;<a href="<%#ChkUrl(DataBinder.Eval(Container.DataItem, "id"),"Book/","Book/ShowBook.aspx?id=")%>"><%#DataBinder.Eval(Container.DataItem, "booktitle") %></a>&nbsp;<span class="HitsListNum">(<%#DataBinder.Eval(Container.DataItem, "bookhits") %>)</span></td>
		</tr>
		</ItemTemplate>
<FooterTemplate>
</table>
</FooterTemplate>
</asp:Repeater>

⌨️ 快捷键说明

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