이화경 이화경 09-26
퍼블리스트 추가
@2bd5d5d6f28136248db7b9634b7e91639b17a889
html/onSejong/index.html
--- html/onSejong/index.html
+++ html/onSejong/index.html
@@ -372,7 +372,7 @@
                                     <li>[팝업]자유게시판 설정</li>
                                     <li>[팝업]게시판 삭제</li>
                                     <li>[팝업]과정 폐강</li>
-                                    <li>[팝업]출석QR코드</li>
+                                    <li>[팝업]출석QR코드,manager/class/pop_attendCode.html</li>
                                     <li>멤버관리
                                         <ul>
                                             <li>수강생 관리</li>
@@ -390,29 +390,29 @@
                             <li>수업
                                 <ul>
                                     <li>수업</li>
-                                    <li>상세보기</li>
-                                    <li>[팝업]수업완료 리스트</li>
-                                    <li>수업 만들기</li>
-                                    <li>[팝업]수업 설계안 가져오기</li>
+                                    <li>상세보기,manager/class/classView.html</li>
+                                    <li>[팝업]수업완료 리스트,manager/class/pop_classSubmit.html</li>
+                                    <li>수업 만들기,manager/class/classkWrite.html</li>
+                                    <li>[팝업]수업 설계안 가져오기,manager/class/pop_loadClass.html</li>
                                     <li>[뷰어]수업설계
                                         <ul>
-                                            <li>수업설계</li>
+                                            <li>수업설계,manager/class/classViewer.html</li>
                                             <li>수업설계-영상</li>
-                                            <li>수업설계-이미지</li>
-                                            <li>수업설계-판서</li>
-                                            <li>수업설계-문서</li>
-                                            <li>수업설계-링크</li>
-                                            <li>[팝업]파일 업로드</li>
-                                            <li>[팝업]링크추가</li>
-                                            <li>[팝업]나의 보관함에서 추가</li>
-                                            <li>[팝업]콘텐츠에서 검색</li>
-                                            <li>[팝업]채팅</li>
+                                            <li>수업설계-이미지,manager/class/classViewer_img.html</li>
+                                            <li>수업설계-판서,manager/class/classViewer_painter.html</li>
+                                            <li>수업설계-문서,manager/class/classViewer_painter_doc.html</li>
+                                            <li>수업설계-링크,manager/class/classViewer_URL.html</li>
+                                            <li>[팝업]파일 업로드,manager/class/pop_addFile.html</li>
+                                            <li>[팝업]링크추가,manager/class/pop_addLink.html</li>
+                                            <li>[팝업]나의 보관함에서 추가,manager/class/pop_addArchive.html</li>
+                                            <li>[팝업]콘텐츠에서 검색,manager/class/pop_searchContents.html</li>
+                                            <li>[팝업]채팅,manager/class/pop_chat.html</li>
                                         </ul>
                                     </li>
                                     <li>[뷰어]공동문서편집
                                         <ul>
                                             <li>공동문서편집</li>
-                                            <li>[팝업]그룹설정</li>
+                                            <li>[팝업]그룹설정,manager/class/pop_group.html</li>
                                             <li>[팝업]글쓰기</li>
                                         </ul>
                                     </li>
@@ -420,10 +420,10 @@
                             </li>
                             <li>과제
                                 <ul>
-                                    <li>과제</li>
-                                    <li>상세보기</li>
-                                    <li>[팝업]제출 현황</li>
-                                    <li>과제 만들기</li>
+                                    <li>과제,manager/class/homewrork.html</li>
+                                    <li>상세보기,manager/class/homewrorkView.html</li>
+                                    <li>[팝업]제출 현황,manager/class/pop_homeworkSubmit.html</li>
+                                    <li>과제 만들기,manager/class/homewrorkWrite.html</li>
                                     <li>[팝업]과제 가져오기</li>
                                     <li>제출 과제보기</li>
                                     <li>[팝업]점수 확인</li>
html/onSejong/manager/class/pop_loadClass.html
--- html/onSejong/manager/class/pop_loadClass.html
+++ html/onSejong/manager/class/pop_loadClass.html
@@ -42,7 +42,7 @@
     <div class="popup-modal xlg" data-popuppub="popupmodal">
         <div class="pop-header">
             <h1>수업 설계안 가져오기</h1>
-        </div>
+        </div> 
         <div class="pop-body">
             <div class="fnc-area">
                 <div class="r-area">
@@ -54,6 +54,12 @@
                         </div>
                     </fieldset>
                 </div>
+            </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>
             <div class="list-type">
                 <table>
@@ -74,16 +80,6 @@
                         </tr>
                     </thead>
                     <tbody>
-                        <tr>
-                            <td colspan="5">
-                                <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>
-                            </td>
-                        </tr>
                         <tr>
                             <td>대면수업</td>
                             <td>수업명 표시</td>
html/onSejong/manager/class/pop_searchContents.html
--- html/onSejong/manager/class/pop_searchContents.html
+++ html/onSejong/manager/class/pop_searchContents.html
@@ -55,6 +55,12 @@
                     </fieldset>
                 </div>
             </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>
             <div class="list-type">
                 <table>
                     <caption>나의 보관함 목록으로 수업유형, 수업명, 작성자, 업로드일, 선택으로 구성되어 있습니다.</caption>
@@ -77,18 +83,8 @@
                             <th scope="col">작성자</th>
                             <th scope="col">선택</th>
                         </tr>
-                    </thead>
+                    </thead> 
                     <tbody>
-                        <tr>
-                            <td colspan="6">
-                                <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>
-                            </td>
-                        </tr>
                         <tr>
                             <td>
                                 <input type="checkbox" class="icon-only" id="chk1">
Add a comment
List