@model NP.Model.VMCM
기본설정
@if (Model.CM.ismaster == 1) {
} else {
}

양식다운로드 일괄등록
@Html.Partial("./Partial/Radio", null, new ViewDataDictionary() { { "valuetext", "1:순차학습(이전회차를 반드시 학습완료해야 다음회차 학습가능);0:임의학습" }, { "checked", Model.CM.isseq }, { "name", "CM.isseq" } }) 설정저장
등록
회차목록
@foreach (var item in Model.CMInnings) { }
회차 학습방식 강의주제 강사 최근수정일
@item.iseq @(item.istaste == 1 ? "(S)" : "") @item.isonlinename @item.username @item.udtymd
@Html.Partial("./Partial/DForm", Model, new ViewDataDictionary { { "preform", 1 } })

회차등록수정닫기

학습방식 @if (Model.CM.cshape == 0) { } @if (Model.CM.cshape == 1) { } @if (Model.CM.cshape == 2) { } @*@Html.Partial("./Partial/Radio", null, new ViewDataDictionary() { { "valuetext", "1:온라인;0:오프라인" }, { "checked", 1 }, { "name", "isonline" } })*@
강의주제 @Html.TextBox("ititle", "", new { @class = "form-control", @style = "", @maxlength = "100" })
강의장소 @Html.TextBox("icontent", "", new { @class = "form-control", @style = "", @maxlength = "250" })
학습시점/시간 @Html.Partial("./Partial/Date", (DateTime?)null, new ViewDataDictionary { { "name", "idate" } }) @Html.Partial("./Partial/Select", "", new ViewDataDictionary { { "special", "fromto" }, { "name", "iday" }, { "start", 1 }, { "end", 31 }, { "textadd", "일차" }, { "df", ":-일차" }, { "class", "disp-init" }, { "style", "width: 100px;" } })    @Html.Partial("./Partial/Select", "", new ViewDataDictionary { { "special", "fromto" }, { "name", "isth" }, { "start", 0 }, { "end", 23 }, { "textadd", "시" }, { "df", ":-시" }, { "class", "disp-init" }, { "style", "width: 80px;" } }) @Html.Partial("./Partial/Select", "", new ViewDataDictionary { { "special", "fromto" }, { "name", "istm" }, { "start", 0 }, { "end", 59 }, { "textadd", "분" }, { "df", ":-분" }, { "class", "disp-init" }, { "style", "width: 80px;" } }) ~ @Html.Partial("./Partial/Select", "", new ViewDataDictionary { { "special", "fromto" }, { "name", "ieth" }, { "start", 0 }, { "end", 23 }, { "textadd", "시" }, { "df", ":-시" }, { "class", "disp-init" }, { "style", "width: 80px;" } }) @Html.Partial("./Partial/Select", "", new ViewDataDictionary { { "special", "fromto" }, { "name", "ietm" }, { "start", 0 }, { "end", 59 }, { "textadd", "분" }, { "df", ":-분" }, { "class", "disp-init" }, { "style", "width: 80px;" } })
교안
콘텐츠
    @*
  • X
  • *@
 
맛보기 @Html.Partial("./Partial/Radio", null, new ViewDataDictionary() { { "valuetext", "1:예;0:아니오" }, { "checked", 0 }, { "name", "istaste" } })
학습시간 @Html.TextBox("sttime", 0, new { @class = "form-control disp-init int nocomma text-center", @style = "width: 80px;", @maxlength = "3" })분
출석인정시간 @Html.TextBox("atime", 0, new { @class = "form-control disp-init int nocomma text-center", @style = "width: 80px;", @maxlength = "3" })분
중간출석팝업 @Html.TextBox("mstime", 0, new { @class = "form-control disp-init int nocomma text-center", @style = "width: 80px;", @maxlength = "3" })분 ~ @Html.TextBox("metime", 0, new { @class = "form-control disp-init int nocomma text-center", @style = "width: 80px;", @maxlength = "3" })분
강사 @Html.Partial("./Partial/Select", Model.CMPRs, new ViewDataDictionary { { "special", "reg" }, { "name", "userno" }, { "selected", "" }, { "df", ":-강사선택" }, { "class", "disp-init" } })
회차(순서) @Html.TextBox("iseq", "", new { @class = "form-control disp-init int nocomma text-center", @style = "width: 80px;", @maxlength = "3" })
저장 삭제


@Html.Partial("./Partial/ContentBox", "bindContent;콘텐츠 선택;1;" + (Model.CM.pcmno ?? Model.CM.cmno) + ";thisbox", new ViewDataDictionary { { "cms", Model.CMs } }) @section styles{ } @section scriptsHeader{ @Html.Partial("./Partial/ScriptDate") } @section scripts{ }