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/etc/jQuery.tagify.min.js"></script>
<!-- //페이지 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">
<div class="page-tit-area">
<div class="l-area">
<h2 class="title-xlg">평가지 만들기</h2>
</div>
<div class="r-area"></div>
</div>
<ol class="step">
<li class="is-current">
<span class="num">1</span>
<p>
<strong>기본정보 등록</strong>
</p>
</li>
<li>
<span class="num">2</span>
<p>
<strong>세부정보 등록</strong>
</p>
</li>
</ol>
<section class="section">
<h3 class="txt-hide">기본 정보</h3>
<div class="write-type">
<table>
<caption>기본 정보 입력</caption>
<colgroup>
<col style="width:200px">
<col>
</colgroup>
<tbody>
<tr>
<th scope="row">기본정보</th>
<td>
<input type="text" placeholder="제목을 입력하세요." title="제목 입력" class="q4" >
<textarea placeholder="설명 및 내용을 입력하세요." title="설명 및 내용 입력"></textarea>
<div class="tag-add-area">
<input name='basic' placeholder="키워드를 입력해주세요" class="input-tag" title="키워드 입력">
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
<section class="section sm section-accordion">
<header class="tit-area section-accordion-tit-area">
<div class="l-area">
<h3 class="title">세부정보 설정</h3>
</div>
<div class="r-area">
<button type="button" class="btn sm ico-arrow-up btn-section-accordion-toggle">접기</button>
</div>
</header>
<div class="section-accordion-cont">
<div class="write-type">
<table>
<caption>세부 정보 입력</caption>
<colgroup>
<col style="width:200px">
<col>
</colgroup>
<tbody>
<tr>
<th scope="row">썸네일<i class="required">*<span class="txt-hide">필수</span></i></th>
<td>
<div class="file-add-area">
<div class="file-custom">
<div class="preview-area">
<!-- <img src="/resources/front/site/SITE_00000/images/temp/img1.jpg" alt="미리보기"> -->
</div>
</div>
<div class="item-area">
<div class="item">
<p class="txt">비디오파일비디오파일비디오파일비디오파일비디오파일비디오파일비디오파일비디오파일.mp4비디오파일비디오파일비디오파일비디오파일비디오파일비디오파일비디오파일비디오파일.mp4비디오파일비디오파일비디오파일비디오파일비디오파일비디오파일비디오파일비디오파일.mp4비디오파일비디오파일비디오파일비디오파일비디오파일비디오파일비디오파일비디오파일.mp4</p>
<button type="button" class="btn-ico ico-delete"><span class="txt-hide">삭제</span></button>
</div>
<small>권장 사이즈: 480x270px</small>
</div>
</div>
</td>
</tr>
<tr>
<th scope="row">과목 정보<i class="required">*<span class="txt-hide">필수</span></i></th>
<td>
<fieldset>
<legend>과목 정보 선택</legend>
<select title="학년 선택">
<option>3학년</option>
</select>
<select title="과목 선택">
<option>수학</option>
</select>
<select title="범위 선택">
<option>수학 3-1(천재교과서)</option>
</select>
</fieldset>
</td>
</tr>
<tr>
<th scope="row">보기순서<i class="required">*<span class="txt-hide">필수</span></i></th>
<td>
<fieldset class="checkradio-area">
<legend>보기 순서 선택</legend>
<div class="checkradio">
<input type="radio" id="r3_1" name="r3" checked>
<label for="r3_1">고정출력</label>
</div>
<div class="checkradio">
<input type="radio" id="r3_2" name="r3">
<label for="r3_2">무작위출력 <small>(랜덤으로 문제를 불러올 때 마다 보기의 순서가
달라집니다.)</small></label>
</div>
</fieldset>
</td>
</tr>
<tr>
<th scope="row">공개여부<i class="required">*<span class="txt-hide">필수</span></i></th>
<td>
<fieldset class="checkradio-area">
<legend>공개옵션 선택</legend>
<div class="checkradio">
<input type="radio" id="public1" name="public" checked="">
<label for="public1">공개</label>
<fieldset class="checkradio-option">
<legend>공개범위 선택</legend>
<label class="chip"><input type="checkbox" checked=""><span>전체</span></label>
<label class="chip"><input type="checkbox"><span>선생님</span></label>
<label class="chip"><input type="checkbox"><span>학생</span></label>
<label class="chip"><input type="checkbox"><span>학부모</span></label>
<label class="chip"><input type="checkbox"><span>교직원</span></label>
</fieldset>
</div>
<div class="checkradio">
<input type="radio" id="public2" name="public">
<label for="public2">비공개 <small>※ 자동구성 평가지는 비공개로만 설정됩니다.</small></label>
</div>
</fieldset>
</td>
</tr>
<tr>
<th scope="row">댓글허용여부<i class="required">*<span class="txt-hide">필수</span></i></th>
<td>
<fieldset class="checkradio-area">
<legend>댓글허용여부 선택</legend>
<div class="checkradio">
<input type="radio" id="comment1" name="comment" checked="">
<label for="comment1">허용</label>
</div>
<div class="checkradio">
<input type="radio" id="comment2" name="comment">
<label for="comment2">비허용</label>
</div>
</fieldset>
</td>
</tr>
<tr>
<th scope="row">출처<i class="required">*<span class="txt-hide">필수</span></i></th>
<td>
<select title="출처 선택">
<option>공통코드관리 출처</option>
</select>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<div class="btn-flex-cont">
<div class="l-area">
<a href="#none" class="btn lg">취소</a>
</div>
<div class="r-area">
<a href="#none" class="btn lg secondary">임시저장</a>
<a href="#none" class="btn lg secondary">미리보기</a>
<a href="#none" class="btn lg primary">저장</a>
</div>
</div>
</div>
</div>
</div>
<!-- toast -->
<div class="toast"></div>
<!--popup-->
<div class="dim"></div>
<script>
$(document).ready(function () {
//키워드
var input = document.querySelector('input[name=basic]');
new Tagify(input);
});
</script>
</body>
</html>