Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.AdminUI\Pub\RecommendVideo\Select.ascx
??<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="Select.ascx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.RecommendVideo.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 "RecommendVideoRecordEquipmentDomainName": //RecommendVideo_RecordEquipmentDomainName_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"_RecordEquipment._Domain.Name").ToScriptTag() %>',event)"> <%= Define.Get("RecommendVideo_RecordEquipmentDomainName_??????").HtmlEncode() %> <%= OrderBy("_RecordEquipment._Domain.Name") %> </span> </th> <% break; case "RecommendVideoRecordEquipmentDomainCode": //RecommendVideo_RecordEquipmentDomainCode_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"_RecordEquipment._Domain.Code").ToScriptTag() %>',event)"> <%= Define.Get("RecommendVideo_RecordEquipmentDomainCode_??????").HtmlEncode() %> <%= OrderBy("_RecordEquipment._Domain.Code") %> </span> </th> <% break; case "RecommendVideoRecordEquipmentName": //RecommendVideo_RecordEquipmentName_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"_RecordEquipment.Name").ToScriptTag() %>',event)"> <%= Define.Get("RecommendVideo_RecordEquipmentName_??????").HtmlEncode() %> <%= OrderBy("_RecordEquipment.Name") %> </span> </th> <% break; case "RecommendVideoApplicationTimeSettingStartTime": //RecommendVideo_ApplicationTimeSettingStartTime_??????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"_ApplicationTimeSetting.StartTime").ToScriptTag() %>',event)"> <%= Define.Get("RecommendVideo_ApplicationTimeSettingStartTime_???????").HtmlEncode() %> <%= OrderBy("_ApplicationTimeSetting.StartTime") %> </span> </th> <% break; case "RecommendVideoVideoUserDomainName": //RecommendVideo_VideoUserDomainName_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"_Video._User._Domain.Name").ToScriptTag() %>',event)"> <%= Define.Get("RecommendVideo_VideoUserDomainName_??????").HtmlEncode() %> <%= OrderBy("_Video._User._Domain.Name") %> </span> </th> <% break; case "RecommendVideoVideoUserDomainCode": //RecommendVideo_VideoUserDomainCode_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"_Video._User._Domain.Code").ToScriptTag() %>',event)"> <%= Define.Get("RecommendVideo_VideoUserDomainCode_??????").HtmlEncode() %> <%= OrderBy("_Video._User._Domain.Code") %> </span> </th> <% break; case "RecommendVideoVideoUserUserTypeName": //RecommendVideo_VideoUserUserTypeName_????????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"_Video._User._UserType.Name").ToScriptTag() %>',event)"> <%= Define.Get("RecommendVideo_VideoUserUserTypeName_?????????").HtmlEncode() %> <%= OrderBy("_Video._User._UserType.Name") %> </span> </th> <% break; case "RecommendVideoVideoUserTrueName": //RecommendVideo_VideoUserTrueName_????????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"_Video._User.TrueName").ToScriptTag() %>',event)"> <%= Define.Get("RecommendVideo_VideoUserTrueName_?????????").HtmlEncode() %> <%= OrderBy("_Video._User.TrueName") %> </span> </th> <% break; case "RecommendVideoVideoUserUserName": //RecommendVideo_VideoUserUserName_???????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"_Video._User.UserName").ToScriptTag() %>',event)"> <%= Define.Get("RecommendVideo_VideoUserUserName_????????").HtmlEncode() %> <%= OrderBy("_Video._User.UserName") %> </span> </th> <% break; case "RecommendVideoVideoName": //RecommendVideo_VideoName_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"_Video.Name").ToScriptTag() %>',event)"> <%= Define.Get("RecommendVideo_VideoName_??????").HtmlEncode() %> <%= OrderBy("_Video.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/RecommendVideo/summary','guid=<%= item.Guid %>')"> </td> <td class="wd1 select" onclick="Select("<%= item.Guid.ToString(null).ToScriptTag()%>","<%= %>");"><input type="checkbox" /></td> <% foreach (var field in this.Fields) { switch (field) { case "RecommendVideoRecordEquipmentDomainName": %> <td> <span title="<%= ViewData.Val("ParentRecordEquipment.ParentDomain.Name", item).ToString(string.Empty).ToScriptTag() %>"> <%= ViewData.Val("ParentRecordEquipment.ParentDomain.Name", item) %> </span> </td> <% break; case "RecommendVideoRecordEquipmentDomainCode": %> <td> <span title="<%= ViewData.Val("ParentRecordEquipment.ParentDomain.Code", item).ToString(string.Empty).ToScriptTag() %>"> <%= ViewData.Val("ParentRecordEquipment.ParentDomain.Code", item) %> </span> </td> <% break; case "RecommendVideoRecordEquipmentName": %> <td> <span title="<%= ViewData.Val("ParentRecordEquipment.Name", item).ToString(string.Empty).ToScriptTag() %>"> <%= ViewData.Val("ParentRecordEquipment.Name", item) %> </span> </td> <% break; case "RecommendVideoApplicationTimeSettingStartTime": %> <td> <span title="<%= ViewData.Val("ParentApplicationTimeSetting.StartTime", item).ToString(string.Empty).ToScriptTag() %>"> <%= ViewData.Val("ParentApplicationTimeSetting.StartTime", item) %> </span> </td> <% break; case "RecommendVideoVideoUserDomainName": %> <td> <span title="<%= ViewData.Val("ParentVideo.ParentUser.ParentDomain.Name", item).ToString(string.Empty).ToScriptTag() %>"> <%= ViewData.Val("ParentVideo.ParentUser.ParentDomain.Name", item) %> </span> </td> <% break; case "RecommendVideoVideoUserDomainCode": %> <td> <span title="<%= ViewData.Val("ParentVideo.ParentUser.ParentDomain.Code", item).ToString(string.Empty).ToScriptTag() %>"> <%= ViewData.Val("ParentVideo.ParentUser.ParentDomain.Code", item) %> </span> </td> <% break; case "RecommendVideoVideoUserUserTypeName": %> <td> <span title="<%= ViewData.Val("ParentVideo.ParentUser.ParentUserType.Name", item).ToString(string.Empty).ToScriptTag() %>"> <%= ViewData.Val("ParentVideo.ParentUser.ParentUserType.Name", item) %> </span> </td> <% break; case "RecommendVideoVideoUserTrueName": %> <td> <span title="<%= ViewData.Val("ParentVideo.ParentUser.TrueName", item).ToString(string.Empty).ToScriptTag() %>"> <%= ViewData.Val("ParentVideo.ParentUser.TrueName", item) %> </span> </td> <% break; case "RecommendVideoVideoUserUserName": %> <td> <span title="<%= ViewData.Val("ParentVideo.ParentUser.UserName", item).ToString(string.Empty).ToScriptTag() %>"> <%= ViewData.Val("ParentVideo.ParentUser.UserName", item) %> </span> </td> <% break; case "RecommendVideoVideoName": %> <td> <span title="<%= ViewData.Val("ParentVideo.Name", item).ToString(string.Empty).ToScriptTag() %>"> <%= ViewData.Val("ParentVideo.Name", item) %> </span> </td> <% break; } } %> </tr> <% } %> </table>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de