<%@ Page Language="C#" AutoEventWireup="true" Inherits="Web.inherits.UserViewPage" %> 收藏管理-<%=WebSiteConfig.SiteTitle%> <%template:_head.html%>
 
<%template:_usermenu.html%>

我的收藏

<% var p=Request["page"]!=null?Int32.Parse(Request["page"]):1; var cRows=GetCollectList(page:p); var t=GetCollectCount(); %> <%foreach(var row in cRows){%> <%}%>
标题 收藏时间 操作
<%=row["Title"]%> <%=Convert.ToDateTime(row["CreateDate"]).ToString("yyyy-MM-dd")%> 查看 ');">删除 
<%=GetPaginationHtml(total:t,page:p,link:"?page=@page")%>
<%template:_foot.html%>