File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
<!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">
<div class="fnc-area">
<div class="r-area">
<select title="년도 선택">
<option>이민서(세종고등학교 2학년 1반 15번)</option>
</select>
</div>
</div>
<div class="write-type">
<table>
<caption>학습성찰일지 상세</caption>
<colgroup>
<col style="width: 160px" />
<col />
</colgroup>
<tbody>
<tr>
<th scope="row">이름(ID)/소속정보</th>
<td>이민서 (student_id_12345) / 세종미래고등학교 2학년 5반 12번</td>
</tr>
<tr>
<th scope="row">수업명(과정명)</th>
<td>인공지능과 수학</td>
</tr>
<tr>
<th scope="row">수업일시</th>
<td>2025-09-18 (목) 18:30~21:00</td>
</tr>
<tr>
<th scope="row">활동 주제</th>
<td>실험 설계를 위한 참고문헌 조사</td>
</tr>
<tr>
<th scope="row">제출일(활동일자)</th>
<td>2025년 11월 15일 오후 11:59</td>
</tr>
<tr>
<th scope="row">활동 목적</th>
<td>실험을 위한 자료조사</td>
</tr>
<tr>
<th scope="row">활동 참여자</th>
<td>김학생</td>
</tr>
<tr>
<th scope="row">활동내용</th>
<td>학생이 수업종료 및 학습성찰에서 작성한 내용 노출</td>
</tr>
<tr>
<th scope="row">참고문헌</th>
<td>학생이 작성한 참고 문헌들이 모두 보여집니다.</td>
</tr>
<tr>
<th scope="row">배운점</th>
<td>학생이 수업종료 및 학습성찰에서 작성한 내용 노출</td>
</tr>
<tr>
<th scope="row">선생님 의견</th>
<td>
<textarea placeholder="내용을 입력하세요." title="선생님 의견 입력"></textarea>
</td>
</tr>
</tbody>
</table>
</div>
</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>