<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ListIFrame.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.MeetingAttachment.ListIFrame" %> <%= this.Title %> <%= Import.Theme() %> <%= Import.Script("/jquery.1.9.js")%>
<% foreach (var item in this.ListMeetingAttachment) { %> <% } %>
<%=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 } %> <%= DefineEnum.修改.Define() %> <%= DefineEnum.删除.Define() %>
<%= Import.Script("js","/JQueryUI/jquery-ui.min.js")%> <%= Import.Script("js", "/YK_Validate/YK_Validate.js")%> <%= Import.Script("js", "/YK_Validate/YK_ValidateRegex.js")%> <%= Import.CSS("js", "/YK_Validate/validator.css")%> <%= Import.Script("js","/FancyBox/jquery.fancybox-1.2.1.js")%> <%= Import.CSS("js", "/FancyBox/jquery.fancybox.css")%> <%= Import.Script("/ToolTip/jquery.tipsy.js")%> <%= Import.Script("/URL/jquery.url.js")%> <%= Import.Script("/JsonCookie/json2.js")%> <%= Import.Script("/JsonCookie/jquery.cookie.js")%> <%= Import.Script("/JsonCookie/jquery.jsoncookie.js")%> <%= Import.Script("/global.aspx")%> <%= Import.Script("/SelectForm.js")%> <%= Import.Script("js", "/global.js")%> <%= Import.Script("js", "/Public.js")%> <%= Import.Script("js", "/ListPublic.js")%> <%= Import.Script("js", "/Ajax/Pub/MeetingAttachmentAjax.js")%>