@model NP.Model.VMMy
@{
NP.Model.Lect shapeDatapic = Model.Lects.FirstOrDefault();
if(shapeDatapic == null)
{
shapeDatapic = new NP.Model.Lect();
}
}
@*
※ 관련 법령에 의해 일일 최대 학습시간은 학습중인 모든 과정에 대하여 10시간(10차시)이오니 일정변경에 참고하시기 바랍니다.
*@
※ 온라인교육은 관련 법령에 의해 일일 최대 학습시간이 학습중인 모든 과정에 대하여 10시간(10차시)이오니 일정변경에 참고하시기 바랍니다.
| 강좌명 |
교육일정변경 |
@foreach (var d in Model.Lects.Where(w=>w.rno == 1))
{
@d.cshapename
@if (d.studyplace == null)
{
@d.studyplacename 교육장
}
else if (d.studyplace != null)
{
@d.studyplacename 교육장
}
@d.cname (@(d.classno))
-
@d.lectStatus
-
@*교육기간 : @(string.Format("{0} ~ {1}", d.cshape == 1 ? d.sdate.Value.ToString("yy-MM-dd") : d.cdt.ToString("yy-MM-dd") , d.edate.Value.ToString("yy-MM-dd")))*@
교육기간 : @(string.Format("{0} ~ {1}", d.sdate.Value.ToString("yyyy년 MM월 dd일"), d.edate.Value.ToString("yyyy년 MM월 dd일")))
@if (d.cshape != 1)
{
- 교육종료일 : @(string.Format("{0}", d.estart.ToString("yyyy년 MM월 dd일")))
}
- @d.studytime 시간과정
@Html.Raw(d.isrebate == 1 ? "환급과정" : "비환급과정")
|
- 변경
|
}
@if (Model.Lects.Count() < 1)
{
- 일정을 변경할 교육이 없습니다.
}
@section scriptsHeader{
}
@section scripts{
}