Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.AdminUI\Pub\ApplicationScoreItem\Select.ascx
??<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="Select.ascx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.ApplicationScoreItem.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 "ApplicationScoreItemApplicationPointTableName": //ApplicationScoreItem_ApplicationPointTableName_???????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"_ApplicationPointTable.Name").ToScriptTag() %>',event)"> <%= Define.Get("ApplicationScoreItem_ApplicationPointTableName_????????").HtmlEncode() %> <%= OrderBy("_ApplicationPointTable.Name") %> </span> </th> <% break; case "ApplicationScoreItemApplicationScoreTypeName": //ApplicationScoreItem_ApplicationScoreTypeName_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"_ApplicationScoreType.Name").ToScriptTag() %>',event)"> <%= Define.Get("ApplicationScoreItem_ApplicationScoreTypeName_??????").HtmlEncode() %> <%= OrderBy("_ApplicationScoreType.Name") %> </span> </th> <% break; case "Name": //ApplicationScoreItem_????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"Name").ToScriptTag() %>',event)"> <%= Define.Get("ApplicationScoreItem_?????").HtmlEncode() %> <%= OrderBy("Name") %> </span> </th> <% break; case "Description": //ApplicationScoreItem_??? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"Description").ToScriptTag() %>',event)"> <%= Define.Get("ApplicationScoreItem_???").HtmlEncode() %> <%= OrderBy("Description") %> </span> </th> <% break; case "ScoreRatio": //ApplicationScoreItem_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"ScoreRatio").ToScriptTag() %>',event)"> <%= Define.Get("ApplicationScoreItem_??????").HtmlEncode() %> <%= OrderBy("ScoreRatio") %> </span> </th> <% break; case "SortNumber": //ApplicationScoreItem_????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"SortNumber").ToScriptTag() %>',event)"> <%= Define.Get("ApplicationScoreItem_?????").HtmlEncode() %> <%= OrderBy("SortNumber") %> </span> </th> <% break; } } %> </tr> <% foreach (var item in this.ListData) { %> <tr class="trout"> <td class="wd0 summary" title="<%= DefineEnum.??????????.Define() %>" onclick="GetSummary(this,'/Pub/ApplicationScoreItem/summary','guid=<%= item.Guid %>')"> </td> <td class="wd1 select" onclick="Select("<%= item.Guid.ToString(null).ToScriptTag()%>","<%= item.Name.ToString(null).ToScriptTag() %>");"><input type="checkbox" /></td> <% foreach (var field in this.Fields) { switch (field) { case "ApplicationScoreItemApplicationPointTableName": %> <td> <span title="<%= ViewData.Val("ParentApplicationPointTable.Name", item).ToString(string.Empty).ToScriptTag() %>"> <%= ViewData.Val("ParentApplicationPointTable.Name", item) %> </span> </td> <% break; case "ApplicationScoreItemApplicationScoreTypeName": %> <td> <span title="<%= ViewData.Val("ParentApplicationScoreType.Name", item).ToString(string.Empty).ToScriptTag() %>"> <%= ViewData.Val("ParentApplicationScoreType.Name", item) %> </span> </td> <% break; case "Name": %> <td> <span title="<%= item.Name.ToString(string.Empty).ToScriptTag() %>"> <%= item.Name %> </span> </td> <% break; case "Description": %> <td> <%= new HtmlSpan(item.Description) { FilterHtml = true, TextLength = 30, Suffix = "...", WideWord = true } %> </td> <% break; case "ScoreRatio": %> <td> <span title="<%= item.ScoreRatio.ToString(string.Empty).ToScriptTag() %>"> <%= item.ScoreRatio %> </span> </td> <% break; case "SortNumber": %> <td> <span title="<%= item.SortNumber.ToString(string.Empty).ToScriptTag() %>"> <%= item.SortNumber %> </span> </td> <% break; } } %> </tr> <% } %> </table>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de