<%= 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 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 %>
<%= this.Subject.Description %>
<%if (this.Subject._ListSubjectAttachment.Count > 0)
{
%>
<%= new SubjectViewAttachmentInstance(this) { CacheEnable = 60, }.ToHtml() %>
<%
}
%>