<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MyMeetingAttachmentEdit.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyMeetingAttachmentEdit" %>
我的教研:教研附件编辑 <%= new HtmlAnchor("教研信息") { Href= WebUrl.MyMeetingEdit(this.Meeting.Guid) }%> | <%= new HtmlAnchor("教研人员") { Href= WebUrl.MyMeetingUserList(this.Meeting.Guid) }%> | <%= new HtmlAnchor("教研申请人") { Href= WebUrl.MyMeetingUserApplyList(this.Meeting.Guid) }%> | <%= new HtmlAnchor("教研主讲人") { Href= WebUrl.MyMeetingSpeakerList(this.Meeting.Guid) }%> | <%= new HtmlAnchor("教研视频") { Href= WebUrl.MyMeetingVideoList(this.Meeting.Guid) }%>

*附件: <%= new HtmlText("FileName", this.ViewData["_MeetingAttachment.FileName"]) { ReadOnly = true }%> <%= new HtmlYKTip("FileName")%>
<%= new SingleUploadInstance(this) { UploadTag = "FileName", Accept = CreateInstance.DomainInfoDao.THIS().UploadFileType.ToUpper().Replace("*","").Replace(";",","), UploadControlName="上传附件"}.ToHtml()%> <%--<%= new SingleUploadInstance(this) { UploadTag = "FileName", InitParams = "FileFilter=附件文件格式(" + CreateInstance.DomainInfoDao.THIS().UploadFileType + ")|" + CreateInstance.DomainInfoDao.THIS().UploadFileType + ",DefaultColor=#F5F5F5F5,SelectFiles=选择上传的附件,Upload=确认上传附件" }.ToHtml()%>--%>
*文件类型: <%= new HtmlSelect("FileType", "Value", "Key") { Option = typeof(AVA.ResourcesPlatform.Model.Pub.MeetingAttachmentFileTypeEnum) }.InsertOption("::" + DefineEnum.选择.Define() + "::", null, 0).SelectValue(this.ViewData["_MeetingAttachment.FileType"])%> <%= new HtmlYKTip("FileType") %>
*文件大小: <%= new HtmlText("FileSize", this.ViewData["_MeetingAttachment.FileSize"]) { ReadOnly = true }%> <%= new HtmlYKTip("FileSize")%>
详细描述: <%= new HtmlTextArea("Description", this.ViewData["_MeetingAttachment.Description"], 2000)%>
*排序号: <%= new HtmlText("SortNumber", this.ViewData["_MeetingAttachment.SortNumber"], 4) { DefaultValue = 0 }%> <%= new HtmlYKTip("SortNumber") %>
<%= new HtmlHidden("Key",this.KEY)%> <%= new HtmlHidden("ParentMeeting", this.Meeting.Guid)%> <%= new HtmlSubmit(IN(this.ViewData["_MeetingAttachment"], "修改附件", "添加附件"), "MeetingAttachmentEdit", "MeetingAttachmentEditClient(this);").Style(new { Width = "100px" })%>