<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MyLiveInport.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyLiveInport" %> <%= new MyApplicationNavTopInstance(this) { Local= MyApplicationNavTopItem.课表导入 }.ToHtml()%>
课表导入
*课表文件: <%= new HtmlHidden("FileName", null) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlYKTip("FileName")%> <%= new SingleUploadInstance(this) { UploadTag = "FileName", Accept = ".xlsx", UploadControlName="上传课表"}.ToHtml()%> <%--<%= new SingleUploadInstance(this) { UploadTag = "FileName", InitParams = "FileFilter=课表导入Excel模版文件(*.xls)|*.xls,DefaultColor=#F5F5F5F5,SelectFiles=选择上传课表导入模版文件,Upload=确认上传课表" }.ToHtml()%>--%>

下载课表导入模版 <%= new HtmlAnchor("课表导入模版.xlsx") { Href = "../../Resource/ExcelTemplate/课表导入模版.xlsx", Class = "down" }.Style(new { Color="#10931f"})%>
模版填写说明请下载 <%= new HtmlAnchor("课表导入使用说明.doc") { Href = "../../Resource/ExcelTemplate/课表导入使用说明.doc", Class="down" }.Style(new { Color="#10931f"})%>
请根据课表模版填写申请信息,相对应填写的内容为申请时填写或选择的内容。
直播封面:
<%= new HtmlHidden("Cover", null) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlImg(SettingGroup.DefaultImg, "") { ID = "imgCover",Width=140, Height=88 } %>
<%= new HtmlYKTip("Cover")%>
支持.jpg、gif、png格式的图片
<%= new HtmlHidden("Key", SetKey(this.ViewData["_Application.Guid"], this.ViewData["_Application.Version"]))%> <%= new HtmlHidden("ParentUser", this.User.Guid)%> <%= new HtmlSubmit("导入申请", "ApplicationEdit", "LiveInportClient(this);").Style(new { Width = "100px" })%>