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-->
<!-- //페이지 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>
<div class="summary">
<i class="ico-info"></i>
<div class="txt-area">
<p>모둠 멤버 구성 시 1명이 여러개의 모둠에 중복 참여할 수 있습니다. (해당 클래스의 멤버일 경우에만 가능)</p>
</div>
</div>
<div class="fnc-area">
<div class="r-area">
<p class="msg"><i class="required">*<span class="txt-hide">필수</span></i> 필수 입력</p>
</div>
</div>
<div class="write-type">
<table>
<caption>모둠 정보 입력</caption>
<colgroup>
<col style="width:240px">
<col>
</colgroup>
<tbody>
<tr>
<th scope="row">모둠명<i class="required">필수</i></th>
<td>
<input type="text" placeholder="모둠명을 입력하세요." title="모둠명을 입력하세요." class="q4">
</td>
</tr>
<tr>
<th scope="row">모둠 설명</th>
<td>
<textarea rows="5" placeholder="모둠 설명을 입력하세요." title="모둠 설명을 입력하세요."></textarea>
</td>
</tr>
<tr>
<th scope="row">사용여부</th>
<td>
<div class="checkradio-area">
<div class="checkradio">
<input type="radio" name="r1" id="r1-1" checked>
<label for="r1-1">사용</label>
</div>
<div class="checkradio">
<input type="radio" name="r1" id="r1-2">
<label for="r1-2">미사용</label>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<section class="bg-area">
<h3 class="txt-hide">멤버 리스트</h3>
<div class="wrap-xsm">
<article class="box">
<header class="tit-area">
<div class="l-area">
<h3 class="title">멤버 리스트</h3>
</div>
</header>
<div class="fnc-area">
<div class="l-area">
<div class="btn-group">
<button type="button" class="btn sm">남자 전체</button>
<button type="button" class="btn sm">여자 전체</button>
<button type="button" class="btn sm">랜덤 구성</button>
</div>
</div>
</div>
<div class="fnc-area">
<div class="l-area">
<button type="button" class="btn sm ico-search secondary">멤버찾기</button>
<span>선택인원 <em class="accent">21</em>명</span>
</div>
</div>
<ul class="border-list scroll-y" style="max-height: 600px;">
<li>
<div class="l-area">
<div class="profile">
<div class="img-area">
<figure>
<img src="/resources/front/site/SITE_00000/images/common/profile/profile.svg" alt="프로필 썸네일">
</figure>
</div>
<div class="txt-area">
<strong class="profile-tit">나학생(student_id_12345)</strong>
<span>충북초등학교 4학년 3반 8번</span>
</div>
</div>
</div>
<div class="r-area">
<button type="button" class="btn sm circle danger ico-delete">삭제</button>
</div>
</li>
<li>
<div class="l-area">
<div class="profile">
<div class="img-area">
<figure>
<img src="/resources/front/site/SITE_00000/images/common/profile/profile.svg" alt="프로필 썸네일">
</figure>
</div>
<div class="txt-area">
<strong class="profile-tit">나학생(student_id_12345)</strong>
<span>충북초등학교 4학년 3반 8번</span>
</div>
</div>
</div>
<div class="r-area">
<button type="button" class="btn sm circle danger ico-delete">삭제</button>
</div>
</li>
</ul>
</article>
</div>
</section>
<div class="btn-cont">
<a href="#none" class="btn lg">취소</a>
<a href="#none" class="btn lg primary">확인</a>
</div>
</div>
</div>
</div>
<!-- toast -->
<div class="toast"></div>
<!--popup-->
<div class="dim"></div>
<script>
</script>
</body>
</html>