@model NP.Model.VMLect
기수 | 유형 | 강좌명 | 분반@string.Format("{0} | {1} | {2} | {3}반", Model.CM.tmname, Model.CM.cmno + "." + Model.CM.cshapename, Model.CM.cname, Model.CM.classno)
신청기간(교육기간) @if (Model.CM.retimeymd != "2099-12-31") { @string.Format("{0} ~ {1} ({2})", Model.CM.rstime == null ? "" : Model.CM.rstime.Value.ToShortDateString(), Model.CM.retime == null ? "" : Model.CM.retime.Value.ToShortDateString(), Model.CM.cshape == 1 ? Model.CM.sstime == null ? "" : Model.CM.sstime.Value.ToShortDateString() : string.Format("{0}부터 {1}일간", Model.CM.sstime == null ? "" : Model.CM.sstime.Value.ToShortDateString(), Model.CM.ssseterm)) } else { 상시 / (@(Model.CM.studydays)일) }
@*Html.Partial("grade" + (Model.tabidx==2 || Model.tabidx == 3 ? 2 : Model.tabidx), Model)*@ @{ string callpage = "grade" + (Model.tabidx == 2 || Model.tabidx == 3 ? 2 : Model.tabidx); //List usernos = new List() { 27460, 31049, 110, 163 }; //if(usernos.Contains(ViewBag.userno) && Model.tabidx == 0) //{ // callpage += "_1"; // } } @Html.Partial(callpage, Model)
@Html.Partial("./Partial/DForm", Model, new ViewDataDictionary { { "preform", 1 } })
@section styles{ } @section scriptsHeader{ @Html.Partial("./Partial/semscript") @Html.Partial("./Partial/FileScript") @Html.Partial("./Partial/ScriptDate") @Html.Partial("./Partial/ScdScript") } @section scripts{ }