Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\Bsk\Control\LivePlay\LivePlayControl.ascx
??<%@ Control Language="C#" AutoEventWireup="true" Inherits="AVA.ResourcesPlatform.WebUI.Control.LivePlay.LivePlayControl" %> <script type="text/javascript"> //??????????????? $("#aAVAPlayerOutPut").attr("href", "#live"); </script> <ul class="live-btn-group" style="padding-bottom:0px;margin-bottom:5px"> <li class="divider" style="float:left"></li> <li class="playbtn arrow" style="float:left; cursor:default;"><a class="btn" href="#">?????<span id="spnThisTimeRecordEquipmentStatus"><%= this.Status%> </span></a></li> <%--<li class="live-header"> </li> <li style="float:left"> </li> <li class="live-header" style="float:left">?????</li> <li style="float:left"><span id="spnThisTimeApplicationVideoCount"><%= this.Application._ListRecordVideo.Count %> </span></li> --%> <% if (CreateInstance.ApplicationDao.Useableness(this.Application)) { %> <% if (this.Application.ParentUser.Guid == CookieGroup.UserCode) { %> <li class="divider" style="float:left"> </li> <li style="float:left;"> <% if (this.Status == Z.Core.Lang.Define.Get("RecordEquipment_??????") || this.Status == Z.Core.Lang.Define.Get("RecordEquipment_?????")) { %> <a class="btn btn-start" id="spnApplicationStart" href="#start" onclick="$(this).find('img').attr('src', '<%=Import.CSSFile("loading16.gif") %> ');ThisTimeApplicationStart('<%= this.Application.Guid %>','<%= this.Application.Guid %>');return false;"> <%= new HtmlImg(Import.CSSFile("loading16.gif")) { Class = "StartLoading" }.Style(new { Display="none"})%> ??????</a> <% } if (this.Status == Z.Core.Lang.Define.Get("RecordEquipment_?????") || this.Status == Z.Core.Lang.Define.Get("RecordEquipment_????????")) { %> <a class="btn btn-stop" id="spnApplicationEnd" onclick="ThisTimeApplicationEnd('<%= this.Application.Guid %>','<%= this.Application.Guid %>');"> <%= new HtmlImg(Import.CSSFile("loading16.gif")) { Class = "StopLoading" }.Style(new { Display="none"})%> ??????</a> <% } %> </li> <% } %> <% if (CookieGroup.UserCode != null) { if (this.Status == Z.Core.Lang.Define.Get("RecordEquipment_????????") || this.Status == Z.Core.Lang.Define.Get("RecordEquipment_?????")) { if (this.Application.ParentRecordEquipment.ParentAgentServer != null && this.AsStatus == AVA.ResourcesPlatform.Model.Pub.RecordEquipmentASStatusEnum.????????.Define()) { var liveAS =CreateInstance.AgentServerDao.AVAASURL(this.Application.ParentRecordEquipment); %> <li class="divider" style="float:left"> </li> <li class="playbtn arrow" style="float:left"><a class="btn btn-avalive" id="avaView<%= this.Application.Guid %>" lang="<%= liveAS %>" href="#" onclick="GoToViewLive(this);return false;">??????</a> <script type="text/javascript"> //??????????????? $("#aAVAPlayerOutPut").attr("href", "<%= liveAS %>"); function GoToViewLive(send) { if ('<%= this.Application.ViewPassword %>' != '' && '<%= this.Application.ParentUser.Guid %>' != '<%= CookieGroup.UserCode %>') { alert("?????????????????<%= this.Application.ViewPassword %>"); } var avaPlayer = document.getElementById("AVAPlayer"); if (avaPlayer != null && typeof (avaPlayer) != "undefined" && typeof (avaPlayer.Play) != "undefined") { avaPlayer.Url = "<%= liveAS %>"; avaPlayer.ToolbarVisible = true; avaPlayer.Play(); if (send != null) { send.title = avaPlayer.Url; } } else { if (document.all) { alert("??????AVA?????"); } else { alert("????????????IE?????"); } } } </script> </li> <% } else { var liveAVA = CreateInstance.RecordEquipmentDao.LiveURL(this.Application.ParentRecordEquipment); %> <li class="divider" style="float:left"></li> <li style="float:left"><a class="btn btn-live" id="a1" lang="<%= liveAVA %>" href="#" onclick="GoToViewLive(this);return false;">??????</a> <script type="text/javascript"> //??????????????? $("#aAVAPlayerOutPut").attr("href", "<%= liveAVA %>"); function GoToViewLive(send) { if ('<%= this.Application.ViewPassword %>' != '' && '<%= this.Application.ParentUser.Guid %>' != '<%= CookieGroup.UserCode %>') { alert("?????????????????<%= this.Application.ViewPassword %>"); } var avaPlayer = document.getElementById("AVAPlayer"); if (avaPlayer != null && typeof (avaPlayer) != "undefined" && typeof (avaPlayer.Play) != "undefined") { avaPlayer.Url = "<%= liveAVA %>"; avaPlayer.ToolbarVisible = true; avaPlayer.Play(); if (send != null) { send.title = avaPlayer.Url; } } else { if (document.all) { alert("??????AVA?????"); } else { alert("????????????IE?????"); } } } </script> </li> <% } } else { %> <li class="divider" style="float:left"> </li> <li class="playbtn arrow" style="float:left"><a class="btn btn-none" href="#">?????????</a></li> <% } } else { %> <li class="divider" style="float:left"> </li> <li class="playbtn arrow" style="float:left"><a class="btn btn-none" href="#">???????????</a></li> <% } %> <% } %> </ul> <div style="display:none;"> <%= this.AsStatus %> </div> <script type="text/javascript"> if (typeof (LivePlay_FirstLoad) == "undefined") { LivePlay_FirstLoad = false; GoToViewLive(null); } </script>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de