--- html/campas/common/class/class.html
+++ html/campas/common/class/class.html
... | ... | @@ -1,7 +1,8 @@ |
| 1 | 1 |
<!DOCTYPE html> |
| 2 | 2 |
<html lang="ko"> |
| 3 | 3 |
<head> |
| 4 |
- <title>온세종학교</title> |
|
| 4 |
+ <title>캠퍼스공동교육과정</title> |
|
| 5 |
+ |
|
| 5 | 6 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
| 6 | 7 |
<meta name="Author" content="" /> |
| 7 | 8 |
<meta name="Keywords" content="" /> |
... | ... | @@ -9,30 +10,36 @@ |
| 9 | 10 |
<meta name="format-detection" content="telephone=no" /> |
| 10 | 11 |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 11 | 12 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" /> |
| 12 |
- <link href="/resources/front/site/SITE_00000/css/style.css" rel="stylesheet" /> |
|
| 13 |
+ |
|
| 14 |
+ <link href="/resources/front/site/SITE_00000/css/style2.css" rel="stylesheet" /> |
|
| 15 |
+ |
|
| 13 | 16 |
<!-- 공통 plugin --> |
| 14 | 17 |
<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-3.6.0.min.js"></script> |
| 15 | 18 |
<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-ui.min.js"></script> |
| 16 | 19 |
<!-- //공통 plugin --> |
| 20 |
+ |
|
| 17 | 21 |
<!-- 페이지 plugin--> |
| 18 | 22 |
<script src="/resources/front/site/SITE_00000/js/common/vendor/swiper/swiper-bundle.js"></script> |
| 19 | 23 |
<script src="/resources/front/site/SITE_00000/js/common/vendor/etc/jQuery.tagify.min.js"></script> |
| 20 | 24 |
<!-- chart --> |
| 21 | 25 |
<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chart4.3.0.js"></script> |
| 22 | 26 |
<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chartjs-plugin-datalabels@2.0.js"></script> |
| 27 |
+ <script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chartjs-plugin-annotation.js"></script> |
|
| 23 | 28 |
<!-- //chart --> |
| 24 | 29 |
<!-- //페이지 plugin--> |
| 30 |
+ |
|
| 25 | 31 |
<!-- 공통 퍼블 layout: 개발시 삭제--> |
| 26 | 32 |
<script src="/resources/front/site/SITE_00000/js/_layout.js"></script> |
| 27 | 33 |
<!--//퍼블 layout--> |
| 34 |
+ |
|
| 28 | 35 |
<!-- 공통 메뉴 js--> |
| 29 | 36 |
<!-- //공통 메뉴 js --> |
| 37 |
+ |
|
| 30 | 38 |
<!--공통 퍼블 js--> |
| 31 | 39 |
<script src="/resources/front/site/SITE_00000/js/common.js"></script> |
| 32 |
- <script src="/resources/front/site/SITE_00000/js/common-custom.js"></script> |
|
| 40 |
+ <script src="/resources/front/site/SITE_00000/js/common-custom2.js"></script> |
|
| 33 | 41 |
<!--//공통 퍼블 js--> |
| 34 | 42 |
</head> |
| 35 |
- |
|
| 36 | 43 |
<body> |
| 37 | 44 |
<div class="accessibility"> |
| 38 | 45 |
<a href="#skipToContents" title="콘텐츠를 바로 볼 수 있도록 건너뛰기합니다.">콘텐츠 바로가기</a> |
... | ... | @@ -257,23 +264,26 @@ |
| 257 | 264 |
</select> |
| 258 | 265 |
<fieldset class="checkradio-custom-row-area item-type-checkradio-area"> |
| 259 | 266 |
<legend>리스트형 선택</legend> |
| 260 |
- <div class="checkradio item-type-checkradio"> |
|
| 267 |
+ <!-- <div class="checkradio item-type-checkradio"> |
|
| 261 | 268 |
<input type="radio" title="피드형 선택" name="itemtype" checked id="item-type-feed" /> |
| 262 | 269 |
<label for="item-type-feed"> |
| 263 | 270 |
<i class="ico-thumblist"></i> |
| 264 |
- <span class="txt-hide">썸네일형</span> |
|
| 265 |
- </label> |
|
| 266 |
- </div> |
|
| 267 |
- <!-- <div class="checkradio item-type-checkradio"> |
|
| 268 |
- <input type="radio" title="썸네일형 선택" name="itemtype" id="item-type-thumb" /> |
|
| 269 |
- <label for="item-type-thumb"> |
|
| 270 |
- <i class="ico-thumbnail"></i> |
|
| 271 | 271 |
<span class="txt-hide">피드형</span> |
| 272 | 272 |
</label> |
| 273 | 273 |
</div> --> |
| 274 | 274 |
<div class="checkradio item-type-checkradio"> |
| 275 |
+ <input type="radio" title="썸네일형 선택" name="itemtype" checked id="item-type-thumb" /> |
|
| 276 |
+ <label for="item-type-thumb"> |
|
| 277 |
+ <i class="ico-thumbnail"></i> |
|
| 278 |
+ <span class="txt-hide">썸네일형</span> |
|
| 279 |
+ </label> |
|
| 280 |
+ </div> |
|
| 281 |
+ <div class="checkradio item-type-checkradio"> |
|
| 275 | 282 |
<input type="radio" title="테이블형 선택" name="itemtype" id="item-type-table"> |
| 276 |
- <label for="item-type-table"><i class="ico-list"></i><span class="txt-hide">테이블형</span></label> |
|
| 283 |
+ <label for="item-type-table"> |
|
| 284 |
+ <i class="ico-list"></i> |
|
| 285 |
+ <span class="txt-hide">테이블형</span> |
|
| 286 |
+ </label> |
|
| 277 | 287 |
</div> |
| 278 | 288 |
</fieldset> |
| 279 | 289 |
</div> |
--- html/campas/common/curriculum/curriculumInfo.html
+++ html/campas/common/curriculum/curriculumInfo.html
... | ... | @@ -1,7 +1,8 @@ |
| 1 | 1 |
<!DOCTYPE html> |
| 2 | 2 |
<html lang="ko"> |
| 3 | 3 |
<head> |
| 4 |
- <title>온세종학교</title> |
|
| 4 |
+ <title>캠퍼스공동교육과정</title> |
|
| 5 |
+ |
|
| 5 | 6 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
| 6 | 7 |
<meta name="Author" content="" /> |
| 7 | 8 |
<meta name="Keywords" content="" /> |
... | ... | @@ -9,27 +10,34 @@ |
| 9 | 10 |
<meta name="format-detection" content="telephone=no" /> |
| 10 | 11 |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 11 | 12 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" /> |
| 12 |
- <link href="/resources/front/site/SITE_00000/css/style.css" rel="stylesheet" /> |
|
| 13 |
+ |
|
| 14 |
+ <link href="/resources/front/site/SITE_00000/css/style2.css" rel="stylesheet" /> |
|
| 15 |
+ |
|
| 13 | 16 |
<!-- 공통 plugin --> |
| 14 | 17 |
<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-3.6.0.min.js"></script> |
| 15 | 18 |
<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-ui.min.js"></script> |
| 16 | 19 |
<!-- //공통 plugin --> |
| 20 |
+ |
|
| 17 | 21 |
<!-- 페이지 plugin--> |
| 18 | 22 |
<script src="/resources/front/site/SITE_00000/js/common/vendor/swiper/swiper-bundle.js"></script> |
| 19 | 23 |
<script src="/resources/front/site/SITE_00000/js/common/vendor/etc/jQuery.tagify.min.js"></script> |
| 20 | 24 |
<!-- chart --> |
| 21 | 25 |
<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chart4.3.0.js"></script> |
| 22 | 26 |
<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chartjs-plugin-datalabels@2.0.js"></script> |
| 27 |
+ <script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chartjs-plugin-annotation.js"></script> |
|
| 23 | 28 |
<!-- //chart --> |
| 24 | 29 |
<!-- //페이지 plugin--> |
| 30 |
+ |
|
| 25 | 31 |
<!-- 공통 퍼블 layout: 개발시 삭제--> |
| 26 | 32 |
<script src="/resources/front/site/SITE_00000/js/_layout.js"></script> |
| 27 | 33 |
<!--//퍼블 layout--> |
| 34 |
+ |
|
| 28 | 35 |
<!-- 공통 메뉴 js--> |
| 29 | 36 |
<!-- //공통 메뉴 js --> |
| 37 |
+ |
|
| 30 | 38 |
<!--공통 퍼블 js--> |
| 31 | 39 |
<script src="/resources/front/site/SITE_00000/js/common.js"></script> |
| 32 |
- <script src="/resources/front/site/SITE_00000/js/common-custom.js"></script> |
|
| 40 |
+ <script src="/resources/front/site/SITE_00000/js/common-custom2.js"></script> |
|
| 33 | 41 |
<!--//공통 퍼블 js--> |
| 34 | 42 |
</head> |
| 35 | 43 |
|
--- html/campas/common/instructorpool/instructorpool.html
+++ html/campas/common/instructorpool/instructorpool.html
... | ... | @@ -1,7 +1,8 @@ |
| 1 | 1 |
<!DOCTYPE html> |
| 2 | 2 |
<html lang="ko"> |
| 3 | 3 |
<head> |
| 4 |
- <title>온세종학교</title> |
|
| 4 |
+ <title>캠퍼스공동교육과정</title> |
|
| 5 |
+ |
|
| 5 | 6 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
| 6 | 7 |
<meta name="Author" content="" /> |
| 7 | 8 |
<meta name="Keywords" content="" /> |
... | ... | @@ -9,27 +10,34 @@ |
| 9 | 10 |
<meta name="format-detection" content="telephone=no" /> |
| 10 | 11 |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 11 | 12 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" /> |
| 12 |
- <link href="/resources/front/site/SITE_00000/css/style.css" rel="stylesheet" /> |
|
| 13 |
+ |
|
| 14 |
+ <link href="/resources/front/site/SITE_00000/css/style2.css" rel="stylesheet" /> |
|
| 15 |
+ |
|
| 13 | 16 |
<!-- 공통 plugin --> |
| 14 | 17 |
<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-3.6.0.min.js"></script> |
| 15 | 18 |
<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-ui.min.js"></script> |
| 16 | 19 |
<!-- //공통 plugin --> |
| 20 |
+ |
|
| 17 | 21 |
<!-- 페이지 plugin--> |
| 18 | 22 |
<script src="/resources/front/site/SITE_00000/js/common/vendor/swiper/swiper-bundle.js"></script> |
| 19 | 23 |
<script src="/resources/front/site/SITE_00000/js/common/vendor/etc/jQuery.tagify.min.js"></script> |
| 20 | 24 |
<!-- chart --> |
| 21 | 25 |
<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chart4.3.0.js"></script> |
| 22 | 26 |
<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chartjs-plugin-datalabels@2.0.js"></script> |
| 27 |
+ <script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chartjs-plugin-annotation.js"></script> |
|
| 23 | 28 |
<!-- //chart --> |
| 24 | 29 |
<!-- //페이지 plugin--> |
| 30 |
+ |
|
| 25 | 31 |
<!-- 공통 퍼블 layout: 개발시 삭제--> |
| 26 | 32 |
<script src="/resources/front/site/SITE_00000/js/_layout.js"></script> |
| 27 | 33 |
<!--//퍼블 layout--> |
| 34 |
+ |
|
| 28 | 35 |
<!-- 공통 메뉴 js--> |
| 29 | 36 |
<!-- //공통 메뉴 js --> |
| 37 |
+ |
|
| 30 | 38 |
<!--공통 퍼블 js--> |
| 31 | 39 |
<script src="/resources/front/site/SITE_00000/js/common.js"></script> |
| 32 |
- <script src="/resources/front/site/SITE_00000/js/common-custom.js"></script> |
|
| 40 |
+ <script src="/resources/front/site/SITE_00000/js/common-custom2.js"></script> |
|
| 33 | 41 |
<!--//공통 퍼블 js--> |
| 34 | 42 |
</head> |
| 35 | 43 |
<body> |
--- html/campas/common/instructorpool/instructorpoolView.html
+++ html/campas/common/instructorpool/instructorpoolView.html
... | ... | @@ -1,7 +1,8 @@ |
| 1 | 1 |
<!DOCTYPE html> |
| 2 | 2 |
<html lang="ko"> |
| 3 | 3 |
<head> |
| 4 |
- <title>온세종학교</title> |
|
| 4 |
+ <title>캠퍼스공동교육과정</title> |
|
| 5 |
+ |
|
| 5 | 6 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
| 6 | 7 |
<meta name="Author" content="" /> |
| 7 | 8 |
<meta name="Keywords" content="" /> |
... | ... | @@ -9,30 +10,36 @@ |
| 9 | 10 |
<meta name="format-detection" content="telephone=no" /> |
| 10 | 11 |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 11 | 12 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" /> |
| 12 |
- <link href="/resources/front/site/SITE_00000/css/style.css" rel="stylesheet" /> |
|
| 13 |
+ |
|
| 14 |
+ <link href="/resources/front/site/SITE_00000/css/style2.css" rel="stylesheet" /> |
|
| 15 |
+ |
|
| 13 | 16 |
<!-- 공통 plugin --> |
| 14 | 17 |
<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-3.6.0.min.js"></script> |
| 15 | 18 |
<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-ui.min.js"></script> |
| 16 | 19 |
<!-- //공통 plugin --> |
| 20 |
+ |
|
| 17 | 21 |
<!-- 페이지 plugin--> |
| 18 | 22 |
<script src="/resources/front/site/SITE_00000/js/common/vendor/swiper/swiper-bundle.js"></script> |
| 19 | 23 |
<script src="/resources/front/site/SITE_00000/js/common/vendor/etc/jQuery.tagify.min.js"></script> |
| 20 | 24 |
<!-- chart --> |
| 21 | 25 |
<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chart4.3.0.js"></script> |
| 22 | 26 |
<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chartjs-plugin-datalabels@2.0.js"></script> |
| 27 |
+ <script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chartjs-plugin-annotation.js"></script> |
|
| 23 | 28 |
<!-- //chart --> |
| 24 | 29 |
<!-- //페이지 plugin--> |
| 30 |
+ |
|
| 25 | 31 |
<!-- 공통 퍼블 layout: 개발시 삭제--> |
| 26 | 32 |
<script src="/resources/front/site/SITE_00000/js/_layout.js"></script> |
| 27 | 33 |
<!--//퍼블 layout--> |
| 34 |
+ |
|
| 28 | 35 |
<!-- 공통 메뉴 js--> |
| 29 | 36 |
<!-- //공통 메뉴 js --> |
| 37 |
+ |
|
| 30 | 38 |
<!--공통 퍼블 js--> |
| 31 | 39 |
<script src="/resources/front/site/SITE_00000/js/common.js"></script> |
| 32 |
- <script src="/resources/front/site/SITE_00000/js/common-custom.js"></script> |
|
| 40 |
+ <script src="/resources/front/site/SITE_00000/js/common-custom2.js"></script> |
|
| 33 | 41 |
<!--//공통 퍼블 js--> |
| 34 | 42 |
</head> |
| 35 |
- |
|
| 36 | 43 |
<body> |
| 37 | 44 |
<div class="accessibility"> |
| 38 | 45 |
<a href="#skipToContents" title="콘텐츠를 바로 볼 수 있도록 건너뛰기합니다.">콘텐츠 바로가기</a> |
--- html/campas/common/notice/notice.html
+++ html/campas/common/notice/notice.html
... | ... | @@ -1,7 +1,8 @@ |
| 1 | 1 |
<!DOCTYPE html> |
| 2 | 2 |
<html lang="ko"> |
| 3 | 3 |
<head> |
| 4 |
- <title>온세종학교</title> |
|
| 4 |
+ <title>캠퍼스공동교육과정</title> |
|
| 5 |
+ |
|
| 5 | 6 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
| 6 | 7 |
<meta name="Author" content="" /> |
| 7 | 8 |
<meta name="Keywords" content="" /> |
... | ... | @@ -9,27 +10,34 @@ |
| 9 | 10 |
<meta name="format-detection" content="telephone=no" /> |
| 10 | 11 |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 11 | 12 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" /> |
| 12 |
- <link href="/resources/front/site/SITE_00000/css/style.css" rel="stylesheet" /> |
|
| 13 |
+ |
|
| 14 |
+ <link href="/resources/front/site/SITE_00000/css/style2.css" rel="stylesheet" /> |
|
| 15 |
+ |
|
| 13 | 16 |
<!-- 공통 plugin --> |
| 14 | 17 |
<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-3.6.0.min.js"></script> |
| 15 | 18 |
<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-ui.min.js"></script> |
| 16 | 19 |
<!-- //공통 plugin --> |
| 20 |
+ |
|
| 17 | 21 |
<!-- 페이지 plugin--> |
| 18 | 22 |
<script src="/resources/front/site/SITE_00000/js/common/vendor/swiper/swiper-bundle.js"></script> |
| 19 | 23 |
<script src="/resources/front/site/SITE_00000/js/common/vendor/etc/jQuery.tagify.min.js"></script> |
| 20 | 24 |
<!-- chart --> |
| 21 | 25 |
<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chart4.3.0.js"></script> |
| 22 | 26 |
<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chartjs-plugin-datalabels@2.0.js"></script> |
| 27 |
+ <script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chartjs-plugin-annotation.js"></script> |
|
| 23 | 28 |
<!-- //chart --> |
| 24 | 29 |
<!-- //페이지 plugin--> |
| 30 |
+ |
|
| 25 | 31 |
<!-- 공통 퍼블 layout: 개발시 삭제--> |
| 26 | 32 |
<script src="/resources/front/site/SITE_00000/js/_layout.js"></script> |
| 27 | 33 |
<!--//퍼블 layout--> |
| 34 |
+ |
|
| 28 | 35 |
<!-- 공통 메뉴 js--> |
| 29 | 36 |
<!-- //공통 메뉴 js --> |
| 37 |
+ |
|
| 30 | 38 |
<!--공통 퍼블 js--> |
| 31 | 39 |
<script src="/resources/front/site/SITE_00000/js/common.js"></script> |
| 32 |
- <script src="/resources/front/site/SITE_00000/js/common-custom.js"></script> |
|
| 40 |
+ <script src="/resources/front/site/SITE_00000/js/common-custom2.js"></script> |
|
| 33 | 41 |
<!--//공통 퍼블 js--> |
| 34 | 42 |
</head> |
| 35 | 43 |
<body> |
--- html/campas/common/notice/noticeView.html
+++ html/campas/common/notice/noticeView.html
... | ... | @@ -1,7 +1,8 @@ |
| 1 | 1 |
<!DOCTYPE html> |
| 2 | 2 |
<html lang="ko"> |
| 3 | 3 |
<head> |
| 4 |
- <title>온세종학교</title> |
|
| 4 |
+ <title>캠퍼스공동교육과정</title> |
|
| 5 |
+ |
|
| 5 | 6 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
| 6 | 7 |
<meta name="Author" content="" /> |
| 7 | 8 |
<meta name="Keywords" content="" /> |
... | ... | @@ -9,30 +10,36 @@ |
| 9 | 10 |
<meta name="format-detection" content="telephone=no" /> |
| 10 | 11 |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 11 | 12 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" /> |
| 12 |
- <link href="/resources/front/site/SITE_00000/css/style.css" rel="stylesheet" /> |
|
| 13 |
+ |
|
| 14 |
+ <link href="/resources/front/site/SITE_00000/css/style2.css" rel="stylesheet" /> |
|
| 15 |
+ |
|
| 13 | 16 |
<!-- 공통 plugin --> |
| 14 | 17 |
<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-3.6.0.min.js"></script> |
| 15 | 18 |
<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-ui.min.js"></script> |
| 16 | 19 |
<!-- //공통 plugin --> |
| 20 |
+ |
|
| 17 | 21 |
<!-- 페이지 plugin--> |
| 18 | 22 |
<script src="/resources/front/site/SITE_00000/js/common/vendor/swiper/swiper-bundle.js"></script> |
| 19 | 23 |
<script src="/resources/front/site/SITE_00000/js/common/vendor/etc/jQuery.tagify.min.js"></script> |
| 20 | 24 |
<!-- chart --> |
| 21 | 25 |
<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chart4.3.0.js"></script> |
| 22 | 26 |
<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chartjs-plugin-datalabels@2.0.js"></script> |
| 27 |
+ <script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chartjs-plugin-annotation.js"></script> |
|
| 23 | 28 |
<!-- //chart --> |
| 24 | 29 |
<!-- //페이지 plugin--> |
| 30 |
+ |
|
| 25 | 31 |
<!-- 공통 퍼블 layout: 개발시 삭제--> |
| 26 | 32 |
<script src="/resources/front/site/SITE_00000/js/_layout.js"></script> |
| 27 | 33 |
<!--//퍼블 layout--> |
| 34 |
+ |
|
| 28 | 35 |
<!-- 공통 메뉴 js--> |
| 29 | 36 |
<!-- //공통 메뉴 js --> |
| 37 |
+ |
|
| 30 | 38 |
<!--공통 퍼블 js--> |
| 31 | 39 |
<script src="/resources/front/site/SITE_00000/js/common.js"></script> |
| 32 |
- <script src="/resources/front/site/SITE_00000/js/common-custom.js"></script> |
|
| 40 |
+ <script src="/resources/front/site/SITE_00000/js/common-custom2.js"></script> |
|
| 33 | 41 |
<!--//공통 퍼블 js--> |
| 34 | 42 |
</head> |
| 35 |
- |
|
| 36 | 43 |
<body> |
| 37 | 44 |
<div class="accessibility"> |
| 38 | 45 |
<a href="#skipToContents" title="콘텐츠를 바로 볼 수 있도록 건너뛰기합니다.">콘텐츠 바로가기</a> |
--- html/campas/index.html
+++ html/campas/index.html
... | ... | @@ -414,12 +414,12 @@ |
| 414 | 414 |
<li> |
| 415 | 415 |
common |
| 416 | 416 |
<ul> |
| 417 |
- <li class="working">메인,common/main/main.html</li> |
|
| 418 |
- <li class="working">캠퍼스 공동교육과정,common/curriculum/curriculumInfo.html</li> |
|
| 419 |
- <li class="working">수강신청,common/class/class.html</li> |
|
| 417 |
+ <li>메인,common/main/main.html</li> |
|
| 418 |
+ <li>캠퍼스 공동교육과정,common/curriculum/curriculumInfo.html</li> |
|
| 419 |
+ <li>수강신청,common/class/class.html</li> |
|
| 420 | 420 |
<li> |
| 421 | 421 |
공지사항 |
| 422 |
- <ul class="working"> |
|
| 422 |
+ <ul> |
|
| 423 | 423 |
<li>공지사항,common/notice/notice.html</li> |
| 424 | 424 |
<li>상세보기,common/notice/noticeView.html</li> |
| 425 | 425 |
</ul> |
... | ... | @@ -433,7 +433,7 @@ |
| 433 | 433 |
</li> |
| 434 | 434 |
<li> |
| 435 | 435 |
강사인력풀게시판 |
| 436 |
- <ul class="working"> |
|
| 436 |
+ <ul> |
|
| 437 | 437 |
<li>강사인력풀게시판,common/instructorpool/instructorpool.html</li> |
| 438 | 438 |
<li>상세보기,common/instructorpool/instructorpoolView.html</li> |
| 439 | 439 |
</ul> |
--- html/onSejong/manager/class/class.html
+++ html/onSejong/manager/class/class.html
... | ... | @@ -260,21 +260,21 @@ |
| 260 | 260 |
</select> |
| 261 | 261 |
<fieldset class="checkradio-custom-row-area item-type-checkradio-area"> |
| 262 | 262 |
<legend>리스트형 선택</legend> |
| 263 |
- <div class="checkradio item-type-checkradio"> |
|
| 263 |
+ <!-- <div class="checkradio item-type-checkradio"> |
|
| 264 | 264 |
<input type="radio" title="피드형 선택" name="itemtype" checked id="item-type-feed" /> |
| 265 | 265 |
<label for="item-type-feed"> |
| 266 | 266 |
<i class="ico-thumblist"></i> |
| 267 |
- <span class="txt-hide">썸네일형</span> |
|
| 268 |
- </label> |
|
| 269 |
- </div> |
|
| 270 |
- <!-- <div class="checkradio item-type-checkradio"> |
|
| 271 |
- <input type="radio" title="썸네일형 선택" name="itemtype" id="item-type-thumb" /> |
|
| 272 |
- <label for="item-type-thumb"> |
|
| 273 |
- <i class="ico-thumbnail"></i> |
|
| 274 | 267 |
<span class="txt-hide">피드형</span> |
| 275 | 268 |
</label> |
| 276 | 269 |
</div> --> |
| 277 | 270 |
<div class="checkradio item-type-checkradio"> |
| 271 |
+ <input type="radio" title="썸네일형 선택" name="itemtype" checked id="item-type-thumb" /> |
|
| 272 |
+ <label for="item-type-thumb"> |
|
| 273 |
+ <i class="ico-thumbnail"></i> |
|
| 274 |
+ <span class="txt-hide">썸네일형</span> |
|
| 275 |
+ </label> |
|
| 276 |
+ </div> |
|
| 277 |
+ <div class="checkradio item-type-checkradio"> |
|
| 278 | 278 |
<input type="radio" title="테이블형 선택" name="itemtype" id="item-type-table"> |
| 279 | 279 |
<label for="item-type-table"><i class="ico-list"></i><span class="txt-hide">테이블형</span></label> |
| 280 | 280 |
</div> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?