Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\DefaultTheme\MeetingList.aspx
??<%@ Page Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.MeetingList" %> <!DOCTYPE html> <html> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <title><%= Define.Get("Client_??????") %> <%= this.Title %></title> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <%= Import.CSS("js", "/JQueryUI/css/redmond/jquery-ui-1.8.9.custom.css")%> <%= Import.ScriptTheme("js/jquery.1.9.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.ScriptTheme("js/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("/global.aspx")%> <%= Import.Script("js", "/global.js")%> <%= new HeadInstance(this) { }.ToHtml() %> </head> <body> <%= new BrowserTipInstance(this) { }.ToHtml() %> <%= new HeaderInstance(this) { HeaderItem = HeaderItem.MeetingShow, ReplaceItems = new ReplaceItems().Add("HeaderSearch", ReplaceTypeEnum.Html, new SearchMeetingMaxInstance(this) { }.ToRenderHtml()) }.ToHtml()%> <div class="content" role="main"> <div class="container"> <div class="row"> <div class="span16"> <%= new NavInstance(this) { }.Add(Define.Get("Client_??????"),WebUrl.Meeting()).ToHtml()%> </div> <!-- /span16 --> </div> <% if (this.ListUrlParamWhere.Has("Stale") == false || this.ListUrlParamWhere.Has("Stale", "0")) { //??????????????????? %> <!-- /row --> <div class="row"> <div class="span16"> <div class="box mbox "> <div class="head"> <div class="title "> <% if (this.MeetingLevel == null) { %> <%= new HtmlAnchor("?????????????") { Class="blue", Href=WebUrl.Meeting(this.ListUrlParamWhere) }%> <% } else { %> <%= new HtmlAnchor("???????"+this.MeetingLevel.Name) { Class="blue", Href=WebUrl.Meeting(this.ListUrlParamWhere.AddOnly("ParentMeetingLevel",this.MeetingLevel.Guid)) }%> <% } %> </div> <div class="more"> <% if (this.MeetingLevel == null) { %> <%= new HtmlAnchor("???...") { Class="blue", Href=WebUrl.Meeting(this.ListUrlParamWhere) }%> <% } else { %> <%= new HtmlAnchor("???...") { Class="blue", Href=WebUrl.Meeting(this.ListUrlParamWhere.AddOnly("ParentMeetingLevel",this.MeetingLevel.Guid)) }%> <% } %> </div> </div> <div class="videolist body clearfix"> <% if (this.MeetingLevel == null) { %> <%= new IndexMeetingByInstance(this) { ListUrlParam = this.ListUrlParamWhere, PageSize=10, OrderBy= AVA.ResourcesPlatform.Config.OrderType.??????, Stale=false }.ToHtml() %> <% } else { %> <%= new IndexMeetingByInstance(this) { ListUrlParam = this.ListUrlParamWhere, ParentMeetingLevel=this.MeetingLevel.Guid, PageSize=10, OrderBy= AVA.ResourcesPlatform.Config.OrderType.??????, Stale=false }.ToHtml() %> <% } %> </div> <div class="clearFloat"></div> </div> </div> </div> <% } if (this.ListUrlParamWhere.Has("Stale") == false || this.ListUrlParamWhere.Has("Stale", "1")) { //??????????????? %> <!-- /row --> <div class="row"> <div class="span16"> <div class="box mbox "> <div class="head"> <div class="title "> <% if (this.MeetingLevel == null) { %> <%= new HtmlAnchor("?????????") { Class="blue", Href=WebUrl.Meeting(this.ListUrlParamWhere.Add("Stale","1")) }%> <% } else { %> <%= new HtmlAnchor(this.MeetingLevel.Name+"???") { Class="blue", Href=WebUrl.Meeting(this.ListUrlParamWhere.Add("Stale","1").AddOnly("ParentMeetingLevel",this.MeetingLevel.Guid)) }%> <% } %> </div> <div class="more"> <% if (this.MeetingLevel == null) { %> <%= new HtmlAnchor("???...") { Class="blue", Href=WebUrl.Meeting(this.ListUrlParamWhere.Add("Stale","1")) }%> <% } else { %> <%= new HtmlAnchor("???...") { Class="blue", Href=WebUrl.Meeting(this.ListUrlParamWhere.Add("Stale","1").AddOnly("ParentMeetingLevel",this.MeetingLevel.Guid)) }%> <% } %> </div> </div> <div class="videolist body clearfix"> <% if (this.MeetingLevel == null) { %> <%= new IndexMeetingByInstance(this) { ListUrlParam = this.ListUrlParamWhere.Add("Stale","1"), PageSize=10, OrderBy= AVA.ResourcesPlatform.Config.OrderType.??????, Stale=true }.ToHtml() %> <% } else { %> <%= new IndexMeetingByInstance(this) { ListUrlParam = this.ListUrlParamWhere, ParentMeetingLevel = this.MeetingLevel.Guid, PageSize=10, OrderBy= AVA.ResourcesPlatform.Config.OrderType.??????, Stale=true }.ToHtml() %> <% } %> </div> <div class="clearFloat"></div> </div> </div> </div> <% } %> </div> </div> <%= new FooterInstance(null) { }.ToHtml() %> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de