<%@ Control Language="C#" AutoEventWireup="true" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyInstructor" %> <%= new MyInstructorNavTopInstance(this) { Local= MyInstructorNavTopItem.科组巡课 }.ToHtml()%>
关键字: <%= new HtmlText("Title", this.Title) { Width = 120 }%> 学科: <%= new HtmlSelect("CategoryGuid", "Name", "Guid", "Guid") { Option= this.ListCategory }.InsertOption("::选择::","",0).SelectValue(this.CategoryGuid)%> <%= new HtmlHidden("Key","MyInstructor") %> <%= new HtmlSubmit("查询") %> <%= new HtmlReset("清除") { Class="btn"}%>
如无法看到播放器请安装以下播放器: <%= new HtmlAnchor("AVAPlayer"){ Href = Request.WebPath() + "/Resource/AVAPlayer.zip",Target="_blank",Class="btn"} %> <%= new HtmlAnchor("FBVLCPlayer.zip") { Href= Request.WebPath() + "/Resource/FBVLCPlayer.zip", Class="btn display_windows"}%> <%= new HtmlAnchor("FBVLCPlayer.dmg.zip") { Href= Request.WebPath() + "/Resource/FBVLC.plugin.dmg.zip", Class="btn display_mac"}%> 后安装
<% if (ListApplication.Count == 0) { %> 无记录 <% } else { %>
<% } %>
<%= new PagerAjaxInstance(this) { RecordCount = this.Query.RecordCount, PageSize = this.Query.PageSize, PageIndex = this.Query.PageIndex, PageJsFn = WebUrl.MyInstructor(int.MaxValue, this.Title,this.CategoryGuid) }.ToHtml()%>