Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.WebUI\Themes\ShiXun\ShiXunWorkView.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ShiXunWorkView.aspx.cs" Inherits="AVA.ResourcesPlatform.WebUI.ShiXunWorkView" %> <!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() %> <% if (!string.IsNullOrEmpty(CreateInstance.DomainInfoDao.THIS().MinLogo)) { %> <%--<style type="text/css"> #header .header-top { background: url('<%= SettingGroup.DomainInfoMinLogo(CreateInstance.DomainInfoDao.THIS()) %>') repeat-x scroll left top transparent; } </style>--%> <% } %> <div class="affix flash_messages-wrapper" data-spy="affix" data-offset-top="0"> <div class="flash_messages alert alert-box" style="display: none;"> <button type="button" class="close" data-dismiss="alert">×</button> <h4><i class="icon-info-sign"></i></h4> <p>message-here</p> </div> </div> <div class="content main-content" role="main"> <div class="container"> <div class="row"> <div class="span9"> <div class=" "> <div class="flat"> <div class="head dashed"> <div class="title" title="<%= this.Subject.Name %>" class=""> <%= new HtmlAnchor(this.Subject.Name) { Href="#", TextLength=27, Suffix="..."}%> <%if (this.Subject.ParentSubject != null) { %> <br /> ???????????<%= new HtmlSpan(this.Subject.ParentSubject.Name){ Title=this.Subject.ParentSubject.Name, TextLength=20, Suffix="..." } %>?? <%} %> <%-- <span class="pub"> <%= ((AVA.ResourcesPlatform.Model.Pub.SubjectStatusEnum)this.Subject.Status).Define() %></span> --%> </div> </div> <div class="videolist-heng body"> <div class="video-photo"> <%= new HtmlAnchor( new HtmlImg(SettingGroup.SubjectCover(this.Subject), this.Subject.Name) { OnErrorImg=SettingGroup.DefaultImg} ) { Title = this.Subject.Name, Target = "_blank", Href = WebUrl.SubjectView(this.Subject.Guid) }%> </div> <div class="video-infos"> <!--.baseinfo--> <ul class="baseinfo"> <li class="statinfo"> <div class="state"> <dl class="view_times"> <dt>???????????</dt> <dt class="num"> <%= this.Subject.CutoffTime.ToShortDate() %></dt> </dl> </div> </li> </ul> <!--.baseinfo--> <!--.baseinfo--> </div> <div class="description"> <div class="short " id="show_info_short"> <span class="statdesc_title">????????</span><br /> <%= this.Subject.Description %> </div> </div> </div> </div> <hr class="hr-dashed" /> </div> </div> <div class="span3"> <div class="hr-hor"> <%if (this.Subject._ListSubjectAttachment.Count > 0) { %> <%= new SubjectViewAttachmentInstance(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