나의강의실 퍼블 추가
@03d71cc033dd388175b5bea239895c6a8bb0bb80
--- html/onSejong/index.html
+++ html/onSejong/index.html
... | ... | @@ -752,16 +752,16 @@ |
| 752 | 752 |
<li> |
| 753 | 753 |
출석관리 |
| 754 | 754 |
<ul> |
| 755 |
- <li class="before">출석관리</li> |
|
| 756 |
- <li class="before">[팝업]멤버별 출석관리</li> |
|
| 757 |
- <li class="before">[팝업]휴/보강관리 상세</li> |
|
| 755 |
+ <li>출석관리,manager/myclass/attend.html</li> |
|
| 756 |
+ <li>[팝업]멤버별 출석관리,manager/myclass/pop_memberAttend.html</li> |
|
| 757 |
+ <li>[팝업]휴/보강관리 상세,manager/myclass/pop_editClassSet.html</li> |
|
| 758 | 758 |
<li class="working">[팝업]휴/보강 이력조회,manager/myclass/pop_attendHistory.html</li> |
| 759 | 759 |
</ul> |
| 760 | 760 |
</li> |
| 761 | 761 |
<li> |
| 762 | 762 |
성적관리 |
| 763 | 763 |
<ul> |
| 764 |
- <li class="before">성적관리</li> |
|
| 764 |
+ <li>성적관리,manager/myclass/results.html</li> |
|
| 765 | 765 |
<li class="working">성적항목관리,manager/myclass/gradeManage.html</li> |
| 766 | 766 |
<li class="working">성적직접관리,manager/myclass/gradeInput.html</li> |
| 767 | 767 |
<li class="working">[팝업]환산 기준 관리,manager/myclass/pop_homeworkScoreView.html</li> |
... | ... | @@ -769,11 +769,11 @@ |
| 769 | 769 |
<li class="before">[팝업]성적 분포도</li> |
| 770 | 770 |
</ul> |
| 771 | 771 |
</li> |
| 772 |
- <li class="before"> |
|
| 772 |
+ <li> |
|
| 773 | 773 |
진도관리 |
| 774 | 774 |
<ul> |
| 775 |
- <li>진도관리</li> |
|
| 776 |
- <li>[팝업]멤버별 진도관리</li> |
|
| 775 |
+ <li>진도관리,manager/myclass/progress.html</li> |
|
| 776 |
+ <li>[팝업]멤버별 진도관리,manager/myclass/pop_memberProgress.html</li> |
|
| 777 | 777 |
</ul> |
| 778 | 778 |
</li> |
| 779 | 779 |
<li class="working">과정이수처리,manager/myclass/completionProcess.html</li> |
+++ html/onSejong/manager/myclass/pop_editClassSet.html
... | ... | @@ -0,0 +1,135 @@ |
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="ko"> | |
| 3 | + | |
| 4 | +<head> | |
| 5 | + <title>온세종학교</title> | |
| 6 | + | |
| 7 | + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
| 8 | + <meta name="Author" content="" /> | |
| 9 | + <meta name="Keywords" content="" /> | |
| 10 | + <meta name="Description" content="" /> | |
| 11 | + <meta name="format-detection" content="telephone=no" /> | |
| 12 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
| 13 | + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" /> | |
| 14 | + | |
| 15 | + <link href="/resources/front/site/SITE_00000/css/style.css" rel="stylesheet" /> | |
| 16 | + | |
| 17 | + <!-- 공통 plugin --> | |
| 18 | + <script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-3.6.0.min.js"></script> | |
| 19 | + <script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-ui.min.js"></script> | |
| 20 | + <!-- //공통 plugin --> | |
| 21 | + | |
| 22 | + <!-- 페이지 plugin--> | |
| 23 | + <script src="/resources/front/site/SITE_00000/js/common/vendor/swiper/swiper-bundle.js"></script> | |
| 24 | + <script src="/resources/front/site/SITE_00000/js/common/vendor/etc/jQuery.tagify.min.js"></script> | |
| 25 | + <!-- chart --> | |
| 26 | + <script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chart4.3.0.js"></script> | |
| 27 | + <script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chartjs-plugin-datalabels@2.0.js"></script> | |
| 28 | + <!-- //chart --> | |
| 29 | + <!-- //페이지 plugin--> | |
| 30 | + | |
| 31 | + <!-- 공통 퍼블 layout: 개발시 삭제--> | |
| 32 | + <script src="/resources/front/site/SITE_00000/js/_layout.js"></script> | |
| 33 | + <!--//퍼블 layout--> | |
| 34 | + | |
| 35 | + <!-- 공통 메뉴 js--> | |
| 36 | + <!-- //공통 메뉴 js --> | |
| 37 | + | |
| 38 | + <!--공통 퍼블 js--> | |
| 39 | + <script src="/resources/front/site/SITE_00000/js/common.js"></script> | |
| 40 | + <script src="/resources/front/site/SITE_00000/js/common-custom.js"></script> | |
| 41 | + <!--//공통 퍼블 js--> | |
| 42 | +</head> | |
| 43 | + | |
| 44 | +<body> | |
| 45 | + <div class="popup-modal" data-popuppub="popupmodal"> | |
| 46 | + <div class="pop-header"> | |
| 47 | + <h1>휴/보강관리 상세</h1> | |
| 48 | + <p>휴/보강 설정 시 멤버들에게 자동으로 문자 발송이 가능합니다.</p> | |
| 49 | + </div> | |
| 50 | + <div class="pop-body"> | |
| 51 | + <section class="section"> | |
| 52 | + <h2 class="txt-hide">휴/보강 관리</h2> | |
| 53 | + <div class="write-type"> | |
| 54 | + <table> | |
| 55 | + <caption>휴/보강 관리 표</caption> | |
| 56 | + <colgroup> | |
| 57 | + <col style="width: 16rem;"> | |
| 58 | + <col> | |
| 59 | + </colgroup> | |
| 60 | + <tbody> | |
| 61 | + <tr> | |
| 62 | + <th scope="col">수업선택</th> | |
| 63 | + <td> | |
| 64 | + <select title="수업선택" class="percent-width10"> | |
| 65 | + <option>수업명 선택 (2025-09-30 월 13:00~15:00)</option> | |
| 66 | + </select> | |
| 67 | + </td> | |
| 68 | + </tr> | |
| 69 | + <tr> | |
| 70 | + <th scope="col">변경 날짜</th> | |
| 71 | + <td> | |
| 72 | + <div class="date-box"> | |
| 73 | + <input type="date"> | |
| 74 | + </div> | |
| 75 | + </td> | |
| 76 | + </tr> | |
| 77 | + <tr> | |
| 78 | + <th scope="col">변경 시간</th> | |
| 79 | + <td> | |
| 80 | + <div class="time-set"> | |
| 81 | + <select title="시작 시간"> | |
| 82 | + <option>00</option> | |
| 83 | + </select> | |
| 84 | + <span>:</span> | |
| 85 | + <select title="시작 분"> | |
| 86 | + <option>00</option> | |
| 87 | + </select> | |
| 88 | + <span>~</span> | |
| 89 | + <select title="종료 시간"> | |
| 90 | + <option>00</option> | |
| 91 | + </select> | |
| 92 | + <span>:</span> | |
| 93 | + <select title="종료 분"> | |
| 94 | + <option>00</option> | |
| 95 | + </select> | |
| 96 | + </div> | |
| 97 | + </td> | |
| 98 | + </tr> | |
| 99 | + </tbody> | |
| 100 | + </table> | |
| 101 | + </div> | |
| 102 | + </section> | |
| 103 | + <section class="section"> | |
| 104 | + <div class="tit-area"> | |
| 105 | + <div class="l-area"> | |
| 106 | + <h2 class="title">메모</h2> | |
| 107 | + </div> | |
| 108 | + </div> | |
| 109 | + <textarea placeholder="메모를 입력하세요." title="메모를 입력하세요."></textarea> | |
| 110 | + </section> | |
| 111 | + </div> | |
| 112 | + | |
| 113 | + <div class="pop-footer"> | |
| 114 | + <div class="pop-btn-cont"> | |
| 115 | + <button type="button" class="btn" onclick="popupClosePub('popupmodal')">취소</button> | |
| 116 | + <button type="button" class="btn primary" onclick="popupClosePub('popupmodal')">확인</button> | |
| 117 | + </div> | |
| 118 | + </div> | |
| 119 | + <button type="button" class="pop-close"><span class="txt-hide">팝업닫기</span></button> | |
| 120 | + </div> | |
| 121 | + | |
| 122 | + <!-- toast --> | |
| 123 | + <div class="toast"></div> | |
| 124 | + | |
| 125 | + <!--popup--> | |
| 126 | + <div class="dim"></div> | |
| 127 | + | |
| 128 | + <script> | |
| 129 | + $(document).ready(function () { | |
| 130 | + popupOpenPub('popupmodal'); | |
| 131 | + }); | |
| 132 | + </script> | |
| 133 | +</body> | |
| 134 | + | |
| 135 | +</html>(파일 끝에 줄바꿈 문자 없음) |
+++ html/onSejong/manager/myclass/pop_memberAttend.html
... | ... | @@ -0,0 +1,216 @@ |
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="ko"> | |
| 3 | + | |
| 4 | +<head> | |
| 5 | + <title>온세종학교</title> | |
| 6 | + | |
| 7 | + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
| 8 | + <meta name="Author" content="" /> | |
| 9 | + <meta name="Keywords" content="" /> | |
| 10 | + <meta name="Description" content="" /> | |
| 11 | + <meta name="format-detection" content="telephone=no" /> | |
| 12 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
| 13 | + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" /> | |
| 14 | + | |
| 15 | + <link href="/resources/front/site/SITE_00000/css/style.css" rel="stylesheet" /> | |
| 16 | + | |
| 17 | + <!-- 공통 plugin --> | |
| 18 | + <script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-3.6.0.min.js"></script> | |
| 19 | + <script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-ui.min.js"></script> | |
| 20 | + <!-- //공통 plugin --> | |
| 21 | + | |
| 22 | + <!-- 페이지 plugin--> | |
| 23 | + <script src="/resources/front/site/SITE_00000/js/common/vendor/swiper/swiper-bundle.js"></script> | |
| 24 | + <script src="/resources/front/site/SITE_00000/js/common/vendor/etc/jQuery.tagify.min.js"></script> | |
| 25 | + <!-- chart --> | |
| 26 | + <script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chart4.3.0.js"></script> | |
| 27 | + <script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chartjs-plugin-datalabels@2.0.js"></script> | |
| 28 | + <!-- //chart --> | |
| 29 | + <!-- //페이지 plugin--> | |
| 30 | + | |
| 31 | + <!-- 공통 퍼블 layout: 개발시 삭제--> | |
| 32 | + <script src="/resources/front/site/SITE_00000/js/_layout.js"></script> | |
| 33 | + <!--//퍼블 layout--> | |
| 34 | + | |
| 35 | + <!-- 공통 메뉴 js--> | |
| 36 | + <!-- //공통 메뉴 js --> | |
| 37 | + | |
| 38 | + <!--공통 퍼블 js--> | |
| 39 | + <script src="/resources/front/site/SITE_00000/js/common.js"></script> | |
| 40 | + <script src="/resources/front/site/SITE_00000/js/common-custom.js"></script> | |
| 41 | + <!--//공통 퍼블 js--> | |
| 42 | +</head> | |
| 43 | + | |
| 44 | +<body> | |
| 45 | + <div class="popup-modal xlg" data-popuppub="popupmodal"> | |
| 46 | + <div class="pop-header"> | |
| 47 | + <h1>멤버별 출석관리</h1> | |
| 48 | + </div> | |
| 49 | + <div class="pop-body"> | |
| 50 | + <section class="section"> | |
| 51 | + <div class="tit-area"> | |
| 52 | + <div class="l-area"> | |
| 53 | + <h2 class="title">김가은 / USER_ID</h2> | |
| 54 | + <p>세종중학교 3학년 2반 15번</p> | |
| 55 | + </div> | |
| 56 | + </div> | |
| 57 | + <div class="summary-page"> | |
| 58 | + <div class="l-area"> | |
| 59 | + <div class="txt-area"> | |
| 60 | + <strong class="summary-tit">수업제목이 표시됩니다!</strong> | |
| 61 | + <p><strong>진행 일시</strong> : 9월 28일(월) 오전 10:00</p> | |
| 62 | + </div> | |
| 63 | + </div> | |
| 64 | + </div> | |
| 65 | + </section> | |
| 66 | + <section class="section"> | |
| 67 | + <div class="tit-area"> | |
| 68 | + <div class="l-area"> | |
| 69 | + <h2 class="title">상세 이력</h2> | |
| 70 | + </div> | |
| 71 | + </div> | |
| 72 | + <div class="list-type"> | |
| 73 | + <table> | |
| 74 | + <caption>디바이스, 출결 체크 일시, 출결 구분, 출결 상태 변경으로 구성된 상세이력 표</caption> | |
| 75 | + <colgroup> | |
| 76 | + <col> | |
| 77 | + <col> | |
| 78 | + <col> | |
| 79 | + <col style="width: 40%;"> | |
| 80 | + </colgroup> | |
| 81 | + <thead> | |
| 82 | + <tr> | |
| 83 | + <th scope="row">디바이스</th> | |
| 84 | + <th scope="row">출결 체크 일시</th> | |
| 85 | + <th scope="row">출결 구분</th> | |
| 86 | + <th scope="row">출결 상태 변경</th> | |
| 87 | + </tr> | |
| 88 | + </thead> | |
| 89 | + <tbody> | |
| 90 | + <tr> | |
| 91 | + <td data-tit="디바이스">Desktop</td> | |
| 92 | + <td data-tit="출결 체크 일시">2025.10.20 10:04:25</td> | |
| 93 | + <td><span class="label-state red">결석</span></td> | |
| 94 | + <td> | |
| 95 | + <fieldset class="checkradio-custom-area"> | |
| 96 | + <legend>출결 상태 선택</legend> | |
| 97 | + <div class="checkradio sm primary"> | |
| 98 | + <input type="radio" id="r1_1" name="r1" checked=""> | |
| 99 | + <label for="r1_1">출석</label> | |
| 100 | + </div> | |
| 101 | + <div class="checkradio sm primary"> | |
| 102 | + <input type="radio" id="r1_2" name="r1"> | |
| 103 | + <label for="r1_2">조퇴</label> | |
| 104 | + </div> | |
| 105 | + <div class="checkradio sm primary"> | |
| 106 | + <input type="radio" id="r1_3" name="r1"> | |
| 107 | + <label for="r1_3">지각</label> | |
| 108 | + </div> | |
| 109 | + <div class="checkradio sm primary"> | |
| 110 | + <input type="radio" id="r1_4" name="r1"> | |
| 111 | + <label for="r1_4">공결</label> | |
| 112 | + </div> | |
| 113 | + <div class="checkradio sm primary"> | |
| 114 | + <input type="radio" id="r1_5" name="r1"> | |
| 115 | + <label for="r1_5">결석</label> | |
| 116 | + </div> | |
| 117 | + </fieldset> | |
| 118 | + </td> | |
| 119 | + </tr> | |
| 120 | + <tr> | |
| 121 | + <td data-tit="디바이스">Desktop</td> | |
| 122 | + <td data-tit="출결 체크 일시">2025.10.20 10:04:25</td> | |
| 123 | + <td><span class="label-state green">출석</span></td> | |
| 124 | + <td> | |
| 125 | + <fieldset class="checkradio-custom-area"> | |
| 126 | + <legend>출결 상태 선택</legend> | |
| 127 | + <div class="checkradio sm primary"> | |
| 128 | + <input type="radio" id="r2_1" name="r2" checked=""> | |
| 129 | + <label for="r2_1">출석</label> | |
| 130 | + </div> | |
| 131 | + <div class="checkradio sm primary"> | |
| 132 | + <input type="radio" id="r2_2" name="r2"> | |
| 133 | + <label for="r2_2">조퇴</label> | |
| 134 | + </div> | |
| 135 | + <div class="checkradio sm primary"> | |
| 136 | + <input type="radio" id="r2_3" name="r2"> | |
| 137 | + <label for="r2_3">지각</label> | |
| 138 | + </div> | |
| 139 | + <div class="checkradio sm primary"> | |
| 140 | + <input type="radio" id="r2_4" name="r2"> | |
| 141 | + <label for="r2_4">공결</label> | |
| 142 | + </div> | |
| 143 | + <div class="checkradio sm primary"> | |
| 144 | + <input type="radio" id="r2_5" name="r2"> | |
| 145 | + <label for="r2_5">결석</label> | |
| 146 | + </div> | |
| 147 | + </fieldset> | |
| 148 | + </td> | |
| 149 | + </tr> | |
| 150 | + <tr> | |
| 151 | + <td>Desktop</td> | |
| 152 | + <td>2025.10.20 10:04:25</td> | |
| 153 | + <td><span class="label-state">조퇴</span></td> | |
| 154 | + <td> | |
| 155 | + <fieldset class="checkradio-custom-area"> | |
| 156 | + <legend>출결 상태 선택</legend> | |
| 157 | + <div class="checkradio sm primary"> | |
| 158 | + <input type="radio" id="r3_1" name="r3" checked=""> | |
| 159 | + <label for="r3_1">출석</label> | |
| 160 | + </div> | |
| 161 | + <div class="checkradio sm primary"> | |
| 162 | + <input type="radio" id="r3_2" name="r3"> | |
| 163 | + <label for="r3_2">조퇴</label> | |
| 164 | + </div> | |
| 165 | + <div class="checkradio sm primary"> | |
| 166 | + <input type="radio" id="r3_3" name="r3"> | |
| 167 | + <label for="r3_3">지각</label> | |
| 168 | + </div> | |
| 169 | + <div class="checkradio sm primary"> | |
| 170 | + <input type="radio" id="r3_4" name="r3"> | |
| 171 | + <label for="r3_4">공결</label> | |
| 172 | + </div> | |
| 173 | + <div class="checkradio sm primary"> | |
| 174 | + <input type="radio" id="r3_5" name="r3"> | |
| 175 | + <label for="r3_5">결석</label> | |
| 176 | + </div> | |
| 177 | + </fieldset> | |
| 178 | + </td> | |
| 179 | + </tr> | |
| 180 | + </tbody> | |
| 181 | + </table> | |
| 182 | + </div> | |
| 183 | + </section> | |
| 184 | + <section class="section"> | |
| 185 | + <div class="tit-area"> | |
| 186 | + <div class="l-area"> | |
| 187 | + <h2 class="title">메모</h2> | |
| 188 | + </div> | |
| 189 | + </div> | |
| 190 | + <textarea placeholder="메모를 입력하세요." title="메모를 입력하세요."></textarea> | |
| 191 | + </section> | |
| 192 | + </div> | |
| 193 | + | |
| 194 | + <div class="pop-footer"> | |
| 195 | + <div class="pop-btn-cont"> | |
| 196 | + <button type="button" class="btn" onclick="popupClosePub('popupmodal')">취소</button> | |
| 197 | + <button type="button" class="btn primary" onclick="popupClosePub('popupmodal')">확인</button> | |
| 198 | + </div> | |
| 199 | + </div> | |
| 200 | + <button type="button" class="pop-close"><span class="txt-hide">팝업닫기</span></button> | |
| 201 | + </div> | |
| 202 | + | |
| 203 | + <!-- toast --> | |
| 204 | + <div class="toast"></div> | |
| 205 | + | |
| 206 | + <!--popup--> | |
| 207 | + <div class="dim"></div> | |
| 208 | + | |
| 209 | + <script> | |
| 210 | + $(document).ready(function () { | |
| 211 | + popupOpenPub('popupmodal'); | |
| 212 | + }); | |
| 213 | + </script> | |
| 214 | +</body> | |
| 215 | + | |
| 216 | +</html>(파일 끝에 줄바꿈 문자 없음) |
+++ html/onSejong/manager/myclass/pop_memberProgress.html
... | ... | @@ -0,0 +1,147 @@ |
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="ko"> | |
| 3 | + | |
| 4 | +<head> | |
| 5 | + <title>온세종학교</title> | |
| 6 | + | |
| 7 | + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
| 8 | + <meta name="Author" content="" /> | |
| 9 | + <meta name="Keywords" content="" /> | |
| 10 | + <meta name="Description" content="" /> | |
| 11 | + <meta name="format-detection" content="telephone=no" /> | |
| 12 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
| 13 | + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" /> | |
| 14 | + | |
| 15 | + <link href="/resources/front/site/SITE_00000/css/style.css" rel="stylesheet" /> | |
| 16 | + | |
| 17 | + <!-- 공통 plugin --> | |
| 18 | + <script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-3.6.0.min.js"></script> | |
| 19 | + <script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-ui.min.js"></script> | |
| 20 | + <!-- //공통 plugin --> | |
| 21 | + | |
| 22 | + <!-- 페이지 plugin--> | |
| 23 | + <script src="/resources/front/site/SITE_00000/js/common/vendor/swiper/swiper-bundle.js"></script> | |
| 24 | + <script src="/resources/front/site/SITE_00000/js/common/vendor/etc/jQuery.tagify.min.js"></script> | |
| 25 | + <!-- chart --> | |
| 26 | + <script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chart4.3.0.js"></script> | |
| 27 | + <script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chartjs-plugin-datalabels@2.0.js"></script> | |
| 28 | + <!-- //chart --> | |
| 29 | + <!-- //페이지 plugin--> | |
| 30 | + | |
| 31 | + <!-- 공통 퍼블 layout: 개발시 삭제--> | |
| 32 | + <script src="/resources/front/site/SITE_00000/js/_layout.js"></script> | |
| 33 | + <!--//퍼블 layout--> | |
| 34 | + | |
| 35 | + <!-- 공통 메뉴 js--> | |
| 36 | + <!-- //공통 메뉴 js --> | |
| 37 | + | |
| 38 | + <!--공통 퍼블 js--> | |
| 39 | + <script src="/resources/front/site/SITE_00000/js/common.js"></script> | |
| 40 | + <script src="/resources/front/site/SITE_00000/js/common-custom.js"></script> | |
| 41 | + <!--//공통 퍼블 js--> | |
| 42 | +</head> | |
| 43 | + | |
| 44 | +<body> | |
| 45 | + <div class="popup-modal lg" data-popuppub="popupmodal"> | |
| 46 | + <div class="pop-header"> | |
| 47 | + <h1>멤버별 진도관리</h1> | |
| 48 | + </div> | |
| 49 | + <div class="pop-body"> | |
| 50 | + <section class="section"> | |
| 51 | + <div class="tit-area"> | |
| 52 | + <div class="l-area"> | |
| 53 | + <h2 class="title">김가은 / USER_ID</h2> | |
| 54 | + <p>세종중학교 3학년 2반 15번</p> | |
| 55 | + </div> | |
| 56 | + </div> | |
| 57 | + <div class="summary-page"> | |
| 58 | + <div class="l-area"> | |
| 59 | + <div class="txt-area"> | |
| 60 | + <strong class="summary-tit">수업제목이 표시됩니다!</strong> | |
| 61 | + <p><strong>진행 일시</strong> : 9월 28일(월) 오전 10:00</p> | |
| 62 | + </div> | |
| 63 | + </div> | |
| 64 | + </div> | |
| 65 | + </section> | |
| 66 | + <section class="section"> | |
| 67 | + <div class="tit-area"> | |
| 68 | + <div class="l-area"> | |
| 69 | + <h2 class="title">상세 이력</h2> | |
| 70 | + </div> | |
| 71 | + </div> | |
| 72 | + <div class="list-type"> | |
| 73 | + <table> | |
| 74 | + <caption>디바이스, 수업유형, 콘텐츠 길이, 총 학습시간, 진도처리로 구성된 상세이력 표</caption> | |
| 75 | + <colgroup> | |
| 76 | + <col> | |
| 77 | + <col> | |
| 78 | + <col> | |
| 79 | + <col> | |
| 80 | + <col> | |
| 81 | + </colgroup> | |
| 82 | + <thead> | |
| 83 | + <tr> | |
| 84 | + <th scope="row">디바이스</th> | |
| 85 | + <th scope="row">수업유형</th> | |
| 86 | + <th scope="row">콘텐츠 길이</th> | |
| 87 | + <th scope="row">총 학습시간</th> | |
| 88 | + <th scope="row">진도처리</th> | |
| 89 | + </tr> | |
| 90 | + </thead> | |
| 91 | + <tbody> | |
| 92 | + <tr> | |
| 93 | + <td data-tit="디바이스">Desktop</td> | |
| 94 | + <td data-tit="수업유형">화상수업</td> | |
| 95 | + <td data-tit="콘텐츠 길이">02:30</td> | |
| 96 | + <td data-tit="총 학습시간">02:30</td> | |
| 97 | + <td> | |
| 98 | + <fieldset class="checkradio-custom-area"> | |
| 99 | + <legend>진도 상태 선택</legend> | |
| 100 | + <div class="checkradio sm primary"> | |
| 101 | + <input type="radio" id="r1_1" name="r1" checked=""> | |
| 102 | + <label for="r1_1">미이수</label> | |
| 103 | + </div> | |
| 104 | + <div class="checkradio sm primary"> | |
| 105 | + <input type="radio" id="r1_2" name="r1"> | |
| 106 | + <label for="r1_2">이수</label> | |
| 107 | + </div> | |
| 108 | + </fieldset> | |
| 109 | + </td> | |
| 110 | + </tr> | |
| 111 | + </tbody> | |
| 112 | + </table> | |
| 113 | + </div> | |
| 114 | + </section> | |
| 115 | + <section class="section"> | |
| 116 | + <div class="tit-area"> | |
| 117 | + <div class="l-area"> | |
| 118 | + <h2 class="title">메모</h2> | |
| 119 | + </div> | |
| 120 | + </div> | |
| 121 | + <textarea placeholder="메모를 입력하세요." title="메모를 입력하세요."></textarea> | |
| 122 | + </section> | |
| 123 | + </div> | |
| 124 | + | |
| 125 | + <div class="pop-footer"> | |
| 126 | + <div class="pop-btn-cont"> | |
| 127 | + <button type="button" class="btn" onclick="popupClosePub('popupmodal')">취소</button> | |
| 128 | + <button type="button" class="btn primary" onclick="popupClosePub('popupmodal')">확인</button> | |
| 129 | + </div> | |
| 130 | + </div> | |
| 131 | + <button type="button" class="pop-close"><span class="txt-hide">팝업닫기</span></button> | |
| 132 | + </div> | |
| 133 | + | |
| 134 | + <!-- toast --> | |
| 135 | + <div class="toast"></div> | |
| 136 | + | |
| 137 | + <!--popup--> | |
| 138 | + <div class="dim"></div> | |
| 139 | + | |
| 140 | + <script> | |
| 141 | + $(document).ready(function () { | |
| 142 | + popupOpenPub('popupmodal'); | |
| 143 | + }); | |
| 144 | + </script> | |
| 145 | +</body> | |
| 146 | + | |
| 147 | +</html>(파일 끝에 줄바꿈 문자 없음) |
+++ html/onSejong/manager/myclass/progress.html
... | ... | @@ -0,0 +1,245 @@ |
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="ko"> | |
| 3 | + | |
| 4 | +<head> | |
| 5 | + <title>온세종학교</title> | |
| 6 | + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
| 7 | + <meta name="Author" content="" /> | |
| 8 | + <meta name="Keywords" content="" /> | |
| 9 | + <meta name="Description" content="" /> | |
| 10 | + <meta name="format-detection" content="telephone=no" /> | |
| 11 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
| 12 | + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" /> | |
| 13 | + <link href="/resources/front/site/SITE_00000/css/style.css" rel="stylesheet" /> | |
| 14 | + <!-- 공통 plugin --> | |
| 15 | + <script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-3.6.0.min.js"></script> | |
| 16 | + <script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-ui.min.js"></script> | |
| 17 | + <!-- //공통 plugin --> | |
| 18 | + <!-- 페이지 plugin--> | |
| 19 | + <script src="/resources/front/site/SITE_00000/js/common/vendor/swiper/swiper-bundle.js"></script> | |
| 20 | + <script src="/resources/front/site/SITE_00000/js/common/vendor/etc/jQuery.tagify.min.js"></script> | |
| 21 | + <!-- chart --> | |
| 22 | + <script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chart4.3.0.js"></script> | |
| 23 | + <script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chartjs-plugin-datalabels@2.0.js"></script> | |
| 24 | + <!-- //chart --> | |
| 25 | + <!-- //페이지 plugin--> | |
| 26 | + <!-- 공통 퍼블 layout: 개발시 삭제--> | |
| 27 | + <script src="/resources/front/site/SITE_00000/js/_layout.js"></script> | |
| 28 | + <!--//퍼블 layout--> | |
| 29 | + <!-- 공통 메뉴 js--> | |
| 30 | + <!-- //공통 메뉴 js --> | |
| 31 | + <!--공통 퍼블 js--> | |
| 32 | + <script src="/resources/front/site/SITE_00000/js/common.js"></script> | |
| 33 | + <script src="/resources/front/site/SITE_00000/js/common-custom.js"></script> | |
| 34 | + <!--//공통 퍼블 js--> | |
| 35 | +</head> | |
| 36 | + | |
| 37 | +<body> | |
| 38 | + <div class="accessibility"> | |
| 39 | + <a href="#skipToContents" title="콘텐츠를 바로 볼 수 있도록 건너뛰기합니다.">콘텐츠 바로가기</a> | |
| 40 | + </div> | |
| 41 | + <!-- for-teacher / for-student --> | |
| 42 | + <div class="container"> | |
| 43 | + <!-- 통합 헤더 및 네비게이션 --> | |
| 44 | + <header class="site-header"></header> | |
| 45 | + <div class="site-body" id="skipToContents"> | |
| 46 | + <div class="wrap"> | |
| 47 | + <aside class="lnb"></aside> | |
| 48 | + <div class="site-cont"> | |
| 49 | + <ul class="breadcrumb"> | |
| 50 | + <li><a href="#none" class="home">홈</a></li> | |
| 51 | + <li><a href="#none">1depth</a></li> | |
| 52 | + <li><a href="#none">2depth</a></li> | |
| 53 | + </ul> | |
| 54 | + <div class="page-tit-area"> | |
| 55 | + <div class="l-area"> | |
| 56 | + <h2 class="title-xlg">진도관리</h2> | |
| 57 | + </div> | |
| 58 | + </div> | |
| 59 | + <section class="section"> | |
| 60 | + <h3 class="txt-hide">과정 정보</h3> | |
| 61 | + <div class="fnc-area"> | |
| 62 | + <div class="r-area"> | |
| 63 | + <div class="btn-group"> | |
| 64 | + <button class="btn sm ico-download">엑셀 다운로드</button> | |
| 65 | + </div> | |
| 66 | + </div> | |
| 67 | + </div> | |
| 68 | + <div class="write-type"> | |
| 69 | + <table> | |
| 70 | + <caption>과정 정보 표</caption> | |
| 71 | + <colgroup> | |
| 72 | + <col style="width: 16rem;"> | |
| 73 | + <col> | |
| 74 | + <col style="width: 16rem;"> | |
| 75 | + <col> | |
| 76 | + </colgroup> | |
| 77 | + <tbody> | |
| 78 | + <tr> | |
| 79 | + <th scope="col">과정</th> | |
| 80 | + <td>인공지능 수학 (2025년2학기)</td> | |
| 81 | + <th scope="col">담당교사</th> | |
| 82 | + <td>김세종</td> | |
| 83 | + </tr> | |
| 84 | + <tr> | |
| 85 | + <th scope="col">요일·시간</th> | |
| 86 | + <td colspan="3">[화 7], [수 5], [목 4]</td> | |
| 87 | + </tr> | |
| 88 | + </tbody> | |
| 89 | + </table> | |
| 90 | + </div> | |
| 91 | + </section> | |
| 92 | + <section class="section"> | |
| 93 | + <h3 class="txt-hide">학생 목록</h3> | |
| 94 | + <div class="fnc-extend-area"> | |
| 95 | + <div class="extend-default-area"> | |
| 96 | + <div class="l-area"> | |
| 97 | + <p class="total">총 <em>156</em>건</p> | |
| 98 | + </div> | |
| 99 | + <div class="r-area"> | |
| 100 | + <select class="select-sort border-none" title="정렬 선택"> | |
| 101 | + <option>학교 이름 오름차순</option> | |
| 102 | + </select> | |
| 103 | + <fieldset class="search-area"> | |
| 104 | + <legend>검색</legend> | |
| 105 | + <div class="search"> | |
| 106 | + <input type="text" placeholder="검색어를 입력하세요" title="검색어를 입력하세요"> | |
| 107 | + <button class="btn ico-search">검색</button> | |
| 108 | + </div> | |
| 109 | + </fieldset> | |
| 110 | + </div> | |
| 111 | + </div> | |
| 112 | + <div class="extend-fnc-area"> | |
| 113 | + <div class="l-area"> | |
| 114 | + <div class="btn-group"> | |
| 115 | + <button class="btn sm">미이수</button> | |
| 116 | + <button class="btn sm">이수</button> | |
| 117 | + </div> | |
| 118 | + </div> | |
| 119 | + </div> | |
| 120 | + </div> | |
| 121 | + <div class="info-type table-sticky" data-sot-left="5"> | |
| 122 | + <table> | |
| 123 | + <caption>학생 목록</caption> | |
| 124 | + <colgroup> | |
| 125 | + <col style="width: 6.4rem"> | |
| 126 | + <col style="width: 6.4rem"> | |
| 127 | + <col style="width: 16rem"> | |
| 128 | + <col style="width: 10rem"> | |
| 129 | + <col style="width: 12rem"> | |
| 130 | + <col style="width: 12rem"> | |
| 131 | + <col style="width: 16rem"> | |
| 132 | + <col style="width: 16rem"> | |
| 133 | + <col style="width: 16rem"> | |
| 134 | + <col style="width: 16rem"> | |
| 135 | + </colgroup> | |
| 136 | + <thead> | |
| 137 | + <tr> | |
| 138 | + <th scope="row" rowspan="2">연번</th> | |
| 139 | + <th scope="row" rowspan="2">학년</th> | |
| 140 | + <th scope="row" rowspan="2">학교</th> | |
| 141 | + <th scope="row" rowspan="2">반/번호</th> | |
| 142 | + <th scope="row" rowspan="2">성명</th> | |
| 143 | + <th scope="row" rowspan="2">총 이수 시간<br><small>(시간/분/초)</small></th> | |
| 144 | + <td> | |
| 145 | + <div class="checkradio"> | |
| 146 | + <input type="checkbox" id="c1"> | |
| 147 | + <label for="c1">수업용용 게시물의 제목이 2줄로 모두 노출<br>(2025-09-30)</label> | |
| 148 | + </div> | |
| 149 | + </td> | |
| 150 | + <td> | |
| 151 | + <div class="checkradio"> | |
| 152 | + <input type="checkbox" id="c2"> | |
| 153 | + <label for="c2">수업용용 게시물의 제목이 2줄로 모두 노출<br>(2025-09-30)</label> | |
| 154 | + </div> | |
| 155 | + </td> | |
| 156 | + <td> | |
| 157 | + <div class="checkradio"> | |
| 158 | + <input type="checkbox" id="c3"> | |
| 159 | + <label for="c3">수업용용 게시물의 제목이 2줄로 모두 노출<br>(2025-09-30)</label> | |
| 160 | + </div> | |
| 161 | + </td> | |
| 162 | + <td> | |
| 163 | + <div class="checkradio"> | |
| 164 | + <input type="checkbox" id="c4"> | |
| 165 | + <label for="c4">수업용용 게시물의 제목이 2줄로 모두 노출<br>(2025-09-30)</label> | |
| 166 | + </div> | |
| 167 | + </td> | |
| 168 | + </tr> | |
| 169 | + <tr> | |
| 170 | + <td>대면수업</td> | |
| 171 | + <td>영상수업<br>00:00</td> | |
| 172 | + <td>화상수업<br>00:00</td> | |
| 173 | + <td>공동문서편집</td> | |
| 174 | + </tr> | |
| 175 | + </thead> | |
| 176 | + <tbody> | |
| 177 | + <tr> | |
| 178 | + <td>1</td> | |
| 179 | + <td>2</td> | |
| 180 | + <td>세종중학교</td> | |
| 181 | + <td>1/1</td> | |
| 182 | + <td>홍길동</td> | |
| 183 | + <td>0:00:00</td> | |
| 184 | + <td><em class="font-color-red">미이수</em></td> | |
| 185 | + <td><button class="btn-link">이수</button><br>(00:00)</td> | |
| 186 | + <td><button class="btn-link">이수</button><br>(00:00)</td> | |
| 187 | + <td><button class="btn-link">이수</button><br>(00:00)</td> | |
| 188 | + </tr> | |
| 189 | + <tr class="disabled"> | |
| 190 | + <td>1</td> | |
| 191 | + <td>2</td> | |
| 192 | + <td>세종중학교</td> | |
| 193 | + <td>1/1</td> | |
| 194 | + <td><span class="label sm">중지</span> 홍길동</td> | |
| 195 | + <td>0:00:00</td> | |
| 196 | + <td><em class="font-color-red">미이수</em></td> | |
| 197 | + <td><button class="btn-link">이수</button><br>(00:00)</td> | |
| 198 | + <td><button class="btn-link">이수</button><br>(00:00)</td> | |
| 199 | + <td><button class="btn-link">이수</button><br>(00:00)</td> | |
| 200 | + </tr> | |
| 201 | + </tbody> | |
| 202 | + </table> | |
| 203 | + </div> | |
| 204 | + <ul class="pagenation"> | |
| 205 | + <li class="ppv"> | |
| 206 | + <a href="#none" class="btn ico-ppv circle sm" title="전체 목록에서 가장 처음 목록으로 이동합니다">처음으로</a> | |
| 207 | + </li> | |
| 208 | + <li class="pv"> | |
| 209 | + <a href="#none" class="btn ico-pv circle sm" title="이전 목록으로 이동합니다">이전으로</a> | |
| 210 | + </li> | |
| 211 | + <li class="current"> | |
| 212 | + <span title="현재 페이지">1</span> | |
| 213 | + </li> | |
| 214 | + <li> | |
| 215 | + <a href="#none" title="2번째 목록으로 이동합니다">2</a> | |
| 216 | + </li> | |
| 217 | + <li> | |
| 218 | + <a href="#none" title="3번째 목록으로 이동합니다">3</a> | |
| 219 | + </li> | |
| 220 | + <li> | |
| 221 | + <a href="#none" title="4번째 목록으로 이동합니다">4</a> | |
| 222 | + </li> | |
| 223 | + <li> | |
| 224 | + <a href="#none" title="5번째 목록으로 이동합니다">5</a> | |
| 225 | + </li> | |
| 226 | + <li class="fw"> | |
| 227 | + <a href="#none" class="btn ico-fw circle sm" title="다음 목록으로 이동합니다">다음으로</a> | |
| 228 | + </li> | |
| 229 | + <li class="ffw"> | |
| 230 | + <a href="#none" class="btn ico-ffw circle sm" title="전체 목록에서 가장 마지막 목록으로 이동합니다">끝으로</a> | |
| 231 | + </li> | |
| 232 | + </ul> | |
| 233 | + </section> | |
| 234 | + </div> | |
| 235 | + </div> | |
| 236 | + </div> | |
| 237 | + <footer class="site-footer"></footer> | |
| 238 | + </div> | |
| 239 | + <!-- toast --> | |
| 240 | + <div class="toast"></div> | |
| 241 | + <!--popup--> | |
| 242 | + <div class="dim"></div> | |
| 243 | +</body> | |
| 244 | + | |
| 245 | +</html>(파일 끝에 줄바꿈 문자 없음) |
+++ html/onSejong/manager/myclass/results.html
... | ... | @@ -0,0 +1,250 @@ |
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="ko"> | |
| 3 | + | |
| 4 | +<head> | |
| 5 | + <title>온세종학교</title> | |
| 6 | + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
| 7 | + <meta name="Author" content="" /> | |
| 8 | + <meta name="Keywords" content="" /> | |
| 9 | + <meta name="Description" content="" /> | |
| 10 | + <meta name="format-detection" content="telephone=no" /> | |
| 11 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
| 12 | + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" /> | |
| 13 | + <link href="/resources/front/site/SITE_00000/css/style.css" rel="stylesheet" /> | |
| 14 | + <!-- 공통 plugin --> | |
| 15 | + <script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-3.6.0.min.js"></script> | |
| 16 | + <script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-ui.min.js"></script> | |
| 17 | + <!-- //공통 plugin --> | |
| 18 | + <!-- 페이지 plugin--> | |
| 19 | + <script src="/resources/front/site/SITE_00000/js/common/vendor/swiper/swiper-bundle.js"></script> | |
| 20 | + <script src="/resources/front/site/SITE_00000/js/common/vendor/etc/jQuery.tagify.min.js"></script> | |
| 21 | + <!-- chart --> | |
| 22 | + <script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chart4.3.0.js"></script> | |
| 23 | + <script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chartjs-plugin-datalabels@2.0.js"></script> | |
| 24 | + <!-- //chart --> | |
| 25 | + <!-- //페이지 plugin--> | |
| 26 | + <!-- 공통 퍼블 layout: 개발시 삭제--> | |
| 27 | + <script src="/resources/front/site/SITE_00000/js/_layout.js"></script> | |
| 28 | + <!--//퍼블 layout--> | |
| 29 | + <!-- 공통 메뉴 js--> | |
| 30 | + <!-- //공통 메뉴 js --> | |
| 31 | + <!--공통 퍼블 js--> | |
| 32 | + <script src="/resources/front/site/SITE_00000/js/common.js"></script> | |
| 33 | + <script src="/resources/front/site/SITE_00000/js/common-custom.js"></script> | |
| 34 | + <!--//공통 퍼블 js--> | |
| 35 | +</head> | |
| 36 | + | |
| 37 | +<body> | |
| 38 | + <div class="accessibility"> | |
| 39 | + <a href="#skipToContents" title="콘텐츠를 바로 볼 수 있도록 건너뛰기합니다.">콘텐츠 바로가기</a> | |
| 40 | + </div> | |
| 41 | + <!-- for-teacher / for-student --> | |
| 42 | + <div class="container"> | |
| 43 | + <!-- 통합 헤더 및 네비게이션 --> | |
| 44 | + <header class="site-header"></header> | |
| 45 | + <div class="site-body" id="skipToContents"> | |
| 46 | + <div class="wrap"> | |
| 47 | + <aside class="lnb"></aside> | |
| 48 | + <div class="site-cont"> | |
| 49 | + <ul class="breadcrumb"> | |
| 50 | + <li><a href="#none" class="home">홈</a></li> | |
| 51 | + <li><a href="#none">1depth</a></li> | |
| 52 | + <li><a href="#none">2depth</a></li> | |
| 53 | + </ul> | |
| 54 | + <div class="page-tit-area"> | |
| 55 | + <div class="l-area"> | |
| 56 | + <h2 class="title-xlg">성적관리</h2> | |
| 57 | + </div> | |
| 58 | + </div> | |
| 59 | + <section class="section"> | |
| 60 | + <h3 class="txt-hide">과정 정보</h3> | |
| 61 | + <div class="fnc-area"> | |
| 62 | + <div class="l-area"> | |
| 63 | + <div class="btn-group"> | |
| 64 | + <a href="#none" class="btn secondary ico-setting">성적 항목 관리</a> | |
| 65 | + <button class="btn secondary ico-edit">성적 직접 관리</button> | |
| 66 | + <button class="btn secondary">환산 기준 관리</button> | |
| 67 | + <button class="btn">과제 제출 현황 확인</button> | |
| 68 | + <button class="btn">성적분포도 확인</button> | |
| 69 | + </div> | |
| 70 | + </div> | |
| 71 | + <div class="r-area"> | |
| 72 | + <div class="btn-group"> | |
| 73 | + <button class="btn sm ico-download">엑셀 다운로드</button> | |
| 74 | + <button class="btn sm ico-upload">엑셀 업로드</button> | |
| 75 | + </div> | |
| 76 | + </div> | |
| 77 | + </div> | |
| 78 | + <div class="write-type"> | |
| 79 | + <table> | |
| 80 | + <caption>과정 정보 표</caption> | |
| 81 | + <colgroup> | |
| 82 | + <col style="width: 16rem;"> | |
| 83 | + <col> | |
| 84 | + <col style="width: 16rem;"> | |
| 85 | + <col> | |
| 86 | + </colgroup> | |
| 87 | + <tbody> | |
| 88 | + <tr> | |
| 89 | + <th scope="col">과정</th> | |
| 90 | + <td>인공지능 수학 (2025년2학기)</td> | |
| 91 | + <th scope="col">담당교사</th> | |
| 92 | + <td>김세종</td> | |
| 93 | + </tr> | |
| 94 | + <tr> | |
| 95 | + <th scope="col">요일·시간</th> | |
| 96 | + <td colspan="3">[화 7], [수 5], [목 4]</td> | |
| 97 | + </tr> | |
| 98 | + </tbody> | |
| 99 | + </table> | |
| 100 | + </div> | |
| 101 | + </section> | |
| 102 | + <section class="section"> | |
| 103 | + <h3 class="txt-hide">학생 목록</h3> | |
| 104 | + <div class="fnc-extend-area"> | |
| 105 | + <div class="extend-default-area"> | |
| 106 | + <div class="l-area"> | |
| 107 | + <p class="total">총 <em>156</em>건</p> | |
| 108 | + </div> | |
| 109 | + <div class="r-area"> | |
| 110 | + <select class="select-sort border-none" title="정렬 선택"> | |
| 111 | + <option>학교 이름 오름차순</option> | |
| 112 | + </select> | |
| 113 | + <fieldset class="search-area"> | |
| 114 | + <legend>검색</legend> | |
| 115 | + <div class="search"> | |
| 116 | + <input type="text" placeholder="검색어를 입력하세요" title="검색어를 입력하세요"> | |
| 117 | + <button class="btn ico-search">검색</button> | |
| 118 | + </div> | |
| 119 | + </fieldset> | |
| 120 | + </div> | |
| 121 | + </div> | |
| 122 | + </div> | |
| 123 | + <div class="info-type table-sticky" data-sot-left="6"> | |
| 124 | + <table> | |
| 125 | + <caption>학생 목록</caption> | |
| 126 | + <colgroup> | |
| 127 | + <col style="width: 6.4rem"> | |
| 128 | + <col style="width: 6.4rem"> | |
| 129 | + <col style="width: 16rem"> | |
| 130 | + <col style="width: 10rem"> | |
| 131 | + <col style="width: 12rem"> | |
| 132 | + <col style="width: 12rem"> | |
| 133 | + <col> | |
| 134 | + <col> | |
| 135 | + <col> | |
| 136 | + <col> | |
| 137 | + </colgroup> | |
| 138 | + <thead> | |
| 139 | + <tr> | |
| 140 | + <th scope="row">연번</th> | |
| 141 | + <th scope="row">학년</th> | |
| 142 | + <th scope="row">학교</th> | |
| 143 | + <th scope="row">반/번호</th> | |
| 144 | + <th scope="row">성명</th> | |
| 145 | + <th scope="row">총점</th> | |
| 146 | + <td>과제용 게시물의 제목이 2줄로 모두 노출됩니다.</td> | |
| 147 | + <td>과제용 게시물의 제목이 2줄로 모두 노출됩니다.</td> | |
| 148 | + <td>과제용 게시물의 제목이 2줄로 모두 노출됩니다. <button class="btn-ico ico-edit">수정</button></td> | |
| 149 | + <td>과제용 게시물의 제목이 2줄로 모두 노출됩니다.</td> | |
| 150 | + </tr> | |
| 151 | + </thead> | |
| 152 | + <tbody> | |
| 153 | + <tr> | |
| 154 | + <td>1</td> | |
| 155 | + <td>2</td> | |
| 156 | + <td>세종중학교</td> | |
| 157 | + <td>1/1</td> | |
| 158 | + <td>홍길동</td> | |
| 159 | + <td> | |
| 160 | + <em class="accent block">100</em> | |
| 161 | + <small class="msg">(100%)_A</small> | |
| 162 | + </td> | |
| 163 | + <td> | |
| 164 | + <em class="block">100</em> | |
| 165 | + <small class="msg">(35.00)</small> | |
| 166 | + </td> | |
| 167 | + <td> | |
| 168 | + <em class="block">100</em> | |
| 169 | + <small class="msg">(35.00)</small> | |
| 170 | + </td> | |
| 171 | + <td> | |
| 172 | + <em class="block">100</em> | |
| 173 | + <small class="msg">(35.00)</small> | |
| 174 | + </td> | |
| 175 | + <td> | |
| 176 | + <em class="block">100</em> | |
| 177 | + <small class="msg">(35.00)</small> | |
| 178 | + </td> | |
| 179 | + </tr> | |
| 180 | + <tr class="disabled"> | |
| 181 | + <td>1</td> | |
| 182 | + <td>2</td> | |
| 183 | + <td>세종중학교</td> | |
| 184 | + <td>1/1</td> | |
| 185 | + <td><span class="label sm">중지</span> 홍길동</td> | |
| 186 | + <td> | |
| 187 | + - | |
| 188 | + </td> | |
| 189 | + <td> | |
| 190 | + <em class="block">100</em> | |
| 191 | + <small class="msg">(35.00)</small> | |
| 192 | + </td> | |
| 193 | + <td> | |
| 194 | + <em class="block">100</em> | |
| 195 | + <small class="msg">(35.00)</small> | |
| 196 | + </td> | |
| 197 | + <td> | |
| 198 | + <em class="block">100</em> | |
| 199 | + <small class="msg">(35.00)</small> | |
| 200 | + </td> | |
| 201 | + <td> | |
| 202 | + <em class="block">100</em> | |
| 203 | + <small class="msg">(35.00)</small> | |
| 204 | + </td> | |
| 205 | + </tr> | |
| 206 | + </tbody> | |
| 207 | + </table> | |
| 208 | + </div> | |
| 209 | + <ul class="pagenation"> | |
| 210 | + <li class="ppv"> | |
| 211 | + <a href="#none" class="btn ico-ppv circle sm" title="전체 목록에서 가장 처음 목록으로 이동합니다">처음으로</a> | |
| 212 | + </li> | |
| 213 | + <li class="pv"> | |
| 214 | + <a href="#none" class="btn ico-pv circle sm" title="이전 목록으로 이동합니다">이전으로</a> | |
| 215 | + </li> | |
| 216 | + <li class="current"> | |
| 217 | + <span title="현재 페이지">1</span> | |
| 218 | + </li> | |
| 219 | + <li> | |
| 220 | + <a href="#none" title="2번째 목록으로 이동합니다">2</a> | |
| 221 | + </li> | |
| 222 | + <li> | |
| 223 | + <a href="#none" title="3번째 목록으로 이동합니다">3</a> | |
| 224 | + </li> | |
| 225 | + <li> | |
| 226 | + <a href="#none" title="4번째 목록으로 이동합니다">4</a> | |
| 227 | + </li> | |
| 228 | + <li> | |
| 229 | + <a href="#none" title="5번째 목록으로 이동합니다">5</a> | |
| 230 | + </li> | |
| 231 | + <li class="fw"> | |
| 232 | + <a href="#none" class="btn ico-fw circle sm" title="다음 목록으로 이동합니다">다음으로</a> | |
| 233 | + </li> | |
| 234 | + <li class="ffw"> | |
| 235 | + <a href="#none" class="btn ico-ffw circle sm" title="전체 목록에서 가장 마지막 목록으로 이동합니다">끝으로</a> | |
| 236 | + </li> | |
| 237 | + </ul> | |
| 238 | + </section> | |
| 239 | + </div> | |
| 240 | + </div> | |
| 241 | + </div> | |
| 242 | + <footer class="site-footer"></footer> | |
| 243 | + </div> | |
| 244 | + <!-- toast --> | |
| 245 | + <div class="toast"></div> | |
| 246 | + <!--popup--> | |
| 247 | + <div class="dim"></div> | |
| 248 | +</body> | |
| 249 | + | |
| 250 | +</html>(파일 끝에 줄바꿈 문자 없음) |
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?