%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MyMeetingAttachmentList.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyMeetingAttachmentList" %>
附件 | 类型 | 大小 | 操作 | |
<%= new HtmlCheckBox() { Value = SetKey(meetingAttachment.Guid, meetingAttachment.Version), Class = "trsel", Title = DefineEnum.选择_不选.Define() }%> | <%= new HtmlAnchor(meetingAttachment.FileName) { Target = "_blank", Href = SettingGroup.MeetingAttachmentFile(meetingAttachment) }%> | <%= ((AVA.ResourcesPlatform.Model.Pub.MeetingAttachmentFileTypeEnum)meetingAttachment.FileType).Define() %> | <%= AVA.ResourcesPlatform.Config.Helper.FormatSize(meetingAttachment.FileSize) %> | <%= new HtmlAnchor("编辑") { Href = WebUrl.MyMeetingAttachmentEdit(meetingAttachment.Guid) }%> | 删除 |