<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ShiXunWorkView.aspx.cs" Inherits="AVA.ResourcesPlatform.WebUI.ShiXunWorkView" %> <%= Define.Get("Client_实训作业") %> - <%= this.Title %> <%= 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() %> <%--这里是为了防止评审人员分页CSS冲突--%> <%= new BrowserTipInstance(this) { CacheEnable = 60*60, }.ToHtml() %> <% if (!string.IsNullOrEmpty(CreateInstance.DomainInfoDao.THIS().MinLogo)) { %> <%----%> <% } %>
<%= new HtmlAnchor(this.Subject.Name) { Href="#", TextLength=27, Suffix="..."}%> <%if (this.Subject.ParentSubject != null) { %>
(父优课评比:<%= new HtmlSpan(this.Subject.ParentSubject.Name){ Title=this.Subject.ParentSubject.Name, TextLength=20, Suffix="..." } %>) <%} %> <%-- <%= ((AVA.ResourcesPlatform.Model.Pub.SubjectStatusEnum)this.Subject.Status).Define() %> --%>
<%= 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) }%>
  • 截至提交日期:
    <%= this.Subject.CutoffTime.ToShortDate() %>
作业简介:
<%= this.Subject.Description %>

<%if (this.Subject._ListSubjectAttachment.Count > 0) { %> <%= new SubjectViewAttachmentInstance(this) { CacheEnable = 60, }.ToHtml() %> <% } %>
<%= new FooterInstance(this) {CacheEnable = 60*60, }.ToHtml() %> <%= new PVHistoryAddInstance(this) { PKId = this.Subject.Guid, PVTarget = "Subject",PVType=1 }.ToHtml()%>