Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\NewtonTheme\SubjectView.aspx
??<%@ Page Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.SubjectView" %> <!DOCTYPE html> <html> <head> <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) { CacheEnable = 60*60, }.ToHtml() %> <%--????????????????????SS???--%> <style type="text/css"> .avatar-list ul li { margin:0px; width:auto; display:inline; } </style> </head> <body> <%= new BrowserTipInstance(this) { CacheEnable = 60*60, }.ToHtml() %> <%= new HeaderInstance(this) { CacheEnable = 60*60, HeaderItem = HeaderItem.SubjectShow, ReplaceItems = new ReplaceItems().Add("HeaderSearch", ReplaceTypeEnum.Html, new SearchSubjectMaxInstance(this) { CacheEnable = 60*60, }.ToRenderHtml()) }.ToHtml()%> <div class="content main-content" role="main"> <div class="container"> <div class="row"> <div class="span12"> <%= new NavInstance(this) { CacheEnable = 60*60, }.Add(Define.Get("Client_??????"),WebUrl.Subject()).Add(this.Subject.Name,null).ToHtml()%> </div> <!-- /span16 --> </div> <div class="row"> <div class="span9"> <div class=" "> <%= new SubjectViewInfoInstance(this) { }.ToHtml()%><%--???????????????????????????--%> <hr class="hr-dashed" /> <%= new SubjectViewVideoInstance(this) { CacheEnable = 60, }.ToHtml() %> <%if (this.Subject._ListSubjectAlbum.Count > 0) { %> <% =new SubjectViewAlbumInstance(this) { CacheEnable = 60, }.ToHtml()%> <% } %> <%if (this.Subject._ListSubjectMeeting.Count > 0) { %> <% =new SubjectViewMeetingInstance(this) { CacheEnable = 60, }.ToHtml()%> <% } %> <%if (this.Subject._ListSubjectApplication.Count > 0) { %> <% =new SubjectViewApplicationInstance(this) { CacheEnable = 60, }.ToHtml()%> <% } %> <hr class="hr-dashed" /> <div id="commentArea" class="commentArea"> <%= new CommentAddInstance(this) { TargetType = "Subject", TargetGuid = this.Subject.Guid }.ToHtml()%> <%= new CommentListInstance(this) { TargetType = "Subject", TargetGuid = this.Subject.Guid }.ToHtml()%> </div> </div> </div> <div class="span3"> <div class="hr-hor"> <%if(this.Subject._ListSubjectAttachment.Count>0) { %> <%= new SubjectViewAttachmentInstance(this) { CacheEnable = 60, }.ToHtml() %> <% } %> <%if(this.Subject._ListSTAward.Count>0) { %> <%= new SubjectViewSTAwardInstance(this) { CacheEnable = 60, }.ToHtml() %> <% } %> <%if(CreateInstance.STfinallyScoreDao.Count(l=>l.ParentSTAward.ParentSubject == this.Subject)>0) { %> <%= new SubjectViewSTfinallyScoreInstance(this) { CacheEnable = 60, }.ToHtml() %> <% } %> <%if(this.Subject._ListSTUser.Count>0) { %> <%= new SubjectViewSTUserInstance(this) { CacheEnable = 60, }.ToHtml() %> <% } %> <%= new SubjectViewSubjectUserInstance(this) {CacheEnable = 60, }.ToHtml() %> </div> </div> </div> </div> </div> <%= new FooterInstance(this) {CacheEnable = 60*60, }.ToHtml() %> <%= new PVHistoryAddInstance(this) { PKId = this.Subject.Guid, PVTarget = "Subject",PVType=1 }.ToHtml()%> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de