diff --git a/FO/FO.csproj b/FO/FO.csproj index 87d4bd7..e7979f4 100644 --- a/FO/FO.csproj +++ b/FO/FO.csproj @@ -673,7 +673,6 @@ - diff --git a/FO/Views/CDMS/Contents2.cshtml b/FO/Views/CDMS/Contents2.cshtml deleted file mode 100644 index ee5228d..0000000 --- a/FO/Views/CDMS/Contents2.cshtml +++ /dev/null @@ -1,585 +0,0 @@ -@model NP.Model.VMCRoom -@{ - var hasurlmp4 = Model.CMInning.ctype == 3 && Model.Pages.Where(w => w.srcm.ToUpper().EndsWith(".MP4")).Count() > 0; -} -
-
-

콘텐츠 플레이어

- 닫기 -
-
-

@(Model.CMInning.iseq)회. @Model.CMInning.ititle

- @if (Model.Pages.Count() > 1 && Model.CMInning.ismenu == 1) - { -
메뉴
- } - 학습종료 -
-
-
-
페이지 목차
- 닫기 - @if (Model.Pages.Count() > 1 && Model.CMInning.ismenu == 1) - { - - } -
-
-
- @if (Model.CMInning.ctype == 0) - { - - } - else if (Model.CMInning.ctype == 1 || Model.CMInning.ctype == 3) - { - //if (hasurlmp4) - //{ - - //} - - } - else if (Model.CMInning.ctype == 2) - { -
- @Html.Raw(Model.ismobile == 1 ? (string.IsNullOrEmpty(Model.Page.srcm) ? Model.Page.srcp : Model.Page.srcm) : Model.Page.srcp) -
- } -
-
- @if (Model.Pages.Count() > 1 && Model.CMInning.ismenu == 1) - { - - } -
- @*
-

COPYRIGHT korea fair competition federation. ALL RIGHTS RESERVED.

-
*@ -
- - \ No newline at end of file