<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ListIFrame.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.VideoAttachment.ListIFrame" %> <%= this.Title %> <%= Import.Theme() %> <%= Import.Script("/jquery.1.9.js")%>
<% foreach (var item in this.ListVideoAttachment) { %> <% } %>
<%=Define.Get("VideoAttachment_附件名")%> <%=Define.Get("VideoAttachment_文件类型")%> <%=Define.Get("VideoAttachment_文件大小")%> PDF SWF <%=Define.Get("VideoAttachment_附件说明")%>
<%= File(SettingGroup.VideoAttachmentUploadPath + item.ParentVideo.Guid + "/", item.FileName)%> <%= item.FileName %> <%= item.FileType != null ? ((AVA.ResourcesPlatform.Model.Pub.VideoAttachmentFileTypeEnum)item.FileType).Define() : null %> <%= AVA.ResourcesPlatform.Config.Helper.FormatSize(item.FileSize) %> <%= File(SettingGroup.VideoAttachmentUploadPath+item.ParentVideo.Guid+"/", item.PDFName) %> <%= item.PDFName %> <%= PDF2SWF(SettingGroup.VideoAttachmentUploadPath+item.ParentVideo.Guid+"/", item.SWFName) %> <%= item.SWFName %> <%= new HtmlSpan(item.PDFNameDescription) { FilterHtml = true, TextLength = 30, Suffix = "...", WideWord = true } %> <%= new HtmlSpan(item.Description) { FilterHtml = true, TextLength = 30, Suffix = "...", WideWord = true } %> <%= new HtmlAnchor("转PDF") { Href ="#convertPDF=" + item.Guid,OnClick="ConvertToPDF(this);return false;",Key= SetKey(item.Guid,item.Version) }%> | <%= 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/VideoAttachmentAjax.js")%>