Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.AdminUI\Pub\VideoInDomain\Select.ascx
??<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="Select.ascx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.VideoInDomain.Select1" %> <table class="g-table-comm" cellpadding="2px" cellspacing="0px"> <tr class="thead"> <th class="wd0"> </th> <th class="wd1"> </th> <% foreach (var field in this.Fields) { switch (field) { case "DomainGuid": //VideoInDomain_??????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"DomainGuid").ToScriptTag() %>',event)"> <%= Define.Get("VideoInDomain_???????").HtmlEncode() %> <%= OrderBy("DomainGuid") %> </span> </th> <% break; case "VideoGuid": //VideoInDomain_??????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"VideoGuid").ToScriptTag() %>',event)"> <%= Define.Get("VideoInDomain_???????").HtmlEncode() %> <%= OrderBy("VideoGuid") %> </span> </th> <% break; } } %> </tr> <% foreach (var item in this.ListData) { %> <tr class="trout"> <td class="wd0 summary" title="<%= DefineEnum.??????????.Define() %>" onclick="GetSummary(this,'/Pub/VideoInDomain/summary','guid=<%= item.Guid %>')"> </td> <td class="wd1 select" onclick="Select("<%= item.Guid.ToString(null).ToScriptTag()%>","<%= item.Guid.ToString(null).ToScriptTag() %>");"><input type="checkbox" /></td> <% foreach (var field in this.Fields) { switch (field) { case "DomainGuid": %> <td> <span title="<%= item.DomainGuid.ToString(string.Empty).ToScriptTag() %>"> <%= item.DomainGuid %> </span> </td> <% break; case "VideoGuid": %> <td> <span title="<%= item.VideoGuid.ToString(string.Empty).ToScriptTag() %>"> <%= item.VideoGuid %> </span> </td> <% break; } } %> </tr> <% } %> </table>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de