@model NP.Model.VMCM
| 학습방식 | @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;" } }) |
| 교안 | |
| 콘텐츠 |
|
| 학습시간 | @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" }) |