Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\NewtonTheme\Control\My\MyInstructor.ascx
??<%@ Control Language="C#" AutoEventWireup="true" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyInstructor" %> <%= new MyInstructorNavTopInstance(this) { Local= MyInstructorNavTopItem.????¤? }.ToHtml()%> <div class="flat data-box"> <div class="dataControl "> <form id="frmCourseliveSearch" method="post" action="<%= WebUrl.Proxy() %>"> ?????? <%= 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"}%> </form> </div> <div class="alert alert-info"> ????????????????????????: <%= 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"}%> ????? <script> if (is_mac()) { $(".display_windows").hide(); } if (is_windows()) { $(".display_mac").hide(); } </script> </div> <% if (ListApplication.Count == 0) { %> ????? <% } else { %> <div class="videolist instructor-list "> <ul> <% for (int i = 0; i <= ListApplication.Count - 1; i++) { var live = this.ListApplication[i]; var recordEquipment = live.ParentRecordEquipment; %> <li> <div> <div id="AVAPlayerContainer<%= recordEquipment.Guid %>" style="position: relative;"> ????????... </div> <div style="position: absolute; font-size: 14px;"> <%= recordEquipment.Name %> <%= recordEquipment.LiveStatus %> </div> </div> <script type="text/javascript"> $(function () { var param = "Guid=<%= recordEquipment.Guid %>"; Global.HtmlControl('<%= ControlPath("/My/MyCourseLiveEquipment"+ recordEquipment.ProductVersion) %>', param, null, function (json) { if (json != null) { $("#AVAPlayerContainer<%= recordEquipment.Guid %>").html(json.Html); } }, true, false, function (XMLHttpRequest, textStatus, errorThrown) { $("#AVAPlayerContainer<%= recordEquipment.Guid %>").html(XMLHttpRequest.responseText); }); }) </script> <p> <%= recordEquipment.Name%></p> <% if (recordEquipment.LiveStatus == Z.Core.Lang.Define.Get("RecordEquipment_?????")) { %> <p style="color: green"> <%= recordEquipment.LiveStatus%></p> <% } else if (recordEquipment.LiveStatus == Z.Core.Lang.Define.Get("RecordEquipment_?????")) { %> <p style="color: blue"> <%= recordEquipment.LiveStatus%></p> <% } else if (recordEquipment.LiveStatus == Z.Core.Lang.Define.Get("RecordEquipment_??????")) { %> <p style="color: chocolate"> <%= recordEquipment.LiveStatus%></p> <% } else { %> <p> <%= recordEquipment.LiveStatus%></p> <% } %> <p class=""> <%= new HtmlAnchor(live.Title) { Title = live.Title, Target = "_blank", Href = WebUrl.LivePlay(live.Guid) }%> </p> <p class="p_actor">??????<%= live.Speaker%> </p> <p><span class="num"> <%= live.StartTime.ToLongDate()%></span></p> </li> <% }%> </ul> </div> <% } %> <div class="pull-right"> <%= 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()%> </div> </div>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de