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>
<section class="section">
<header class="section-tit-area">
<div class="l-area">
<h3 class="title-lg">공통정보</h3>
</div>
<div class="r-area">
<p class="msg">
관리자 상태 변경일 : 진행중
</p>
</div>
</header>
<div class="write-type">
<table>
<caption>공통정보</caption>
<colgroup>
<col style="width: 240px" />
<col />
</colgroup>
<tbody>
<tr>
<th scope="row">지도교사(이름)</th>
<td>김세종</td>
</tr>
<tr>
<th scope="row">휴대전화번호</th>
<td>010 - 1234 - 5678</td>
</tr>
<tr>
<th scope="row">이메일</th>
<td>dataeum@dataeum.kr</td>
</tr>
<tr>
<th scope="row">
생년월일
<i class="required">필수</i>
</th>
<td>
<div class="input-flex-area">
<select title="년도 선택" class="flex1">
<option>년도</option>
</select>
<select title="월 선택" class="flex1">
<option>월</option>
</select>
<select title="일 선택" class="flex1">
<option>일</option>
</select>
</div>
</td>
</tr>
<tr>
<th scope="row">내외국인</th>
<td>
<fieldset class="checkradio-area">
<legend>내외국인 선택</legend>
<div class="checkradio">
<input type="radio" id="nat1" name="nat" checked />
<label for="nat1">내국인</label>
</div>
<div class="checkradio">
<input type="radio" id="nat2" name="nat" />
<label for="nat2">외국인</label>
</div>
</fieldset>
</td>
</tr>
<tr>
<th scope="row">성별</th>
<td>
<fieldset class="checkradio-area">
<legend>성별 선택</legend>
<div class="checkradio">
<input type="radio" id="gen1" name="gen" checked />
<label for="gen1">여자</label>
</div>
<div class="checkradio">
<input type="radio" id="gen2" name="gen" />
<label for="gen2">남자</label>
</div>
</fieldset>
</td>
</tr>
<tr>
<th scope="row">주소</th>
<td>
<input type="text" title="우편번호 입력" placeholder="우편번호" class="q0" disabled>
<button type="button" class="btn secondary">우편번호</button>
<input type="text" title="주소 입력" placeholder="주소" class="q4" disabled>
<input type="text" title="상세주소 입력" placeholder="상세주소를 입력하세요." class="q4">
</td>
</tr>
<tr>
<th scope="row">주요경력</th>
<td>
<div class="txt-count-area">
<textarea title="텍스트 입력" placeholder="내용을 입력하세요."></textarea>
<div class="txt-count"><strong>0</strong>/<span>1000</span>자</div>
</div>
</td>
</tr>
<tr>
<th scope="row">경력증빙서류</th>
<td>
<div class="file-add-area">
<div class="file-custom">
<input type="file" class="input-file" title="파일첨부">
<span class="btn secondary ico-upload">파일첨부</span>
</div>
<div class="item-area">
<div class="item">
<p class="txt">경력증빙.hwp</p>
<button type="button" class="btn-ico ico-delete"><span class="txt-hide">삭제</span></button>
</div>
</div>
</div>
</td>
</tr>
<tr>
<th scope="row">비고(메모)</th>
<td>
<div>
<textarea placeholder="내용을 입력하세요." title="비고 입력"></textarea>
</div>
</td>
</tr>
<tr>
<th scope="row">인력풀 등재</th>
<td>
<fieldset class="checkradio-area">
<legend>인력풀 등재 선택</legend>
<div class="checkradio">
<input type="checkbox" id="pool" name="pool"/>
<label for="pool">인력풀 등재를 희망합니다.</label>
</div>
</fieldset>
</td>
</tr>
<tr>
<th scope="row">개인정보수집 이용 동의</th>
<td>
<div class="form-agree-area">
<h4 class="txt-hide">개인정보 처리방침</h4>
<div class="txt-area">
개인정보 수집 및 이용에 동의해 주세요.<br>
1. 수집 목적 :<br>
2. 수집 항목 :<br>
3. 보유 및 이용 기간 :<br>
</div>
<div class="checkradio">
<input type="checkbox" id="privacyAgree1">
<label for="privacyAgree1">개인정보 수집 및 이용에 동의합니다.</label>
</div>
</div>
</td>
</tr>
<tr>
<th scope="row">성범죄 조회 동의</th>
<td>
<div class="form-agree-area">
<h4 class="txt-hide">성범죄 조회 동의</h4>
<div class="txt-area">
본인은 세종특별자치시교육청 기관(온세종학교) 취업자(취업예정자)로서, 「아동 · 청소년의 성보호에 관한 법률」제56조 및 같은 법 시행령 제25조에 따른 성범죄경력 조회, 「아동복지법 」제29조의3에 따른 아동학대 범죄전력 조회 신청에 동의합니다.<br>
1. 수집 목적 :<br>
2. 수집 항목 : 이름 / 주민등록번호(외국인번호) / 주소 / 전화번호<br>
3. 보유 및 이용 기간 : 최대 3 ~ 5년<br>
</div>
<div class="checkradio">
<input type="checkbox" id="privacyAgree2">
<label for="privacyAgree2">성범죄 경력 조회에 동의합니다.</label>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
<section class="section">
<header class="section-tit-area">
<div class="l-area">
<h3 class="title-lg">과목정보</h3>
</div>
</header>
<div class="list-type">
<table>
<caption>과목정보</caption>
<colgroup>
<col style="width: 24%;">
<col>
<col>
<col>
<col>
<col>
<col>
</colgroup>
<thead>
<tr>
<th scope="col">구분</th>
<th scope="col">과목/전공</th>
<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>캠퍼스공동교육과정 Ⅰ</td>
<td data-tit="과목/전공">수학</td>
<td data-tit="강좌명">인공지능 수학</td>
<td data-tit="대상학년">고2</td>
<td data-tit="운영기간">2025-09-01 ~ 2025-09-30</td>
<td data-tit="학점(운영시간)">2학점(32시간)</td>
<td data-tit="모집인원">5명 ~ 15명</td>
</tr>
<tr>
<td>캠퍼스공동교육과정 Ⅰ</td>
<td data-tit="과목/전공">수학</td>
<td data-tit="강좌명">인공지능 수학</td>
<td data-tit="대상학년">고2</td>
<td data-tit="운영기간">2025-09-01 ~ 2025-09-30</td>
<td data-tit="학점(운영시간)">2학점(32시간)</td>
<td data-tit="모집인원">5명 ~ 15명</td>
</tr>
</tbody>
</table>
</div>
</section>
<div class="btn-cont">
<button type="submit" class="btn lg">취소</button>
<button type="submit" class="btn lg primary">저장</button>
<button type="submit" 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>
<script>
$(document).ready(function () {
$(".txt-count-area").each(function () {
const $txtcountarea = $(this);
const $textarea = $txtcountarea.find('textarea, input');
const $countarea = $txtcountarea.find('.txt-count');
const $countStrong = $countarea.find("strong");
const $maxCountSpan = $countarea.find("span");
const maxLength = parseInt($maxCountSpan.text(), 10);
const initialLength = $textarea.val().length;
$countStrong.text(initialLength);
$textarea.on("input", function () {
const currentLength = $(this).val().length;
$countStrong.text(currentLength);
if (currentLength > maxLength) {
$(this).val($(this).val().substring(0, maxLength));
$countStrong.text(maxLength);
toastShow('최대 글자 수를 초과했습니다.');
}
});
});
});
</script>
</body>
</html>