@model NP.Model.VMCM
@Html.Partial("./Partial/SearchCaption")
@Html.Partial("./Partial/Select", Model.stringval, new ViewDataDictionary { { "special", "fromtodesc" }, { "textadd", "년" }, { "start", 2000 }, { "end", DateTime.Now.Year + 1 }, { "name", "stringval" }, { "selected", Model.stringval }, { "df", ":년도선택" } })
@Html.Partial("./Partial/pagerow", new ViewDataDictionary { { "tbodyid", "tbody1" }, { "searchmethod", "submit()" }, { "pagesize", Model.pagerowcount } }) 등록
@foreach (var item in Model.Terms) { }
No 년도/기수 수강신청기간 학습기간 성적처리기간
@item.rnorvt @string.Format("{0} ~ {1}", item.rstime == null ? "" : item.rstime.Value.ToShortDateString(), item.retime == null ? "" : item.retime.Value.ToShortDateString()) @string.Format("{0} ~ {1}", item.sstime == null ? "" : item.sstime.Value.ToShortDateString(), item.setime == null ? "" : item.setime.Value.ToShortDateString()) @string.Format("{0} ~ {1}", item.gstime == null ? "" : item.gstime.Value.ToShortDateString(), item.getime == null ? "" : item.getime.Value.ToShortDateString())
@Html.Pager((int)Model.pagenum, 10, Model.pagerowcount, Model.pagetotalcount)
@Html.Partial("./Partial/dform", Model, new ViewDataDictionary { { "preform", 1 } })
@section styles{ } @section scripts{ }