File name
Commit message
Commit date
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">
<section class="section sm">
<h3 class="txt-hide">과정 정보</h3>
<div class="write-type">
<table>
<caption>과정 정보 표</caption>
<colgroup>
<col style="width: 16rem;">
<col>
</colgroup>
<tbody>
<tr>
<th scope="col">수업명</th>
<td>인공지능 수학 (2025년2학기)</td>
</tr>
<tr>
<th scope="col">담당교사</th>
<td>김세종</td>
</tr>
<tr>
<th scope="col">수업일</th>
<td>2025-09-30(월)</td>
</tr>
</tbody>
</table>
</div>
</section>
<section class="section">
<h3 class="txt-hide">성찰일지 상세</h3>
<div class="write-type">
<table>
<caption>성찰일지 상세</caption>
<colgroup>
<col style="width: 160px" />
<col />
</colgroup>
<tbody>
<tr>
<th scope="row">활동 주제</th>
<td>
<input type="text" class="q4" placeholder="실험 설계를 위한 참고문헌 조사" disabled>
</td>
</tr>
<tr>
<th scope="row">활동 일자</th>
<td>2025-09-30(월) 15:20</td>
</tr>
<tr>
<th scope="row">활동 목적</th>
<td>
<input type="text" class="q4" placeholder="실험을 위한 자료 조사" disabled>
</td>
</tr>
<tr>
<th scope="row">활동 참여자</th>
<td>
<input type="text" class="q4" placeholder="김세종" disabled>
</td>
</tr>
<tr>
<th scope="row">활동 내용</th>
<td>
<textarea placeholder="학생이 작성한 활동내용이 모두 보여집니다~~" disabled></textarea>
</td>
</tr>
<tr>
<th scope="row">참고 문헌</th>
<td>
<textarea placeholder="학생이 작성한 활동내용이 모두 보여집니다~~" disabled></textarea>
</td>
</tr>
<tr>
<th scope="row">배운점</th>
<td>
<textarea placeholder="학생이 작성한 활동내용이 모두 보여집니다~~" disabled></textarea>
</td>
</tr>
<tr>
<th scope="row">선생님 의견</th>
<td>
<textarea placeholder="선생님이 작성한 의견 표시 (수정 페이지에서는 히든)" disabled></textarea>
</td>
</tr>
</tbody>
</table>
</div>
</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>