이화경 이화경 10-01
lnb 추가 및 행사일정 퍼블 추가
@064be8d026fd9c3ca74c5363939977209200cbe2
 
html/onSejong/common/notice/_layout/lnb.html (added)
+++ html/onSejong/common/notice/_layout/lnb.html
@@ -0,0 +1,18 @@
+<h2>알림마당</h2>
+<nav>
+    <ul>
+        <li><a href="#" class="is-active">공지사항</a></li>
+        <li><a href="#">가정통신문</a></li>
+        <li><a href="#">학사일정</a></li>
+        <li><a href="#">채용공고</a></li>
+        <li><a href="#">행사일정</a></li>
+    </ul>
+</nav>
+<!-- 모바일 nav -->
+<select title="메뉴 선택">
+    <option>공지사항</option>
+    <option>가정통신문</option>
+    <option>학사일정</option>
+    <option>채용공고</option>
+    <option>행사일정</option>
+</select>(파일 끝에 줄바꿈 문자 없음)
html/onSejong/common/notice/notice.html
--- html/onSejong/common/notice/notice.html
+++ html/onSejong/common/notice/notice.html
@@ -51,146 +51,150 @@
         <header class="site-header"></header>
 
         <div class="site-body" id="skipToContents">
+            
             <div class="wrap">
-                <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>
-                <div class="summary-page">
-                    <div class="l-area">
-                        <div class="img-area">
-                            <img src="/resources/front/site/SITE_00000/images/common/ico-summary/ico-summary-message.svg" alt="" aria-hidden="true">
-                        </div>
-                        <div class="txt-area">
-                            <ul class="bullet">
-                                <li>게시되는 글의 본문이나 첨부파일에 개인정보(주민등록번호, 휴대폰번호, 주소, 은행계좌번호, 신용카드번호 등 개인을 식별할 수 있는 모든 정보)를 포함시키지 않도록 주의하시기 바랍니다.</li>
-                                <li>개인정보가 게시되어 노출 될 경우 해당 게시물 작성자가 관련 법령에 따라 처분을 받을 수 있으니 유의하시기 바랍니다.</li>
-                            </ul>
+                <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>
-                </div>
-                <h3 class="txt-hide">검색</h3>
-                <div class="fnc-area">
-                    <div class="l-area">
-                        <p>Total <em>156</em> 건</p>
+                    <div class="summary-page">
+                        <div class="l-area">
+                            <div class="img-area">
+                                <img src="/resources/front/site/SITE_00000/images/common/ico-summary/ico-summary-message.svg" alt="" aria-hidden="true">
+                            </div>
+                            <div class="txt-area">
+                                <ul class="bullet">
+                                    <li>게시되는 글의 본문이나 첨부파일에 개인정보(주민등록번호, 휴대폰번호, 주소, 은행계좌번호, 신용카드번호 등 개인을 식별할 수 있는 모든 정보)를 포함시키지 않도록 주의하시기 바랍니다.</li>
+                                    <li>개인정보가 게시되어 노출 될 경우 해당 게시물 작성자가 관련 법령에 따라 처분을 받을 수 있으니 유의하시기 바랍니다.</li>
+                                </ul>
+                            </div>
+                        </div>
                     </div>
-                    <div class="r-area">
-                        <fieldset class="search-area">
-                            <legend>검색</legend>
-                            <div class="search-option" title="검색 옵션 선택">
-                                <select title="검색 옵션 선택">
-                                    <option>10건</option>
-                                    <option>20건</option>
-                                    <option>50건</option>
-                                </select>
-                            </div>
-                            <div class="search-option" title="검색 옵션 선택">
-                                <select title="검색 옵션 선택">
-                                    <option>제목+내용</option>
-                                    <option>제목</option>
-                                    <option>내용</option>
-                                    <option>작성자</option>
-                                </select>
-                            </div>
-                            <div class="search">
-                                <input type="text" placeholder="검색어를 입력하세요." title="검색어를 입력하세요.">
-                                <button class="btn ico-search">검색</button>
-                            </div>
-                        </fieldset>
+                    <h3 class="txt-hide">검색</h3>
+                    <div class="fnc-area">
+                        <div class="l-area">
+                            <p>Total <em>156</em> 건</p>
+                        </div>
+                        <div class="r-area">
+                            <fieldset class="search-area">
+                                <legend>검색</legend>
+                                <div class="search-option" title="검색 옵션 선택">
+                                    <select title="검색 옵션 선택">
+                                        <option>10건</option>
+                                        <option>20건</option>
+                                        <option>50건</option>
+                                    </select>
+                                </div>
+                                <div class="search-option" title="검색 옵션 선택">
+                                    <select title="검색 옵션 선택">
+                                        <option>제목+내용</option>
+                                        <option>제목</option>
+                                        <option>내용</option>
+                                        <option>작성자</option>
+                                    </select>
+                                </div>
+                                <div class="search">
+                                    <input type="text" placeholder="검색어를 입력하세요." title="검색어를 입력하세요.">
+                                    <button class="btn ico-search">검색</button>
+                                </div>
+                            </fieldset>
+                        </div>
                     </div>
+                    <div class="list-type">
+                        <table>
+                            <caption>청강생 목록</caption>
+                            <colgroup>
+                                <col style="width: 80px;">
+                                <col>
+                                <col style="width: 200px;">
+                                <col style="width: 200px;">
+                                <col style="width: 120px;">
+                            </colgroup>
+                            <thead>
+                                <tr>
+                                    <th scope="col">번호</th>
+                                    <th scope="col">제목</th>
+                                    <th scope="col">작성자</th>
+                                    <th scope="col">등록일</th>
+                                    <th scope="col">조회</th>
+                                </tr>
+                            </thead>
+                            <tbody>
+                                <tr>
+                                    <td>3</td>
+                                    <td class="align-left">
+                                        <a href="#none" class="table-title table-title">2025학년도 온세종학교회계 본예산서 공개 2025학년도 온세종학교회계 본예산서 공개 2025학년도 온세종학교회계 본예산서 공개 2025학년도 온세종학교회계 본예산서 공개 </a>
+                                    </td>
+                                    <td data-tit="작성자">관리자</td>
+                                    <td data-tit="등록일">2025-08-15</td>
+                                    <td data-tit="조회수">128</td>
+                                </tr>
+                                <tr>
+                                    <td>2</td>
+                                    <td class="align-left">
+                                        <a href="#none" class="table-title table-title">2025학년도 온세종학교회계 본예산서 공개</a>
+                                    </td>
+                                    <td data-tit="작성자">홍길동</td>
+                                    <td data-tit="등록일">2025-08-15</td>
+                                    <td data-tit="조회수">128</td>
+                                </tr>
+                                <tr>
+                                    <td>1</td>
+                                    <td class="align-left">
+                                        <a href="#none" class="table-title table-title">2025학년도 온세종학교회계 본예산서 공개</a>
+                                    </td>
+                                    <td data-tit="작성자">관리자</td>
+                                    <td data-tit="등록일">2025-08-15</td>
+                                    <td data-tit="조회수">128</td>
+                                </tr>
+                            </tbody>
+                        </table>
+                    </div>
+                    <div class="txt-none">
+                        <figure>
+                            <img src="/resources/front/site/SITE_00000/images/common/common/txt_none.svg" alt="콘텐츠 없음"
+                                aria-hidden="true">
+                        </figure>
+                        <p>목록이 비어있습니다.</p>
+                    </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">
+                            <a href="#none" title="1번째 목록으로 이동합니다">1</a>
+                        </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>
                 </div>
-                <div class="list-type">
-                    <table>
-                        <caption>청강생 목록</caption>
-                        <colgroup>
-                            <col style="width: 80px;">
-                            <col>
-                            <col style="width: 200px;">
-                            <col style="width: 200px;">
-                            <col style="width: 120px;">
-                        </colgroup>
-                        <thead>
-                            <tr>
-                                <th scope="col">번호</th>
-                                <th scope="col">제목</th>
-                                <th scope="col">작성자</th>
-                                <th scope="col">등록일</th>
-                                <th scope="col">조회</th>
-                            </tr>
-                        </thead>
-                        <tbody>
-                            <tr>
-                                <td>3</td>
-                                <td class="align-left">
-                                    <a href="#none" class="table-title table-title">2025학년도 온세종학교회계 본예산서 공개 2025학년도 온세종학교회계 본예산서 공개 2025학년도 온세종학교회계 본예산서 공개 2025학년도 온세종학교회계 본예산서 공개 </a>
-                                </td>
-                                <td data-tit="작성자">관리자</td>
-                                <td data-tit="등록일">2025-08-15</td>
-                                <td data-tit="조회수">128</td>
-                            </tr>
-                            <tr>
-                                <td>2</td>
-                                <td class="align-left">
-                                    <a href="#none" class="table-title table-title">2025학년도 온세종학교회계 본예산서 공개</a>
-                                </td>
-                                <td data-tit="작성자">홍길동</td>
-                                <td data-tit="등록일">2025-08-15</td>
-                                <td data-tit="조회수">128</td>
-                            </tr>
-                            <tr>
-                                <td>1</td>
-                                <td class="align-left">
-                                    <a href="#none" class="table-title table-title">2025학년도 온세종학교회계 본예산서 공개</a>
-                                </td>
-                                <td data-tit="작성자">관리자</td>
-                                <td data-tit="등록일">2025-08-15</td>
-                                <td data-tit="조회수">128</td>
-                            </tr>
-                        </tbody>
-                    </table>
-                </div>
-                <div class="txt-none">
-                    <figure>
-                        <img src="/resources/front/site/SITE_00000/images/common/common/txt_none.svg" alt="콘텐츠 없음"
-                            aria-hidden="true">
-                    </figure>
-                    <p>목록이 비어있습니다.</p>
-                </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">
-                        <a href="#none" title="1번째 목록으로 이동합니다">1</a>
-                    </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>
             </div>
         </div>
 
html/onSejong/common/notice/noticeView.html
--- html/onSejong/common/notice/noticeView.html
+++ html/onSejong/common/notice/noticeView.html
@@ -51,94 +51,97 @@
 
             <div class="site-body" id="skipToContents">
                 <div class="wrap">
-                    <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="board-view-area wrap-md">
-                        <header class="view-header">
+                    <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">
-                                <h3 class="title-lg">제목이 표시되는 영역, 말줄임 없이 표시</h3>
-                                <ul class="info-inline-list">
-                                    <li>
-                                        <i class="ico-profile"></i>
-                                        <div class="txt-area">작성자</div>
-                                    </li>
-                                    <li>
-                                        <i class="ico-calendar"></i>
-                                        <div class="txt-area">2025.09.30 12:30</div>
-                                    </li>
-                                    <li>
-                                        <i class="ico-visibility"></i>
-                                        <div class="txt-area">134</div>
-                                    </li>
-                                </ul>
-                            </div>
-                        </header>
-                        <div class="view-body">
-                            <div class="view-cont">
-                                <div class="view-cont-txt-area">
-                                    내용이 표시되는 영역내용이 표시되는 영역내용이 표시되는 영역내용이 표시되는
-                                    영역내용이 표시되는 영역내용이 표시되는 영역내용이 표시되는 영역내용이 표시되는
-                                    영역내용이 표시되는 영역내용이 표시되는 영역내용이 표시되는 영역내용이 표시되는
-                                    영역내용이 표시되는 영역내용이 표시되는 영역내용이 표시되는 영역내용이 표시되는
-                                    영역내용이 표시되는 영역내용이 표시되는 영역내용이 표시되는 영역내용이 표시되는 영역
-                                </div>
-                                <article class="view-section">
-                                    <div class="item-list-box">
-                                        <div class="item">
-                                            <div class="txt-area">
-                                                <i class="ico-attach"></i>
-                                                <p class="txt">첨부파일명.pdf</p>
-                                                <small>124kb</small>
-                                            </div>
-                                            <div class="item-fnc-area">
-                                                <a href="#none" class="ico-download">다운로드</a>
-                                            </div>
-                                        </div>
-                                        <div class="item">
-                                            <div class="txt-area">
-                                                <i class="ico-attach"></i>
-                                                <p class="txt">첨부파일명.pdf</p>
-                                                <small>124kb</small>
-                                            </div>
-                                            <div class="item-fnc-area">
-                                                <a href="#none" class="ico-download">다운로드</a>
-                                            </div>
-                                        </div>
-                                        <div class="item">
-                                            <div class="txt-area">
-                                                <i class="ico-attach"></i>
-                                                <p class="txt">첨부파일명.pdf</p>
-                                                <small>124kb</small>
-                                            </div>
-                                            <div class="item-fnc-area">
-                                                <a href="#none" class="ico-download">다운로드</a>
-                                            </div>
-                                        </div>
-                                        <div class="item">
-                                            <div class="txt-area">
-                                                <i class="ico-attach"></i>
-                                                <p class="txt">첨부파일명.pdf</p>
-                                                <small>124kb</small>
-                                            </div>
-                                            <div class="item-fnc-area">
-                                                <a href="#none" class="ico-download">다운로드</a>
-                                            </div>
-                                        </div>
-                                    </div>
-                                </article>
+                                <h2 class="title-xlg">공지사항</h2>
                             </div>
                         </div>
-                    </section>
-                    <div class="btn-cont">
-                        <a href="#none" class="btn lg">목록으로</a>
+                        <section class="board-view-area wrap-md">
+                            <header class="view-header">
+                                <div class="l-area">
+                                    <h3 class="title-lg">제목이 표시되는 영역, 말줄임 없이 표시</h3>
+                                    <ul class="info-inline-list">
+                                        <li>
+                                            <i class="ico-profile"></i>
+                                            <div class="txt-area">작성자</div>
+                                        </li>
+                                        <li>
+                                            <i class="ico-calendar"></i>
+                                            <div class="txt-area">2025.09.30 12:30</div>
+                                        </li>
+                                        <li>
+                                            <i class="ico-visibility"></i>
+                                            <div class="txt-area">134</div>
+                                        </li>
+                                    </ul>
+                                </div>
+                            </header>
+                            <div class="view-body">
+                                <div class="view-cont">
+                                    <div class="view-cont-txt-area">
+                                        내용이 표시되는 영역내용이 표시되는 영역내용이 표시되는 영역내용이 표시되는
+                                        영역내용이 표시되는 영역내용이 표시되는 영역내용이 표시되는 영역내용이 표시되는
+                                        영역내용이 표시되는 영역내용이 표시되는 영역내용이 표시되는 영역내용이 표시되는
+                                        영역내용이 표시되는 영역내용이 표시되는 영역내용이 표시되는 영역내용이 표시되는
+                                        영역내용이 표시되는 영역내용이 표시되는 영역내용이 표시되는 영역내용이 표시되는 영역
+                                    </div>
+                                    <article class="view-section">
+                                        <div class="item-list-box">
+                                            <div class="item">
+                                                <div class="txt-area">
+                                                    <i class="ico-attach"></i>
+                                                    <p class="txt">첨부파일명.pdf</p>
+                                                    <small>124kb</small>
+                                                </div>
+                                                <div class="item-fnc-area">
+                                                    <a href="#none" class="ico-download">다운로드</a>
+                                                </div>
+                                            </div>
+                                            <div class="item">
+                                                <div class="txt-area">
+                                                    <i class="ico-attach"></i>
+                                                    <p class="txt">첨부파일명.pdf</p>
+                                                    <small>124kb</small>
+                                                </div>
+                                                <div class="item-fnc-area">
+                                                    <a href="#none" class="ico-download">다운로드</a>
+                                                </div>
+                                            </div>
+                                            <div class="item">
+                                                <div class="txt-area">
+                                                    <i class="ico-attach"></i>
+                                                    <p class="txt">첨부파일명.pdf</p>
+                                                    <small>124kb</small>
+                                                </div>
+                                                <div class="item-fnc-area">
+                                                    <a href="#none" class="ico-download">다운로드</a>
+                                                </div>
+                                            </div>
+                                            <div class="item">
+                                                <div class="txt-area">
+                                                    <i class="ico-attach"></i>
+                                                    <p class="txt">첨부파일명.pdf</p>
+                                                    <small>124kb</small>
+                                                </div>
+                                                <div class="item-fnc-area">
+                                                    <a href="#none" class="ico-download">다운로드</a>
+                                                </div>
+                                            </div>
+                                        </div>
+                                    </article>
+                                </div>
+                            </div>
+                        </section>
+                        <div class="btn-cont">
+                            <a href="#none" class="btn lg">목록으로</a>
+                        </div>
                     </div>
                 </div>
             </div>
 
html/onSejong/common/notice/scheduleCalendar.html (added)
+++ html/onSejong/common/notice/scheduleCalendar.html
@@ -0,0 +1,407 @@
+<!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>
+                    <ul class="tabs-nav-lg">
+                        <li><a href="#none">리스트</a></li>
+                        <li><a href="#none" class="is-active" title="선택됨">캘린더</a></li>
+                    </ul>
+                    <section class="section">
+                        <section class="calendar-area">
+                            <header class="calendar-header">
+                                <div class="l-area">
+                                    <h3 class="calendar-tit">2025.09</h3>
+                                    <div class="fnc">
+                                        <button type="button" class="btn-calendar-pv">이전</button>
+                                        <button type="button" class="btn-calendar-fw">다음</button>
+                                    </div>
+                                </div>
+                            </header>
+                            <div class="calendar-tbl">
+                                <table>
+                                    <caption> 달력 테이블로 일, 월, 화, 수, 목, 금, 토로 구성되어 있습니다. </caption>
+                                    <thead>
+                                        <tr>
+                                            <th scope="col">일</th>
+                                            <th scope="col">월</th>
+                                            <th scope="col">화</th>
+                                            <th scope="col">수</th>
+                                            <th scope="col">목</th>
+                                            <th scope="col">금</th>
+                                            <th scope="col">토</th>
+                                        </tr>
+                                    </thead>
+                                    <tbody>
+                                        <tr>
+                                            <td class="is-close">
+                                                <button type="button" class="lnk-full" disabled>선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">1</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <button type="button" class="lnk-full">선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">2</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <button type="button" class="lnk-full">선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">3</strong>
+                                                    <div class="txt-area">
+                                                        
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <button type="button" class="lnk-full">선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">4</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <button type="button" class="lnk-full">선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">5</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <button type="button" class="lnk-full">선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">6</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td class="is-close">
+                                                <button type="button" class="lnk-full" disabled>선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">7</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td class="is-close">
+                                                <button type="button" class="lnk-full" disabled>선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">8</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <button type="button" class="lnk-full">선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">9</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <button type="button" class="lnk-full">선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">10</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <button type="button" class="lnk-full">선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">11</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <button type="button" class="lnk-full">선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">12</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <button type="button" class="lnk-full">선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">13</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td class="is-close">
+                                                <button type="button" class="lnk-full" disabled>선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">14</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td class="is-close">
+                                                <button type="button" class="lnk-full" disabled>선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">15</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <button type="button" class="lnk-full">선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">16</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <button type="button" class="lnk-full">선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">17</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <button type="button" class="lnk-full">선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">18</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <button type="button" class="lnk-full">선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">19</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <button type="button" class="lnk-full">선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">20</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td class="is-close">
+                                                <button type="button" class="lnk-full" disabled>선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">21</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td class="is-close">
+                                                <button type="button" class="lnk-full" disabled>선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">22</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <button type="button" class="lnk-full">선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">23</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <button type="button" class="lnk-full">선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">24</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <button type="button" class="lnk-full">선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">25</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <button type="button" class="lnk-full">선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">26</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <button type="button" class="lnk-full">선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">27</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td class="is-close">
+                                                <button type="button" class="lnk-full" disabled>선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">28</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                        </tr>
+                                        <tr>
+                                            <td class="is-close">
+                                                <button type="button" class="lnk-full" disabled>선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">29</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <button type="button" class="lnk-full">선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">30</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <button type="button" class="lnk-full">선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">1</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <button type="button" class="lnk-full">선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">2</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <button type="button" class="lnk-full">선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">3</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td>
+                                                <button type="button" class="lnk-full">선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">4</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                            <td class="is-close">
+                                                <button type="button" class="lnk-full" disabled>선택</button>
+                                                <div class="cont">
+                                                    <strong class="date">5</strong>
+                                                    <div class="txt-area">
+                                                    </div>
+                                                </div>
+                                            </td>
+                                        </tr>
+                                    </tbody>
+                                </table>
+                            </div>
+                        </section>
+                    </section>
+                </div>
+            </div>
+        </div>
+
+        <footer class="site-footer"></footer>
+    </div>
+
+    <!-- toast -->
+    <div class="toast"></div>
+
+    <!--popup-->
+    <div class="dim"></div>
+</body>
+
+</html>(파일 끝에 줄바꿈 문자 없음)
 
html/onSejong/common/notice/scheduleList.html (added)
+++ html/onSejong/common/notice/scheduleList.html
@@ -0,0 +1,125 @@
+<!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>
+                    <ul class="tabs-nav-lg">
+                        <li><a href="#none" class="is-active" title="선택됨">리스트</a></li>
+                        <li><a href="#none">캘린더</a></li>
+                    </ul>
+                    <section class="calendar-area">
+                        <header class="calendar-header">
+                            <div class="l-area">
+                                <h3 class="calendar-tit">2025.09</h3>
+                                <div class="fnc">
+                                    <button type="button" class="btn-calendar-pv">이전</button>
+                                    <button type="button" class="btn-calendar-fw">다음</button>
+                                </div>
+                            </div>
+                        </header>
+                    </section>
+                    <div class="info-type">
+                        <table>
+                            <caption>행사일정</caption>
+                            <colgroup>
+                                <col style="width: 25%;">
+                                <col>
+                            </colgroup>
+                            <thead>
+                                <tr>
+                                    <th scope="col">일자</th>
+                                    <th scope="col">행사</th>
+                                </tr>
+                            </thead>
+                            <tbody>
+                                <tr>
+                                    <td>2025년 03월 02일</td>
+                                    <td>입학식</td>
+                                </tr>
+                                <tr>
+                                    <td>2025년 03월 05일</td>
+                                    <td>학부모 총회 및 학교 설명회</td>
+                                </tr>
+                                <tr>
+                                    <td>2025년 03월 22일</td>
+                                    <td>진로·적성 검사 / 오리엔테이션 활동</td>
+                                </tr>
+                            </tbody>
+                        </table>
+                    </div>
+                </div>
+            </div>
+        </div>
+
+        <footer class="site-footer"></footer>
+    </div>
+
+    <!-- toast -->
+    <div class="toast"></div>
+
+    <!--popup-->
+    <div class="dim"></div>
+</body>
+
+</html>(파일 끝에 줄바꿈 문자 없음)
html/onSejong/index.html
--- html/onSejong/index.html
+++ html/onSejong/index.html
@@ -370,19 +370,19 @@
                     <li class="before">학교안내</li>
                     <li>알림마당
                         <ul>
-                            <li class="working">공지사항
+                            <li>공지사항
                                 <ul>
-                                    <li>목록,common/notice/notice.html</li>
-                                    <li>상세보기,common/notice/noticeView.html</li>
+                                    <li class="add">목록,common/notice/notice.html</li>
+                                    <li class="add">상세보기,common/notice/noticeView.html</li>
                                 </ul>
                             </li>
                             <li class="before">가정통신문(중복)</li>
                             <li class="before">학사일정(중복)</li>
                             <li class="before">채용공고(중복)</li> 
-                            <li class="before">행사일정
+                            <li>행사일정
                                 <ul>
-                                    <li>리스트</li>
-                                    <li>캘린더</li>
+                                    <li class="add">리스트,common/notice/scheduleList.html</li>
+                                    <li class="add">캘린더,common/notice/scheduleCalendar.html</li>
                                 </ul>
                             </li>
                         </ul>
 
html/onSejong/manager/mystorage/memberManage_student.html (added)
+++ html/onSejong/manager/mystorage/memberManage_student.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">
+                <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 class="r-area"><button class="btn lg cta ico-plus">새로 만들기</button></div>
+                </div>
+                <ul class="tabs-nav-lg">
+                    <li><a href="#none" class="is-active" title="선택됨">영상</a></li>
+                    <li><a href="#none">이미지</a></li>
+                    <li><a href="#none">문서</a></li>
+                    <li><a href="#none">문항</a></li>
+                    <li><a href="#none">평가지</a></li>
+                </ul>
+                <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>
+                                <option>시작일 기준 정렬</option>
+                                <option>종료일 기준 정렬</option>
+                            </select>
+                        </div>
+                    </div>
+                    <div class="extend-fnc-area">
+                        <div class="l-area">
+                            <div class="checkradio">
+                                <input type="checkbox" class="icon-only" id="chk_all">
+                                <label for="chk_all">선택</label>
+                            </div>
+                            <div class="btn-group">
+                                <button class="btn xsm">선택 삭제</button>
+                            </div>
+                        </div>
+                    </div>
+                </div>
+                <div class="list-type">
+                    <table>
+                        <caption>수강생 목록</caption>
+                        <colgroup>
+                            <col style="width: 48px;">
+                            <col>
+                            <col>
+                            <col style="width: 200px;">
+                            <col style="width: 200px;">
+                            <col style="width: 280px;">
+                        </colgroup>
+                        <thead>
+                            <tr>
+                                <th scope="col"></th>
+                                <th scope="col">멤버정보</th>
+                                <th scope="col">학교/학년/반/번호</th>
+                                <th scope="col">전화번호</th>
+                                <th scope="col">최근 접속일</th>
+                                <th scope="col">관리</th>
+                            </tr>
+                        </thead>
+                        <tbody>
+                            <tr>
+                                <td>
+                                    <div class="checkradio">
+                                        <input type="checkbox" class="icon-only" id="chk1_1">
+                                        <label for="chk1_1">선택</label>
+                                    </div>
+                                </td>
+                                <td>
+                                    <div class="profile align-left">
+                                        <div class="img-area">
+                                            <figure>
+                                                <img src="/resources/front/site/SITE_00000/images/common/profile/profile.svg"
+                                                    alt="프로필 썸네일">
+                                            </figure>
+                                        </div>
+                                        <div class="txt-area">
+                                            <strong class="profile-tit">학생명</strong>
+                                            <span>user_id</span>
+                                        </div>
+                                        <div class="fnc">
+                                            <span class="label secondary">학생</span>
+                                        </div>
+                                    </div>
+                                </td>
+                                <td>
+                                    OO고등학교 / 1학년 / 3반 / 12번
+                                </td>
+                                <td>
+                                    010-1234-5678
+                                </td>
+                                <td data-tit="최근 접속일">
+                                    2025-08-15 12:21
+                                </td>
+                                <td>
+                                    <div class="btn-tbl-cont">
+                                        <button type="button" class="btn sm primary">승인</button>
+                                        <button type="button" class="btn sm danger">거절</button>
+                                    </div>
+                                </td>
+                            </tr>
+                            <tr>
+                                <td>
+                                    <div class="checkradio">
+                                        <input type="checkbox" class="icon-only" id="chk1_1">
+                                        <label for="chk1_1">선택</label>
+                                    </div>
+                                </td>
+                                <td>
+                                    <div class="profile align-left">
+                                        <div class="img-area">
+                                            <figure>
+                                                <img src="/resources/front/site/SITE_00000/images/common/profile/profile.svg"
+                                                    alt="프로필 썸네일">
+                                            </figure>
+                                        </div>
+                                        <div class="txt-area">
+                                            <strong class="profile-tit">학생명</strong>
+                                            <span>user_id</span>
+                                        </div>
+                                        <div class="fnc">
+                                            <span class="label secondary">학생</span>
+                                        </div>
+                                    </div>
+                                </td>
+                                <td>
+                                    OO고등학교 / 1학년 / 3반 / 12번
+                                </td>
+                                <td>
+                                    010-1234-5678
+                                </td>
+                                <td data-tit="최근 접속일">
+                                    2025-08-15 12:21
+                                </td>
+                                <td>
+                                    <div class="btn-tbl-cont">
+                                        <button type="button" class="btn sm">학습성장 일지</button>
+                                        <button type="button" class="btn sm">학습활동 보고서</button>
+                                    </div>
+                                </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>
+            </div>
+        </div>
+
+        <footer class="site-footer"></footer>
+    </div>
+
+    <!-- toast -->
+    <div class="toast"></div>
+
+    <!--popup-->
+    <div class="dim"></div>
+</body>
+
+</html>(파일 끝에 줄바꿈 문자 없음)
Add a comment
List