📄 newtoplist.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"> <img src="<%=Configs.SkinPath%>/images/arrow_043.gif" width="11" height="11"> <a href="<%#ChkUrl(DataBinder.Eval(Container.DataItem, "id"),"Book/","Book/ShowBook.aspx?id=")%>"><%#DataBinder.Eval(Container.DataItem, "booktitle") %></a> <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 + -