%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ListIFrame.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.AlbumTextbook.ListIFrame" %>
<%=Define.Get("AlbumTextbook_TextbookPressName_出版社名称")%> | <%=Define.Get("AlbumTextbook_TextbookGradeName_年级名称")%> | <%=Define.Get("AlbumTextbook_TextbookCategoryName_学科学科名称")%> | <%=Define.Get("AlbumTextbook_TextbookName_课本名称")%> | ||
---|---|---|---|---|---|
<%= ViewData.Val("ParentTextbook.ParentPress.Name", item)%> "> | <%= ViewData.Val("ParentTextbook.ParentGrade.Name", item)%> "> | <%= ViewData.Val("ParentTextbook.ParentCategory.Name", item) %> "> | <%= ViewData.Val("ParentTextbook.Name", item)%> "> |
|