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-active">
<span class="num">1</span>
<p>
<strong>기본정보 등록</strong>
</p>
</li>
<li class="is-current">
<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">
<input type="file" id="thumbFile">
<div class="preview-area" id="thumbPreview">
</div>
</div>
<div class="item-area">
<div class="item" id="itemInfo" style="display: none;">
<p class="txt"></p>
<button type="button" class="btn-ico ico-delete" id="thumbDel"><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 class="selectBoxTd">
<fieldset>
<legend>과목 정보 선택</legend>
<select title="학교급 선택" class="selectGradeGroup">
<option>학교급 선택</option>
<option value="E">초등</option>
<option value="M">중등</option>
<option value="H">고등</option>
</select>
<select title="학년 선택" class="selectGrade">
<option>학년 선택</option>
</select>
<select title="과목 선택" class="selectSubject">
<option>과목 선택</option>
</select>
<select title="범위 선택" class="selectTextbook">
<option>교과서 선택</option>
</select>
</fieldset>
</td>
</tr>
<tr>
<th scope="row">보기순서</th>
<td>
<fieldset class="checkradio-area">
<legend>보기 순서 선택</legend>
<div class="checkradio">
<input type="radio" name="qesitmRandom" id="op1_1" value="N" ${empty evalMap or evalMap.qesitmRandomAt eq 'N' ? 'checked' : ''}>
<label for="op1_1">고정출력</label>
</div>
<div class="checkradio">
<input type="radio" name="qesitmRandom" id="op1_2" value="Y" ${evalMap.qesitmRandomAt eq 'Y' ? 'checked' : ''}>
<label for="op1_2">무작위 출력<small>(랜덤으로 문제를 불러올 때 마다 순서가 달라집니다.)</small></label>
</div>
</fieldset>
</td>
</tr>
<tr>
<th scope="row">공개옵션</th>
<td>
<c:import url="/common/noticeAt.do" charEncoding="utf-8"></c:import>
</td>
</tr>
<tr>
<th scope="row">댓글허용여부</th>
<td>
<fieldset class="checkradio-area">
<legend>댓글허용여부 선택</legend>
<div class="checkradio">
<input type="radio" id="cmntPermAtY" name="cmntPermAt" value="Y" ${empty evalMap or evalMap.cmntPermAt eq 'Y' ? 'checked' : ''}>
<label for="cmntPermAtY">허용</label>
</div>
<div class="checkradio">
<input type="radio" id="cmntPermAtN" name="cmntPermAt" value="N" ${evalMap.cmntPermAt eq 'N' ? 'checked' : ''}>
<label for="cmntPermAtN">비허용</label>
</div>
</fieldset>
</td>
</tr>
<tr>
<th scope="row">출처</th>
<td>
<select title="출처 선택" id="cpNm">
<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>