Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.AdminUI\Pub\VideoInDomain\List.ascx
??<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="List.ascx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.VideoInDomain.List1" %> <table class="g-table-comm" cellpadding="2px" cellspacing="0px"> <tr class="thead"> <th class="wd0"> </th> <th class="wd1 ckb"> <%= new HtmlCheckBox() { Class = "trSelAll", Title = DefineEnum.??????????????????.Define(), Lang = ".listContainer .trsel" }%> </th> <th class="wd2"> </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 ckb"> <%= new HtmlCheckBox() { Value= SetKey(item.Guid, item.Version), Class = "trsel", Title = DefineEnum.???_????.Define() }%> </td> <td class="wd2"> <nobr><a href="edit.aspx?guid=<%= item.Guid %>"><%= DefineEnum.???.Define() %></a></nobr> </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