%@ Control Language="C#" AutoEventWireup="true" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MySubjectAttachmentList" %> <%= new MyShiXunWorkNavInstance(this) { Local = MyShiXunWorkNavItem.作业附件, Subject = this.Subject }.ToHtml()%>
附件 | 类型 | 大小 | 操作 | |
<%= new HtmlCheckBox() { Value = SetKey(subjectAttachment.Guid, subjectAttachment.Version), Class = "trsel", Title = DefineEnum.选择_不选.Define() }%> | <%= new HtmlAnchor(subjectAttachment.FileName) { Target = "_blank", Href = SettingGroup.SubjectAttachmentFile(subjectAttachment) }%> | <%= ((AVA.ResourcesPlatform.Model.Pub.SubjectAttachmentFileTypeEnum)subjectAttachment.FileType).Define() %> | <%= AVA.ResourcesPlatform.Config.Helper.FormatSize(subjectAttachment.FileSize) %> | <%= new HtmlAnchor("编辑") { Href = WebUrl.MyShiXunAttachmentEdit(subjectAttachment.Guid) }%> | 删除 |