Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.AdminUI\Pub\CategoryResult\Select.ascx
??<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="Select.ascx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.CategoryResult.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 "MasterCategoryResultCategoryName": //MasterCategoryResult_CategoryName_Master?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"_MasterCategory._Category.Name").ToScriptTag() %>',event)"> <%= Define.Get("MasterCategoryResult_CategoryName_Master??????").HtmlEncode() %> <%= OrderBy("_MasterCategory.Name") %> </span> </th> <% break; case "CategoryResultCategoryName": //CategoryResult_CategoryName_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"_Category._Category.Name").ToScriptTag() %>',event)"> <%= Define.Get("CategoryResult_CategoryName_??????").HtmlEncode() %> <%= OrderBy("_Category.Name") %> </span> </th> <% break; } } %> </tr> <% foreach (var item in this.ListData) { %> <tr class="trout"> <td class="wd0 summary" title="<%= DefineEnum.??????????.Define() %>" onclick="GetSummary(this,'/Pub/CategoryResult/summary','guid=<%= item.Guid %>')"> </td> <td class="wd1 select" onclick="Select("<%= item.Guid.ToString(null).ToScriptTag()%>","<%= item.Version.ToString(null).ToScriptTag() %>");"><input type="checkbox" /></td> <% foreach (var field in this.Fields) { switch (field) { case "MasterCategoryResultCategoryName": %> <td> <span title="<%= ViewData.Val("ParentMasterCategory.Name", item).ToString(string.Empty).ToScriptTag() %>"> <%= ViewData.Val("ParentMasterCategory.Name", item) %> </span> </td> <% break; case "CategoryResultCategoryName": %> <td> <span title="<%= ViewData.Val("ParentCategory.Name", item).ToString(string.Empty).ToScriptTag() %>"> <%= ViewData.Val("ParentCategory.Name", item) %> </span> </td> <% break; } } %> </tr> <% } %> </table>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de