%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ListIFrame.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.MeetingAttachment.ListIFrame" %>
<%=Define.Get("MeetingAttachment_附件名")%> | <%=Define.Get("MeetingAttachment_文件类型")%> | <%=Define.Get("MeetingAttachment_文件大小")%> | <%=Define.Get("MeetingAttachment_附件说明")%> | ||
---|---|---|---|---|---|
<%= File(SettingGroup.MeetingAttachmentUploadPath + item.ParentMeeting.Guid + "/", item.FileName)%> <%= item.FileName %> | <%= item.FileType != null ? ((AVA.ResourcesPlatform.Model.Pub.MeetingAttachmentFileTypeEnum)item.FileType).Define() : null %> | <%= AVA.ResourcesPlatform.Config.Helper.FormatSize(item.FileSize) %> | <%= new HtmlSpan(item.Description) { FilterHtml = true, TextLength = 30, Suffix = "...", WideWord = true } %> |
|