Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.WebUI\Themes\Bsk\Control\My\MySubjectST.ascx
??<%@ Control Language="C#" AutoEventWireup="true" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MySubjectST" %> <div class="well"> <div class="p_title"> <span class="title">???????????</span>???<%= this.Query.RecordCount %>???????? </div> <div class="dataControl box"> <form id="frmSubjectSTSearch" method="post" action="<%= WebUrl.Proxy() %>"> ????? <%= new HtmlText("Name", this.Name) { Width = 120 }%> ????? <%= new HtmlText("CutoffTime", this.CutoffTime.ToShortDate()) { Width = 80 }%> ?? <%= new HtmlText("EndTime", this.EndTime.ToShortDate()) { Width = 80 }%> <%= new HtmlHidden("Key","MySubjectST") %> <%= new HtmlSubmit("???") %> <%= new HtmlReset("???") { Class="btn"}%> </form> <script type="text/javascript"> $(function () { $("#frmSubjectSTSearch [name=CutoffTime]").datepicker({ maxDate: new Date($("#frmSubjectSTSearch [name=EndTime]").val()), onClose: function () { $("#frmSubjectSTSearch [name=EndTime]").datepicker("option", "minDate", new Date(this.value)); } }); $("#frmSubjectSTSearch [name=EndTime]").datepicker({ minDate: new Date($("#frmSubjectSTSearch [name=CutoffTime]").val()), onClose: function () { $("#frmSubjectSTSearch [name=CutoffTime]").datepicker("option", "maxDate", new Date(this.value)); } }); }); </script> </div> <div id="MySubjectSTData" class="data"> <table cellspacing="0" cellpadding="0" width="100%"> <tbody> <tr id="dataHead" class="dataHead"> <td valign="middle">?????? </td> <td valign="middle">???</td> <td valign="middle" class="disabled">???? </td> <td valign="middle" class="disabled">????????? </td> <td valign="middle" class="disabled">????????? </td> </tr> <!--??? ????? ????? ?? ??????? ????? ????????? ????????? class="firstLine lastLine"--> <% for (int i = 0; i <= this.ListSTUser.Count - 1; i++) { var subject = this.ListSTUser[i].ParentSubject; %> <tr class='<%= i == 0 ? "firstLine" : "" %> <%= i == this.ListSTUser.Count - 1 ? "lastLine" : "" %>'> <td class="v"> <ul> <li> <%= new HtmlAnchor( new HtmlImg(SettingGroup.SubjectCover(subject), subject.Name) { Width=100, Height=62, OnErrorImg=SettingGroup.DefaultImg} ) { Href = WebUrl.SubjectView(subject.Guid), Target = "_blank", Title = subject.Name }%> </li> </ul> </td> <td> <%= new HtmlAnchor(subject.Name) { Href = WebUrl.SubjectView(subject.Guid), Target = "_blank" }%> <% int videoCount; int scoreVideoCount; int scoreVideoPartCount; CreateInstance.STUserDao.UserScore(this.ListSTUser[i], out videoCount, out scoreVideoCount, out scoreVideoPartCount); %> <br /> ????????<%= videoCount %> <br /> ??????<%= scoreVideoCount %> <% if (scoreVideoPartCount > 0) { %> <br /> ???????????<%= scoreVideoPartCount %> <% } %> </td> <td> <p> <% var classExamine = ""; if (subject.Examine == (int)AVA.ResourcesPlatform.Model.Pub.SubjectExamineEnum.??????) { classExamine = "pass"; } else if (subject.Examine == (int)AVA.ResourcesPlatform.Model.Pub.SubjectExamineEnum.????????) { } else { classExamine = ""; } %> <span class="<%=classExamine %>"> <nobr> <%= ((AVA.ResourcesPlatform.Model.Pub.SubjectExamineEnum)subject.Examine).Define() %> </nobr> </span> <% var classStatus = ""; if (subject.Status == (int)AVA.ResourcesPlatform.Model.Pub.SubjectStatusEnum.???) { classStatus = "pass"; } else { classStatus = ""; } %> <br /> <span class="<%=classStatus %> short_input"> <%= ((AVA.ResourcesPlatform.Model.Pub.SubjectStatusEnum)subject.Status).Define() %> </span> </p> </td> <td> <%= subject.BeginTime.ToShortDate()%> <br /> ?? <br /> <%= subject.EndTime.ToShortDate()%> </td> <td> <%= subject.CutoffTime.ToShortDate()%> </td> </tr> <% } %> </tbody> </table> </div> <%= new PagerAjaxInstance(this) { RecordCount = this.Query.RecordCount, PageRecordSize = this.Query.PageSize, PageIndex = this.Query.PageIndex, PageJsFn = WebUrl.MySubjectST(int.MaxValue, this.Name, this.CutoffTime.ToString(null), this.EndTime.ToString(null)) }.ToHtml()%> </div>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de