<%@ Control Language="C#" AutoEventWireup="true" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyCollectUser" %>
我的收藏的教师:
<% for (int i = 0; i <= this.ListPVHistory.Count - 1; i++) { var pvHistory = this.ListPVHistory[i]; %> <% } %>
收藏 收藏日期 操作
  • <% var user = CreateInstance.UserDao.Get(pvHistory.PVGuid); if (user != null) { %> <%= new HtmlAnchor(user.TrueName) { Href = WebUrl.Show(user.ParentDomain.Code,user.UserName), Title=user.TrueName, Target = "_blank" }%> <% } %>
<%= pvHistory.CreateTime.ToShortDate() %> 删除
<%--
全选 - 取消
--%> <%= new PagerAjaxInstance(this) { RecordCount = this.Query.RecordCount, PageSize = this.Query.PageSize, PageIndex = this.Query.PageIndex, PageJsFn = WebUrl.MyCollect(int.MaxValue) }.ToHtml()%>