%@ Control Language="C#" AutoEventWireup="true" CodeBehind="List.ascx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.PressResult.List1" %>
<%= new HtmlCheckBox() { Class = "trSelAll", Title = DefineEnum.全选_不选_本页所有记录.Define(), Lang = ".listContainer .trsel" }%> | <% foreach (var field in this.Fields) { switch (field) { case "MasterPressResultPressName": //MasterPressResult_PressName_Master出版社名称 %> | ',event)"> <%= Define.Get("MasterPressResult_PressName_Master出版社名称").HtmlEncode() %> <%= OrderBy("_MasterPress.Name") %> | <% break; case "PressResultPressName": //PressResult_PressName_出版社名称 %>',event)"> <%= Define.Get("PressResult_PressName_出版社名称").HtmlEncode() %> <%= OrderBy("_Press.Name") %> | <% break; } } %>|
---|---|---|---|---|
<%= new HtmlCheckBox() { Value= SetKey(item.Guid, item.Version), Class = "trsel", Title = DefineEnum.选择_不选.Define() }%> |
|
<%
foreach (var field in this.Fields)
{
switch (field)
{
case "MasterPressResultPressName":
%>
"> <%= ViewData.Val("ParentMasterPress.Name", item) %> | <% break; case "PressResultPressName": %>"> <%= ViewData.Val("ParentPress.Name", item) %> | <% break; } } %>