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="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>
<div class="write-type">
<table>
<caption>평가 상세</caption>
<colgroup>
<col style="width: 160px" />
<col />
<col style="width: 160px" />
<col />
</colgroup>
<tbody>
<tr>
<th scope="row">지필평가</th>
<td>50%</td>
<th scope="row">수행평가</th>
<td>50%</td>
</tr>
</tbody>
</table>
</div>
<div class="fnc-area">
<div class="l-area">
<p>총 <em>00</em> 건
</p>
</div>
<div class="r-area">
<select class="select-sort border-none" title="정렬 선택">
<option>구분 전체</option>
<option>지필</option>
<option>수행</option>
</select>
<fieldset class="search-area">
<legend>검색</legend>
<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: 84px;">
<col style="width: 120px;">
<col>
<col style="width: 120px;">
<col style="width: 200px;">
</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>과제</td>
<td>기말고사 대비 기출 100문제_이것만 다 풀면 100점입니다!!</td>
<td data-tit="등록일">2025-10-01</td>
<td data-tit="반영비율(%)">
<div class="input-flex-area">
<select title="지필 선택" class="flex1">
<option>지필</option>
</select>
<select title="비율 선택" class="flex1">
<option>%</option>
</select>
</div>
</td>
</tr>
<tr>
<td>2</td>
<td>평가</td>
<td>기말고사 대비 기출 100문제_이것만 다 풀면 100점입니다!!</td>
<td data-tit="등록일">2025-10-01</td>
<td data-tit="반영비율(%)">
<div class="input-flex-area">
<select title="지필 선택" class="flex1">
<option>지필</option>
</select>
<select title="비율 선택" class="flex1">
<option>%</option>
</select>
</div>
</td>
</tr>
<tr>
<td>1</td>
<td>과제</td>
<td>기말고사 대비 기출 100문제_이것만 다 풀면 100점입니다!!</td>
<td data-tit="등록일">2025-10-01</td>
<td data-tit="반영비율(%)">
<div class="input-flex-area">
<select title="지필 선택" class="flex1">
<option>지필</option>
</select>
<select title="비율 선택" class="flex1">
<option>%</option>
</select>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="btn-cont">
<button class="btn lg">목록</button>
<button class="btn lg primary">저장</button>
</div>
</div>
</div>
</div>
<footer class="site-footer"></footer>
</div>
<!-- toast -->
<div class="toast"></div>
<!--popup-->
<div class="dim"></div>
</body>
</html>