%@ Page Language="C#" AutoEventWireup="true" CodeBehind="VideoUpload.aspx.cs" Inherits="AVA.ResourcesPlatform.WebUI.My.VideoUpload" EnableSessionState ="True"%>
<%= new NavInstance(this) { }.Add(Define.Get("Client_个人空间"),WebUrl.My()).Add("视频上传",WebUrl.MyVideoUpload()).ToHtml()%>
<%= new MyMenuInstance(this) { MyMenuItem = MyMenuItem.VideoEnable }.ToHtml() %>
<%= new MyVideoUploadInstance(this) { }.ToHtml()%>
<%= new FooterInstance(this) { }.ToHtml() %>
<%----%>