diff --git a/BO/Views/croom/Documents.cshtml b/BO/Views/croom/Documents.cshtml new file mode 100644 index 0000000..923da95 --- /dev/null +++ b/BO/Views/croom/Documents.cshtml @@ -0,0 +1,236 @@ +@model NP.Model.VMCRoom +@{ + var sv4 = "," + (Model.stringval4 ?? "") + ","; +} + +
+ +@section styles{ + +} +@section scriptsHeader{ + @Html.Partial("./Partial/ScriptDate") +} +@section scripts{ + +} \ No newline at end of file diff --git a/BO/Views/croom/cmstandbylects.cshtml b/BO/Views/croom/cmstandbylects.cshtml new file mode 100644 index 0000000..d3341bc --- /dev/null +++ b/BO/Views/croom/cmstandbylects.cshtml @@ -0,0 +1,186 @@ +@model NP.Model.VMCM + + + +@section scriptsHeader{ + @Html.Partial("./Partial/semscript") +} +@section scripts{ + +} diff --git a/BO/obj/Debug/BO.csprojAssemblyReference.cache b/BO/obj/Debug/BO.csprojAssemblyReference.cache index d45bdb3..b26f4c9 100644 Binary files a/BO/obj/Debug/BO.csprojAssemblyReference.cache and b/BO/obj/Debug/BO.csprojAssemblyReference.cache differ diff --git a/Base/obj/Debug/Base.csprojAssemblyReference.cache b/Base/obj/Debug/Base.csprojAssemblyReference.cache index e978cbc..3742874 100644 Binary files a/Base/obj/Debug/Base.csprojAssemblyReference.cache and b/Base/obj/Debug/Base.csprojAssemblyReference.cache differ diff --git a/Dao/obj/Debug/Dao.csprojAssemblyReference.cache b/Dao/obj/Debug/Dao.csprojAssemblyReference.cache index 5366cc5..a98eeb7 100644 Binary files a/Dao/obj/Debug/Dao.csprojAssemblyReference.cache and b/Dao/obj/Debug/Dao.csprojAssemblyReference.cache differ diff --git a/FO/Views/Shared/Partial/MobileChk.cshtml b/FO/Views/Shared/Partial/MobileChk.cshtml new file mode 100644 index 0000000..08c5ee2 --- /dev/null +++ b/FO/Views/Shared/Partial/MobileChk.cshtml @@ -0,0 +1,101 @@ +@model NP.Model.VMUser +@{ + var _method = ViewData["bindmethod"].ToString(); +} + + \ No newline at end of file diff --git a/FO/css/style.css b/FO/css/style.css index 7cb3437..941e51a 100644 --- a/FO/css/style.css +++ b/FO/css/style.css @@ -28,13 +28,7 @@ body {} @media (min-width:1221px) { #gnb {position: fixed; z-index:100; top: 0; left: 0; right: 0; height: 100px; background: #fff;} .gngLogo {height: 100px; position: absolute; top: 0; left: 0; z-index: 1;} - .gngLogo a { - display: block; - height: 100%; - width: 200px; - text-indent: -9999px; - background: url('../../img/common/intranet_logo_b.png')no-repeat center center; - } + .gngLogo a {display: block;height: 100%;width: 200px;text-indent: -9999px;background: url('../../img/common/intranet_logo_b.png')no-repeat center center;} .gnbWrap:after {content: ''; display: table; clear: both;} .gnbRht {float: right;} .gnbRht:after {content: ''; display: table; clear: both;}