• Y
  • List All
  • Feedback
    • This Project
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
yangart / sejongOn_publish star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB 1
  • Files
  • Commit
  • Branches
sejongOn_publishhtmlonSejongcommonnoticescheduleList.html
Download as .zip file
File name
Commit message
Commit date
html
모바일진행중 / 캠공 소개 수정
10-31
resources/front/site/SITE_00000
모바일진행중 / 캠공 소개 수정
10-31
.gitignore
퍼블 세팅
09-23
README.md
Update README.md
09-29
File name
Commit message
Commit date
campas
모바일진행중 / 캠공 소개 수정
10-31
onSejong
모바일진행중 / 캠공 소개 수정
10-31
File name
Commit message
Commit date
_module
과목선택, 모달팝업 > 팝업으로 수정
10-21
common
모바일진행중 / 캠공 소개 수정
10-31
manager
모바일진행중 / 캠공 소개 수정
10-31
member
모바일진행중 / 캠공 소개 수정
10-31
index.html
캠공 퍼블 수정중
10-30
File name
Commit message
Commit date
_guide
site-cont 추가
10-02
_layout
모바일진행중 / 캠공 소개 수정
10-31
disclosure
노출 건 수 셀렉트 박스 수정
10-14
facility
site-cont 추가
10-02
main
모바일진행중 / 캠공 소개 수정
10-31
member
모바일진행중 / 캠공 소개 수정
10-31
notice
no message
10-14
schoolInfo
평가지, 문항 퍼블 수정 및 추가
10-29
sub
과목선택, 모달팝업 > 팝업으로 수정
10-21
util
파일정리
10-24
File name
Commit message
Commit date
_layout
lnb 추가 및 행사일정 퍼블 추가
10-01
notice.html
노출 건 수 셀렉트 박스 수정
10-14
noticeView.html
site-cont 추가
10-02
scheduleCalendar.html
site-cont 추가
10-02
scheduleList.html
no message
10-14
DESKTOP-CA1CHOC\FoxEdu 10-14 9091900 no message UNIX
Raw Open in browser Change history
<!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> <header class="section-tit-area"> <div class="l-area"> <h3 class="title-lg">2025</h3> <div class="btn-group"> <button type="button" class="btn circle sm ico-pv">이전</button> <button type="button" class="btn circle sm ico-fw">다음</button> </div> </div> </header> <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 class="align-left">입학식</td> </tr> <tr> <td>2025년 03월 05일</td> <td class="align-left">학부모 총회 및 학교 설명회</td> </tr> <tr> <td>2025년 03월 22일</td> <td class="align-left">진로·적성 검사 / 오리엔테이션 활동</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>

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up