solmin 10-16
나의강의실 퍼블 추가
@03d71cc033dd388175b5bea239895c6a8bb0bb80
html/onSejong/index.html
--- html/onSejong/index.html
+++ html/onSejong/index.html
@@ -752,16 +752,16 @@
                                 <li>
                                     출석관리
                                     <ul>
-                                        <li class="before">출석관리</li>
-                                        <li class="before">[팝업]멤버별 출석관리</li>
-                                        <li class="before">[팝업]휴/보강관리 상세</li>
+                                        <li>출석관리,manager/myclass/attend.html</li>
+                                        <li>[팝업]멤버별 출석관리,manager/myclass/pop_memberAttend.html</li>
+                                        <li>[팝업]휴/보강관리 상세,manager/myclass/pop_editClassSet.html</li>
                                         <li class="working">[팝업]휴/보강 이력조회,manager/myclass/pop_attendHistory.html</li>
                                     </ul>
                                 </li>
                                 <li>
                                     성적관리
                                     <ul>
-                                        <li class="before">성적관리</li>
+                                        <li>성적관리,manager/myclass/results.html</li>
                                         <li class="working">성적항목관리,manager/myclass/gradeManage.html</li>
                                         <li class="working">성적직접관리,manager/myclass/gradeInput.html</li>
                                         <li class="working">[팝업]환산 기준 관리,manager/myclass/pop_homeworkScoreView.html</li>
@@ -769,11 +769,11 @@
                                         <li class="before">[팝업]성적 분포도</li>
                                     </ul>
                                 </li>
-                                <li class="before">
+                                <li>
                                     진도관리
                                     <ul>
-                                        <li>진도관리</li>
-                                        <li>[팝업]멤버별 진도관리</li>
+                                        <li>진도관리,manager/myclass/progress.html</li>
+                                        <li>[팝업]멤버별 진도관리,manager/myclass/pop_memberProgress.html</li>
                                     </ul>
                                 </li>
                                 <li class="working">과정이수처리,manager/myclass/completionProcess.html</li>
 
html/onSejong/manager/myclass/pop_editClassSet.html (added)
+++ html/onSejong/manager/myclass/pop_editClassSet.html
@@ -0,0 +1,135 @@
+<!DOCTYPE html>
+<html lang="ko">
+
+<head>
+	<title>온세종학교</title>
+
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+	<meta name="Author" content="" />
+	<meta name="Keywords" content="" />
+	<meta name="Description" content="" />
+	<meta name="format-detection" content="telephone=no" />
+	<meta http-equiv="X-UA-Compatible" content="IE=edge" />
+	<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" />
+
+	<link href="/resources/front/site/SITE_00000/css/style.css" rel="stylesheet" />
+
+	<!-- 공통 plugin -->
+	<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-3.6.0.min.js"></script>
+	<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-ui.min.js"></script>
+	<!-- //공통 plugin -->
+
+	<!-- 페이지 plugin-->
+	<script src="/resources/front/site/SITE_00000/js/common/vendor/swiper/swiper-bundle.js"></script>
+	<script src="/resources/front/site/SITE_00000/js/common/vendor/etc/jQuery.tagify.min.js"></script>
+	<!-- chart -->
+	<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chart4.3.0.js"></script>
+	<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chartjs-plugin-datalabels@2.0.js"></script>
+	<!-- //chart -->
+	<!-- //페이지 plugin-->
+
+	<!-- 공통 퍼블 layout: 개발시 삭제-->
+	<script src="/resources/front/site/SITE_00000/js/_layout.js"></script>
+	<!--//퍼블 layout-->
+
+	<!-- 공통 메뉴 js-->
+	<!-- //공통 메뉴 js -->
+
+	<!--공통 퍼블 js-->
+	<script src="/resources/front/site/SITE_00000/js/common.js"></script>
+	<script src="/resources/front/site/SITE_00000/js/common-custom.js"></script>
+	<!--//공통 퍼블 js-->
+</head>
+
+<body>
+	<div class="popup-modal" data-popuppub="popupmodal">
+		<div class="pop-header">
+			<h1>휴/보강관리 상세</h1>
+			<p>휴/보강 설정 시 멤버들에게 자동으로 문자 발송이 가능합니다.</p>
+		</div>
+		<div class="pop-body">
+			<section class="section">
+				<h2 class="txt-hide">휴/보강 관리</h2>
+				<div class="write-type">
+					<table>
+						<caption>휴/보강 관리 표</caption>
+						<colgroup>
+							<col style="width: 16rem;">
+							<col>
+						</colgroup>
+						<tbody>
+							<tr>
+								<th scope="col">수업선택</th>
+								<td>
+									<select title="수업선택" class="percent-width10">
+										<option>수업명 선택 (2025-09-30 월 13:00~15:00)</option>
+									</select>
+								</td>
+							</tr>
+							<tr>
+								<th scope="col">변경 날짜</th>
+								<td>
+									<div class="date-box">
+										<input type="date">
+									</div>
+								</td>
+							</tr>
+							<tr>
+								<th scope="col">변경 시간</th>
+								<td>
+									<div class="time-set">
+										<select title="시작 시간">
+											<option>00</option>
+										</select>
+										<span>:</span>
+										<select title="시작 분">
+											<option>00</option>
+										</select>
+										<span>~</span>
+										<select title="종료 시간">
+											<option>00</option>
+										</select>
+										<span>:</span>
+										<select title="종료 분">
+											<option>00</option>
+										</select>
+									</div>
+								</td>
+							</tr>
+						</tbody>
+					</table>
+				</div>
+			</section>
+			<section class="section">
+				<div class="tit-area">
+					<div class="l-area">
+						<h2 class="title">메모</h2>
+					</div>
+				</div>
+				<textarea placeholder="메모를 입력하세요." title="메모를 입력하세요."></textarea>
+			</section>
+		</div>
+
+		<div class="pop-footer">
+			<div class="pop-btn-cont">
+				<button type="button" class="btn" onclick="popupClosePub('popupmodal')">취소</button>
+				<button type="button" class="btn primary" onclick="popupClosePub('popupmodal')">확인</button>
+			</div>
+		</div>
+		<button type="button" class="pop-close"><span class="txt-hide">팝업닫기</span></button>
+	</div>
+
+	<!-- toast -->
+	<div class="toast"></div>
+
+	<!--popup-->
+	<div class="dim"></div>
+
+	<script>
+		$(document).ready(function () {
+			popupOpenPub('popupmodal');
+		});
+	</script>
+</body>
+
+</html>(파일 끝에 줄바꿈 문자 없음)
 
html/onSejong/manager/myclass/pop_memberAttend.html (added)
+++ html/onSejong/manager/myclass/pop_memberAttend.html
@@ -0,0 +1,216 @@
+<!DOCTYPE html>
+<html lang="ko">
+
+<head>
+	<title>온세종학교</title>
+
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+	<meta name="Author" content="" />
+	<meta name="Keywords" content="" />
+	<meta name="Description" content="" />
+	<meta name="format-detection" content="telephone=no" />
+	<meta http-equiv="X-UA-Compatible" content="IE=edge" />
+	<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" />
+
+	<link href="/resources/front/site/SITE_00000/css/style.css" rel="stylesheet" />
+
+	<!-- 공통 plugin -->
+	<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-3.6.0.min.js"></script>
+	<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-ui.min.js"></script>
+	<!-- //공통 plugin -->
+
+	<!-- 페이지 plugin-->
+	<script src="/resources/front/site/SITE_00000/js/common/vendor/swiper/swiper-bundle.js"></script>
+	<script src="/resources/front/site/SITE_00000/js/common/vendor/etc/jQuery.tagify.min.js"></script>
+	<!-- chart -->
+	<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chart4.3.0.js"></script>
+	<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chartjs-plugin-datalabels@2.0.js"></script>
+	<!-- //chart -->
+	<!-- //페이지 plugin-->
+
+	<!-- 공통 퍼블 layout: 개발시 삭제-->
+	<script src="/resources/front/site/SITE_00000/js/_layout.js"></script>
+	<!--//퍼블 layout-->
+
+	<!-- 공통 메뉴 js-->
+	<!-- //공통 메뉴 js -->
+
+	<!--공통 퍼블 js-->
+	<script src="/resources/front/site/SITE_00000/js/common.js"></script>
+	<script src="/resources/front/site/SITE_00000/js/common-custom.js"></script>
+	<!--//공통 퍼블 js-->
+</head>
+
+<body>
+	<div class="popup-modal xlg" data-popuppub="popupmodal">
+		<div class="pop-header">
+			<h1>멤버별 출석관리</h1>
+		</div>
+		<div class="pop-body">
+			<section class="section">
+				<div class="tit-area">
+					<div class="l-area">
+						<h2 class="title">김가은 / USER_ID</h2>
+						<p>세종중학교 3학년 2반 15번</p>
+					</div>
+				</div>
+				<div class="summary-page">
+					<div class="l-area">
+						<div class="txt-area">
+							<strong class="summary-tit">수업제목이 표시됩니다!</strong>
+							<p><strong>진행 일시</strong> : 9월 28일(월) 오전 10:00</p>
+						</div>
+					</div>
+				</div>
+			</section>
+			<section class="section">
+				<div class="tit-area">
+					<div class="l-area">
+						<h2 class="title">상세 이력</h2>
+					</div>
+				</div>
+				<div class="list-type">
+					<table>
+						<caption>디바이스, 출결 체크 일시, 출결 구분, 출결 상태 변경으로 구성된 상세이력 표</caption>
+						<colgroup>
+							<col>
+							<col>
+							<col>
+							<col style="width: 40%;">
+						</colgroup>
+						<thead>
+							<tr>
+								<th scope="row">디바이스</th>
+								<th scope="row">출결 체크 일시</th>
+								<th scope="row">출결 구분</th>
+								<th scope="row">출결 상태 변경</th>
+							</tr>
+						</thead>
+						<tbody>
+							<tr>
+								<td data-tit="디바이스">Desktop</td>
+								<td data-tit="출결 체크 일시">2025.10.20 10:04:25</td>
+								<td><span class="label-state red">결석</span></td>
+								<td>
+									<fieldset class="checkradio-custom-area">
+										<legend>출결 상태 선택</legend>
+										<div class="checkradio sm primary">
+											<input type="radio" id="r1_1" name="r1" checked="">
+											<label for="r1_1">출석</label>
+										</div>
+										<div class="checkradio sm primary">
+											<input type="radio" id="r1_2" name="r1">
+											<label for="r1_2">조퇴</label>
+										</div>
+										<div class="checkradio sm primary">
+											<input type="radio" id="r1_3" name="r1">
+											<label for="r1_3">지각</label>
+										</div>
+										<div class="checkradio sm primary">
+											<input type="radio" id="r1_4" name="r1">
+											<label for="r1_4">공결</label>
+										</div>
+										<div class="checkradio sm primary">
+											<input type="radio" id="r1_5" name="r1">
+											<label for="r1_5">결석</label>
+										</div>
+									</fieldset>
+								</td>
+							</tr>
+							<tr>
+								<td data-tit="디바이스">Desktop</td>
+								<td data-tit="출결 체크 일시">2025.10.20 10:04:25</td>
+								<td><span class="label-state green">출석</span></td>
+								<td>
+									<fieldset class="checkradio-custom-area">
+										<legend>출결 상태 선택</legend>
+										<div class="checkradio sm primary">
+											<input type="radio" id="r2_1" name="r2" checked="">
+											<label for="r2_1">출석</label>
+										</div>
+										<div class="checkradio sm primary">
+											<input type="radio" id="r2_2" name="r2">
+											<label for="r2_2">조퇴</label>
+										</div>
+										<div class="checkradio sm primary">
+											<input type="radio" id="r2_3" name="r2">
+											<label for="r2_3">지각</label>
+										</div>
+										<div class="checkradio sm primary">
+											<input type="radio" id="r2_4" name="r2">
+											<label for="r2_4">공결</label>
+										</div>
+										<div class="checkradio sm primary">
+											<input type="radio" id="r2_5" name="r2">
+											<label for="r2_5">결석</label>
+										</div>
+									</fieldset>
+								</td>
+							</tr>
+							<tr>
+								<td>Desktop</td>
+								<td>2025.10.20 10:04:25</td>
+								<td><span class="label-state">조퇴</span></td>
+								<td>
+									<fieldset class="checkradio-custom-area">
+										<legend>출결 상태 선택</legend>
+										<div class="checkradio sm primary">
+											<input type="radio" id="r3_1" name="r3" checked="">
+											<label for="r3_1">출석</label>
+										</div>
+										<div class="checkradio sm primary">
+											<input type="radio" id="r3_2" name="r3">
+											<label for="r3_2">조퇴</label>
+										</div>
+										<div class="checkradio sm primary">
+											<input type="radio" id="r3_3" name="r3">
+											<label for="r3_3">지각</label>
+										</div>
+										<div class="checkradio sm primary">
+											<input type="radio" id="r3_4" name="r3">
+											<label for="r3_4">공결</label>
+										</div>
+										<div class="checkradio sm primary">
+											<input type="radio" id="r3_5" name="r3">
+											<label for="r3_5">결석</label>
+										</div>
+									</fieldset>
+								</td>
+							</tr>
+						</tbody>
+					</table>
+				</div>
+			</section>
+			<section class="section">
+				<div class="tit-area">
+					<div class="l-area">
+						<h2 class="title">메모</h2>
+					</div>
+				</div>
+				<textarea placeholder="메모를 입력하세요." title="메모를 입력하세요."></textarea>
+			</section>
+		</div>
+
+		<div class="pop-footer">
+			<div class="pop-btn-cont">
+				<button type="button" class="btn" onclick="popupClosePub('popupmodal')">취소</button>
+				<button type="button" class="btn primary" onclick="popupClosePub('popupmodal')">확인</button>
+			</div>
+		</div>
+		<button type="button" class="pop-close"><span class="txt-hide">팝업닫기</span></button>
+	</div>
+
+	<!-- toast -->
+	<div class="toast"></div>
+
+	<!--popup-->
+	<div class="dim"></div>
+
+	<script>
+		$(document).ready(function () {
+			popupOpenPub('popupmodal');
+		});
+	</script>
+</body>
+
+</html>(파일 끝에 줄바꿈 문자 없음)
 
html/onSejong/manager/myclass/pop_memberProgress.html (added)
+++ html/onSejong/manager/myclass/pop_memberProgress.html
@@ -0,0 +1,147 @@
+<!DOCTYPE html>
+<html lang="ko">
+
+<head>
+	<title>온세종학교</title>
+
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+	<meta name="Author" content="" />
+	<meta name="Keywords" content="" />
+	<meta name="Description" content="" />
+	<meta name="format-detection" content="telephone=no" />
+	<meta http-equiv="X-UA-Compatible" content="IE=edge" />
+	<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" />
+
+	<link href="/resources/front/site/SITE_00000/css/style.css" rel="stylesheet" />
+
+	<!-- 공통 plugin -->
+	<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-3.6.0.min.js"></script>
+	<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-ui.min.js"></script>
+	<!-- //공통 plugin -->
+
+	<!-- 페이지 plugin-->
+	<script src="/resources/front/site/SITE_00000/js/common/vendor/swiper/swiper-bundle.js"></script>
+	<script src="/resources/front/site/SITE_00000/js/common/vendor/etc/jQuery.tagify.min.js"></script>
+	<!-- chart -->
+	<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chart4.3.0.js"></script>
+	<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chartjs-plugin-datalabels@2.0.js"></script>
+	<!-- //chart -->
+	<!-- //페이지 plugin-->
+
+	<!-- 공통 퍼블 layout: 개발시 삭제-->
+	<script src="/resources/front/site/SITE_00000/js/_layout.js"></script>
+	<!--//퍼블 layout-->
+
+	<!-- 공통 메뉴 js-->
+	<!-- //공통 메뉴 js -->
+
+	<!--공통 퍼블 js-->
+	<script src="/resources/front/site/SITE_00000/js/common.js"></script>
+	<script src="/resources/front/site/SITE_00000/js/common-custom.js"></script>
+	<!--//공통 퍼블 js-->
+</head>
+
+<body>
+	<div class="popup-modal lg" data-popuppub="popupmodal">
+		<div class="pop-header">
+			<h1>멤버별 진도관리</h1>
+		</div>
+		<div class="pop-body">
+			<section class="section">
+				<div class="tit-area">
+					<div class="l-area">
+						<h2 class="title">김가은 / USER_ID</h2>
+						<p>세종중학교 3학년 2반 15번</p>
+					</div>
+				</div>
+				<div class="summary-page">
+					<div class="l-area">
+						<div class="txt-area">
+							<strong class="summary-tit">수업제목이 표시됩니다!</strong>
+							<p><strong>진행 일시</strong> : 9월 28일(월) 오전 10:00</p>
+						</div>
+					</div>
+				</div>
+			</section>
+			<section class="section">
+				<div class="tit-area">
+					<div class="l-area">
+						<h2 class="title">상세 이력</h2>
+					</div>
+				</div>
+				<div class="list-type">
+					<table>
+						<caption>디바이스, 수업유형, 콘텐츠 길이, 총 학습시간, 진도처리로 구성된 상세이력 표</caption>
+						<colgroup>
+							<col>
+							<col>
+							<col>
+							<col>
+							<col>
+						</colgroup>
+						<thead>
+							<tr>
+								<th scope="row">디바이스</th>
+								<th scope="row">수업유형</th>
+								<th scope="row">콘텐츠 길이</th>
+								<th scope="row">총 학습시간</th>
+								<th scope="row">진도처리</th>
+							</tr>
+						</thead>
+						<tbody>
+							<tr>
+								<td data-tit="디바이스">Desktop</td>
+								<td data-tit="수업유형">화상수업</td>
+								<td data-tit="콘텐츠 길이">02:30</td>
+								<td data-tit="총 학습시간">02:30</td>
+								<td>
+									<fieldset class="checkradio-custom-area">
+										<legend>진도 상태 선택</legend>
+										<div class="checkradio sm primary">
+											<input type="radio" id="r1_1" name="r1" checked="">
+											<label for="r1_1">미이수</label>
+										</div>
+										<div class="checkradio sm primary">
+											<input type="radio" id="r1_2" name="r1">
+											<label for="r1_2">이수</label>
+										</div>
+									</fieldset>
+								</td>
+							</tr>
+						</tbody>
+					</table>
+				</div>
+			</section>
+			<section class="section">
+				<div class="tit-area">
+					<div class="l-area">
+						<h2 class="title">메모</h2>
+					</div>
+				</div>
+				<textarea placeholder="메모를 입력하세요." title="메모를 입력하세요."></textarea>
+			</section>
+		</div>
+
+		<div class="pop-footer">
+			<div class="pop-btn-cont">
+				<button type="button" class="btn" onclick="popupClosePub('popupmodal')">취소</button>
+				<button type="button" class="btn primary" onclick="popupClosePub('popupmodal')">확인</button>
+			</div>
+		</div>
+		<button type="button" class="pop-close"><span class="txt-hide">팝업닫기</span></button>
+	</div>
+
+	<!-- toast -->
+	<div class="toast"></div>
+
+	<!--popup-->
+	<div class="dim"></div>
+
+	<script>
+		$(document).ready(function () {
+			popupOpenPub('popupmodal');
+		});
+	</script>
+</body>
+
+</html>(파일 끝에 줄바꿈 문자 없음)
 
html/onSejong/manager/myclass/progress.html (added)
+++ html/onSejong/manager/myclass/progress.html
@@ -0,0 +1,245 @@
+<!DOCTYPE html>
+<html lang="ko">
+
+<head>
+	<title>온세종학교</title>
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+	<meta name="Author" content="" />
+	<meta name="Keywords" content="" />
+	<meta name="Description" content="" />
+	<meta name="format-detection" content="telephone=no" />
+	<meta http-equiv="X-UA-Compatible" content="IE=edge" />
+	<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" />
+	<link href="/resources/front/site/SITE_00000/css/style.css" rel="stylesheet" />
+	<!-- 공통 plugin -->
+	<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-3.6.0.min.js"></script>
+	<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-ui.min.js"></script>
+	<!-- //공통 plugin -->
+	<!-- 페이지 plugin-->
+	<script src="/resources/front/site/SITE_00000/js/common/vendor/swiper/swiper-bundle.js"></script>
+	<script src="/resources/front/site/SITE_00000/js/common/vendor/etc/jQuery.tagify.min.js"></script>
+	<!-- chart -->
+	<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chart4.3.0.js"></script>
+	<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chartjs-plugin-datalabels@2.0.js"></script>
+	<!-- //chart -->
+	<!-- //페이지 plugin-->
+	<!-- 공통 퍼블 layout: 개발시 삭제-->
+	<script src="/resources/front/site/SITE_00000/js/_layout.js"></script>
+	<!--//퍼블 layout-->
+	<!-- 공통 메뉴 js-->
+	<!-- //공통 메뉴 js -->
+	<!--공통 퍼블 js-->
+	<script src="/resources/front/site/SITE_00000/js/common.js"></script>
+	<script src="/resources/front/site/SITE_00000/js/common-custom.js"></script>
+	<!--//공통 퍼블 js-->
+</head>
+
+<body>
+	<div class="accessibility">
+		<a href="#skipToContents" title="콘텐츠를 바로 볼 수 있도록 건너뛰기합니다.">콘텐츠 바로가기</a>
+	</div>
+	<!-- for-teacher / for-student -->
+	<div class="container">
+		<!-- 통합 헤더 및 네비게이션 -->
+		<header class="site-header"></header>
+		<div class="site-body" id="skipToContents">
+			<div class="wrap">
+				<aside class="lnb"></aside>
+				<div class="site-cont">
+					<ul class="breadcrumb">
+						<li><a href="#none" class="home">홈</a></li>
+						<li><a href="#none">1depth</a></li>
+						<li><a href="#none">2depth</a></li>
+					</ul>
+					<div class="page-tit-area">
+						<div class="l-area">
+							<h2 class="title-xlg">진도관리</h2>
+						</div>
+					</div>
+					<section class="section">
+						<h3 class="txt-hide">과정 정보</h3>
+						<div class="fnc-area">
+							<div class="r-area">
+								<div class="btn-group">
+									<button class="btn sm ico-download">엑셀 다운로드</button>
+								</div>
+							</div>
+						</div>
+						<div class="write-type">
+							<table>
+								<caption>과정 정보 표</caption>
+								<colgroup>
+									<col style="width: 16rem;">
+									<col>
+									<col style="width: 16rem;">
+									<col>
+								</colgroup>
+								<tbody>
+									<tr>
+										<th scope="col">과정</th>
+										<td>인공지능 수학 (2025년2학기)</td>
+										<th scope="col">담당교사</th>
+										<td>김세종</td>
+									</tr>
+									<tr>
+										<th scope="col">요일·시간</th>
+										<td colspan="3">[화 7], [수 5], [목 4]</td>
+									</tr>
+								</tbody>
+							</table>
+						</div>
+					</section>
+					<section class="section">
+						<h3 class="txt-hide">학생 목록</h3>
+						<div class="fnc-extend-area">
+							<div class="extend-default-area">
+								<div class="l-area">
+									<p class="total">총 <em>156</em>건</p>
+								</div>
+								<div class="r-area">
+									<select class="select-sort border-none" title="정렬 선택">
+										<option>학교 이름 오름차순</option>
+									</select>
+									<fieldset class="search-area">
+										<legend>검색</legend>
+										<div class="search">
+											<input type="text" placeholder="검색어를 입력하세요" title="검색어를 입력하세요">
+											<button class="btn ico-search">검색</button>
+										</div>
+									</fieldset>
+								</div>
+							</div>
+							<div class="extend-fnc-area">
+								<div class="l-area">
+									<div class="btn-group">
+										<button class="btn sm">미이수</button>
+										<button class="btn sm">이수</button>
+									</div>
+								</div>
+							</div>
+						</div>
+						<div class="info-type table-sticky" data-sot-left="5">
+							<table>
+								<caption>학생 목록</caption>
+								<colgroup>
+									<col style="width: 6.4rem">
+									<col style="width: 6.4rem">
+									<col style="width: 16rem">
+									<col style="width: 10rem">
+									<col style="width: 12rem">
+									<col style="width: 12rem">
+									<col style="width: 16rem">
+									<col style="width: 16rem">
+									<col style="width: 16rem">
+									<col style="width: 16rem">
+								</colgroup>
+								<thead>
+									<tr>
+										<th scope="row" rowspan="2">연번</th>
+										<th scope="row" rowspan="2">학년</th>
+										<th scope="row" rowspan="2">학교</th>
+										<th scope="row" rowspan="2">반/번호</th>
+										<th scope="row" rowspan="2">성명</th>
+										<th scope="row" rowspan="2">총 이수 시간<br><small>(시간/분/초)</small></th>
+										<td>
+											<div class="checkradio">
+												<input type="checkbox" id="c1">
+												<label for="c1">수업용용 게시물의 제목이 2줄로 모두 노출<br>(2025-09-30)</label>
+											</div>
+										</td>
+										<td>
+											<div class="checkradio">
+												<input type="checkbox" id="c2">
+												<label for="c2">수업용용 게시물의 제목이 2줄로 모두 노출<br>(2025-09-30)</label>
+											</div>
+										</td>
+										<td>
+											<div class="checkradio">
+												<input type="checkbox" id="c3">
+												<label for="c3">수업용용 게시물의 제목이 2줄로 모두 노출<br>(2025-09-30)</label>
+											</div>
+										</td>
+										<td>
+											<div class="checkradio">
+												<input type="checkbox" id="c4">
+												<label for="c4">수업용용 게시물의 제목이 2줄로 모두 노출<br>(2025-09-30)</label>
+											</div>
+										</td>
+									</tr>
+									<tr>
+										<td>대면수업</td>
+										<td>영상수업<br>00:00</td>
+										<td>화상수업<br>00:00</td>
+										<td>공동문서편집</td>
+									</tr>
+								</thead>
+								<tbody>
+									<tr>
+										<td>1</td>
+										<td>2</td>
+										<td>세종중학교</td>
+										<td>1/1</td>
+										<td>홍길동</td>
+										<td>0:00:00</td>
+										<td><em class="font-color-red">미이수</em></td>
+										<td><button class="btn-link">이수</button><br>(00:00)</td>
+										<td><button class="btn-link">이수</button><br>(00:00)</td>
+										<td><button class="btn-link">이수</button><br>(00:00)</td>
+									</tr>
+									<tr class="disabled">
+										<td>1</td>
+										<td>2</td>
+										<td>세종중학교</td>
+										<td>1/1</td>
+										<td><span class="label sm">중지</span> 홍길동</td>
+										<td>0:00:00</td>
+										<td><em class="font-color-red">미이수</em></td>
+										<td><button class="btn-link">이수</button><br>(00:00)</td>
+										<td><button class="btn-link">이수</button><br>(00:00)</td>
+										<td><button class="btn-link">이수</button><br>(00:00)</td>
+									</tr>
+								</tbody>
+							</table>
+						</div>
+						<ul class="pagenation">
+							<li class="ppv">
+								<a href="#none" class="btn ico-ppv circle sm" title="전체 목록에서 가장 처음 목록으로 이동합니다">처음으로</a>
+							</li>
+							<li class="pv">
+								<a href="#none" class="btn ico-pv circle sm" title="이전 목록으로 이동합니다">이전으로</a>
+							</li>
+							<li class="current">
+								<span title="현재 페이지">1</span>
+							</li>
+							<li>
+								<a href="#none" title="2번째 목록으로 이동합니다">2</a>
+							</li>
+							<li>
+								<a href="#none" title="3번째 목록으로 이동합니다">3</a>
+							</li>
+							<li>
+								<a href="#none" title="4번째 목록으로 이동합니다">4</a>
+							</li>
+							<li>
+								<a href="#none" title="5번째 목록으로 이동합니다">5</a>
+							</li>
+							<li class="fw">
+								<a href="#none" class="btn ico-fw circle sm" title="다음 목록으로 이동합니다">다음으로</a>
+							</li>
+							<li class="ffw">
+								<a href="#none" class="btn ico-ffw circle sm" title="전체 목록에서 가장 마지막 목록으로 이동합니다">끝으로</a>
+							</li>
+						</ul>
+					</section>
+				</div>
+			</div>
+		</div>
+		<footer class="site-footer"></footer>
+	</div>
+	<!-- toast -->
+	<div class="toast"></div>
+	<!--popup-->
+	<div class="dim"></div>
+</body>
+
+</html>(파일 끝에 줄바꿈 문자 없음)
 
html/onSejong/manager/myclass/results.html (added)
+++ html/onSejong/manager/myclass/results.html
@@ -0,0 +1,250 @@
+<!DOCTYPE html>
+<html lang="ko">
+
+<head>
+	<title>온세종학교</title>
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+	<meta name="Author" content="" />
+	<meta name="Keywords" content="" />
+	<meta name="Description" content="" />
+	<meta name="format-detection" content="telephone=no" />
+	<meta http-equiv="X-UA-Compatible" content="IE=edge" />
+	<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" />
+	<link href="/resources/front/site/SITE_00000/css/style.css" rel="stylesheet" />
+	<!-- 공통 plugin -->
+	<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-3.6.0.min.js"></script>
+	<script src="/resources/front/site/SITE_00000/js/common/jquery/jquery-ui.min.js"></script>
+	<!-- //공통 plugin -->
+	<!-- 페이지 plugin-->
+	<script src="/resources/front/site/SITE_00000/js/common/vendor/swiper/swiper-bundle.js"></script>
+	<script src="/resources/front/site/SITE_00000/js/common/vendor/etc/jQuery.tagify.min.js"></script>
+	<!-- chart -->
+	<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chart4.3.0.js"></script>
+	<script src="/resources/front/site/SITE_00000/js/common/vendor/chart/chartjs-plugin-datalabels@2.0.js"></script>
+	<!-- //chart -->
+	<!-- //페이지 plugin-->
+	<!-- 공통 퍼블 layout: 개발시 삭제-->
+	<script src="/resources/front/site/SITE_00000/js/_layout.js"></script>
+	<!--//퍼블 layout-->
+	<!-- 공통 메뉴 js-->
+	<!-- //공통 메뉴 js -->
+	<!--공통 퍼블 js-->
+	<script src="/resources/front/site/SITE_00000/js/common.js"></script>
+	<script src="/resources/front/site/SITE_00000/js/common-custom.js"></script>
+	<!--//공통 퍼블 js-->
+</head>
+
+<body>
+	<div class="accessibility">
+		<a href="#skipToContents" title="콘텐츠를 바로 볼 수 있도록 건너뛰기합니다.">콘텐츠 바로가기</a>
+	</div>
+	<!-- for-teacher / for-student -->
+	<div class="container">
+		<!-- 통합 헤더 및 네비게이션 -->
+		<header class="site-header"></header>
+		<div class="site-body" id="skipToContents">
+			<div class="wrap">
+				<aside class="lnb"></aside>
+				<div class="site-cont">
+					<ul class="breadcrumb">
+						<li><a href="#none" class="home">홈</a></li>
+						<li><a href="#none">1depth</a></li>
+						<li><a href="#none">2depth</a></li>
+					</ul>
+					<div class="page-tit-area">
+						<div class="l-area">
+							<h2 class="title-xlg">성적관리</h2>
+						</div>
+					</div>
+					<section class="section">
+						<h3 class="txt-hide">과정 정보</h3>
+						<div class="fnc-area">
+							<div class="l-area">
+								<div class="btn-group">
+									<a href="#none" class="btn secondary ico-setting">성적 항목 관리</a>
+									<button class="btn secondary ico-edit">성적 직접 관리</button>
+									<button class="btn secondary">환산 기준 관리</button>
+									<button class="btn">과제 제출 현황 확인</button>
+									<button class="btn">성적분포도 확인</button>
+								</div>
+							</div>
+							<div class="r-area">
+								<div class="btn-group">
+									<button class="btn sm ico-download">엑셀 다운로드</button>
+									<button class="btn sm ico-upload">엑셀 업로드</button>
+								</div>
+							</div>
+						</div>
+						<div class="write-type">
+							<table>
+								<caption>과정 정보 표</caption>
+								<colgroup>
+									<col style="width: 16rem;">
+									<col>
+									<col style="width: 16rem;">
+									<col>
+								</colgroup>
+								<tbody>
+									<tr>
+										<th scope="col">과정</th>
+										<td>인공지능 수학 (2025년2학기)</td>
+										<th scope="col">담당교사</th>
+										<td>김세종</td>
+									</tr>
+									<tr>
+										<th scope="col">요일·시간</th>
+										<td colspan="3">[화 7], [수 5], [목 4]</td>
+									</tr>
+								</tbody>
+							</table>
+						</div>
+					</section>
+					<section class="section">
+						<h3 class="txt-hide">학생 목록</h3>
+						<div class="fnc-extend-area">
+							<div class="extend-default-area">
+								<div class="l-area">
+									<p class="total">총 <em>156</em>건</p>
+								</div>
+								<div class="r-area">
+									<select class="select-sort border-none" title="정렬 선택">
+										<option>학교 이름 오름차순</option>
+									</select>
+									<fieldset class="search-area">
+										<legend>검색</legend>
+										<div class="search">
+											<input type="text" placeholder="검색어를 입력하세요" title="검색어를 입력하세요">
+											<button class="btn ico-search">검색</button>
+										</div>
+									</fieldset>
+								</div>
+							</div>
+						</div>
+						<div class="info-type table-sticky" data-sot-left="6">
+							<table>
+								<caption>학생 목록</caption>
+								<colgroup>
+									<col style="width: 6.4rem">
+									<col style="width: 6.4rem">
+									<col style="width: 16rem">
+									<col style="width: 10rem">
+									<col style="width: 12rem">
+									<col style="width: 12rem">
+									<col>
+									<col>
+									<col>
+									<col>
+								</colgroup>
+								<thead>
+									<tr>
+										<th scope="row">연번</th>
+										<th scope="row">학년</th>
+										<th scope="row">학교</th>
+										<th scope="row">반/번호</th>
+										<th scope="row">성명</th>
+										<th scope="row">총점</th>
+										<td>과제용 게시물의 제목이 2줄로 모두 노출됩니다.</td>
+										<td>과제용 게시물의 제목이 2줄로 모두 노출됩니다.</td>
+										<td>과제용 게시물의 제목이 2줄로 모두 노출됩니다. <button class="btn-ico ico-edit">수정</button></td>
+										<td>과제용 게시물의 제목이 2줄로 모두 노출됩니다.</td>
+									</tr>
+								</thead>
+								<tbody>
+									<tr>
+										<td>1</td>
+										<td>2</td>
+										<td>세종중학교</td>
+										<td>1/1</td>
+										<td>홍길동</td>
+										<td>
+											<em class="accent block">100</em>
+											<small class="msg">(100%)_A</small>
+										</td>
+										<td>
+											<em class="block">100</em>
+											<small class="msg">(35.00)</small>
+										</td>
+										<td>
+											<em class="block">100</em>
+											<small class="msg">(35.00)</small>
+										</td>
+										<td>
+											<em class="block">100</em>
+											<small class="msg">(35.00)</small>
+										</td>
+										<td>
+											<em class="block">100</em>
+											<small class="msg">(35.00)</small>
+										</td>
+									</tr>
+									<tr class="disabled">
+										<td>1</td>
+										<td>2</td>
+										<td>세종중학교</td>
+										<td>1/1</td>
+										<td><span class="label sm">중지</span> 홍길동</td>
+										<td>
+											-
+										</td>
+										<td>
+											<em class="block">100</em>
+											<small class="msg">(35.00)</small>
+										</td>
+										<td>
+											<em class="block">100</em>
+											<small class="msg">(35.00)</small>
+										</td>
+										<td>
+											<em class="block">100</em>
+											<small class="msg">(35.00)</small>
+										</td>
+										<td>
+											<em class="block">100</em>
+											<small class="msg">(35.00)</small>
+										</td>
+									</tr>
+								</tbody>
+							</table>
+						</div>
+						<ul class="pagenation">
+							<li class="ppv">
+								<a href="#none" class="btn ico-ppv circle sm" title="전체 목록에서 가장 처음 목록으로 이동합니다">처음으로</a>
+							</li>
+							<li class="pv">
+								<a href="#none" class="btn ico-pv circle sm" title="이전 목록으로 이동합니다">이전으로</a>
+							</li>
+							<li class="current">
+								<span title="현재 페이지">1</span>
+							</li>
+							<li>
+								<a href="#none" title="2번째 목록으로 이동합니다">2</a>
+							</li>
+							<li>
+								<a href="#none" title="3번째 목록으로 이동합니다">3</a>
+							</li>
+							<li>
+								<a href="#none" title="4번째 목록으로 이동합니다">4</a>
+							</li>
+							<li>
+								<a href="#none" title="5번째 목록으로 이동합니다">5</a>
+							</li>
+							<li class="fw">
+								<a href="#none" class="btn ico-fw circle sm" title="다음 목록으로 이동합니다">다음으로</a>
+							</li>
+							<li class="ffw">
+								<a href="#none" class="btn ico-ffw circle sm" title="전체 목록에서 가장 마지막 목록으로 이동합니다">끝으로</a>
+							</li>
+						</ul>
+					</section>
+				</div>
+			</div>
+		</div>
+		<footer class="site-footer"></footer>
+	</div>
+	<!-- toast -->
+	<div class="toast"></div>
+	<!--popup-->
+	<div class="dim"></div>
+</body>
+
+</html>(파일 끝에 줄바꿈 문자 없음)
Add a comment
List