@model NP.Model.VMCRoom @{ } @if (Model.CMPRs.Count() > 0) {
교수정보
@foreach (var p in Model.CMPRs) { }
@p.username 교수님

@Html.Raw(p.introhtml ?? "")

 
} @if (!string.IsNullOrEmpty(Model.CM.introhtml)) {
교육소개
@Html.Raw(Model.CM.introhtml ?? "")
} @if (!string.IsNullOrEmpty(Model.CM.targethtml)) {
교육대상
@Html.Raw(Model.CM.targethtml ?? "")
} @if (!string.IsNullOrEmpty(Model.CM.goalhtml)) {
교육목표
@Html.Raw(Model.CM.goalhtml ?? "")
} @if (!string.IsNullOrEmpty(Model.CM.contenthtml)) {
교육내용
@Html.Raw(Model.CM.contenthtml ?? "")
} @if (!string.IsNullOrEmpty(Model.CM.studyplacename)) {
교육장소
}

※ 수료기준은 각 항목의 백분율 기준으로 표기합니다.

@section scriptsHeader{ } @section scripts{ }