<%@ 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 infoList=GetInfoListByUser(userId:UserIdentity.UserID,page:p); var totalRow=GetInfoCountByUser(userId:UserIdentity.UserID); %> <%foreach(var row in infoList){%> <%}%>
所属类别 标题 更新时间 发布时间 浏览量 状态 操作
<%=row["CategoryName"]%> <%=row["Title"]%> <%=Convert.ToDateTime(row["UpdateDate"]).ToString("yyyy-MM-dd")%> <%=Convert.ToDateTime(row["CreateDate"]).ToString("yyyy-MM-dd")%> <%=row["Views"]%> <%=ValueToText(row["Views"],new Hashtable{{"1","已审核"},{"2","等待审核"},{"3","审核失败"}})%> ');" title="删除当前记录">删除  ');" title="刷新时间">刷新
<%=GetPaginationHtml(total:totalRow,page:p,link:"?page=@page")%>
 
<%template:_foot.html%>