Fix: misspelling
This commit is contained in:
@@ -79,7 +79,7 @@ function addPlayer() {
|
||||
onErrorPlayerName("학생 이름을 입력하세요.");
|
||||
return;
|
||||
} else if(enterCode.length === 0) {
|
||||
onErrorPlayerPW("입장 번호를 입력하세요.");
|
||||
onErrorPlayerPW("입장번호를 입력하세요.");
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -139,8 +139,8 @@ function onErrorPlayerPW(message) {
|
||||
<div class="row mx-1">
|
||||
|
||||
<div class="col-5">
|
||||
<h5 class="my-3">학생 추가 (일반 등록)</h5>
|
||||
|
||||
<h5 class="my-3">학생 추가 (일반 등록)</h5>
|
||||
<form class="mx-2">
|
||||
<div class="form-group row">
|
||||
<label for="player_name" class="col-sm-3 col-form-label">이름</label>
|
||||
@@ -151,9 +151,9 @@ function onErrorPlayerPW(message) {
|
||||
</div>
|
||||
|
||||
<div class="form-group row">
|
||||
<label for="entercode" class="col-sm-3 col-form-label">입장 번호</label>
|
||||
<label for="entercode" class="col-sm-3 col-form-label">입장번호</label>
|
||||
<div class="col-sm-9">
|
||||
<input type="number" class="form-control col-sm-9" id="entercode" min="10" step="1" maxlength="8" placeholder="입장 번호 입력">
|
||||
<input type="number" class="form-control col-sm-9" id="entercode" min="10" step="1" maxlength="8" placeholder="입장번호 입력">
|
||||
<small class="form-text text-muted">2~8자리의 숫자</small>
|
||||
<button type="button" class="col-sm-7 btn btn-primary btn-lg mt-3" onClick="addPlayer()">추가</button>
|
||||
</div>
|
||||
@@ -181,7 +181,6 @@ function onErrorPlayerPW(message) {
|
||||
|
||||
|
||||
<h5 class="my-3">학생 입장번호 변경 설정 활성화</h5>
|
||||
|
||||
<div clas됩="row mx-4">
|
||||
<div class="col">
|
||||
<div class="form-check col">
|
||||
@@ -203,8 +202,8 @@ function onErrorPlayerPW(message) {
|
||||
<form class="mx-2">
|
||||
<div class="form-group row">
|
||||
<div class="col">
|
||||
<textarea class="form-control" id="exceldata" placeholder="학생 이름 | 입장 번호 엑셀 데이터를 붙여넣기"></textarea>
|
||||
<small class="form-text text-muted">엑셀에서 복사한 학생의 이름/입장 번호 목록을 붙여넣기</small>
|
||||
<textarea class="form-control" id="exceldata" placeholder="학생 이름 | 입장번호 엑셀 데이터를 붙여넣기"></textarea>
|
||||
<small class="form-text text-muted">엑셀에서 복사한 학생의 이름/입장번호 목록을 붙여넣기</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -233,12 +232,11 @@ function onErrorPlayerPW(message) {
|
||||
|
||||
<div class="col-7 border border-warning rounded" style="background-color: #ffeab6">
|
||||
<h5 class="mt-3">학생 목록</h5>
|
||||
|
||||
<form id="add_player_list">
|
||||
<div class="form-group row mx-2 my-0 text-center">
|
||||
<label class="col-form-label d-none">ID</label>
|
||||
<label class="col-form-label col-sm">이 름</label>
|
||||
<label class="col-form-label col-sm">입장 번호</label>
|
||||
<label class="col-form-label col-sm">입장번호</label>
|
||||
<label class="col-form-label px-0 col-sm-2 pr-2 text-right">수정 삭제</label>
|
||||
<!--
|
||||
<label class="col-form-label px-0 col-sm-1">수정</label>
|
||||
|
||||
@@ -78,24 +78,36 @@ function onErrorPassword(message) {
|
||||
|
||||
|
||||
|
||||
<div class="row mx-1">
|
||||
<!-- license timer -->
|
||||
<div class="card bg-light">
|
||||
<h5 class="card-header">자격증 타이머</h5>
|
||||
<div class="card-body">
|
||||
<p class="card-text">
|
||||
|
||||
<div class="col-5">
|
||||
<h5 class="my-3">자격증 타이머</h5>
|
||||
<div class="row mx-1">
|
||||
<div class="col-12">
|
||||
<h5 class="mb-2">점수 입력 비밀번호 설정</h5>
|
||||
</div> <!-- col -->
|
||||
</div> <!-- row -->
|
||||
|
||||
<form class="mx-2">
|
||||
<div class="row mx-1">
|
||||
<div class="col-6">
|
||||
<form class="mx-2">
|
||||
<div class="form-group row">
|
||||
<label for="password" class="col-sm-3 col-form-label">비밀번호</label>
|
||||
<div class="col-sm-9">
|
||||
<input type="text" class="form-control col-sm-9" id="password" placeholder="새로운 비밀번호 입력">
|
||||
<small class="form-text text-muted">2~8자리의 숫자</small>
|
||||
<button type="button" class="col-sm-7 btn btn-primary btn-lg mt-3" onClick="editPassword()">수정</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div> <!-- col -->
|
||||
</div> <!-- row -->
|
||||
|
||||
<div class="form-group row">
|
||||
<label for="password" class="col-sm-3 col-form-label">비밀번호</label>
|
||||
<div class="col-sm-9">
|
||||
<input type="text" class="form-control col-sm-9" id="password" placeholder="새로운 비밀번호 입력">
|
||||
<small class="form-text text-muted">2~8자리의 숫자</small>
|
||||
<button type="button" class="col-sm-7 btn btn-primary btn-lg mt-3" onClick="editPassword()">수정</button>
|
||||
</div>
|
||||
</div>
|
||||
</p> <!-- card teext -->
|
||||
</div> <!-- card body -->
|
||||
</div> <!-- card -->
|
||||
<br/>
|
||||
|
||||
</form>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
</div>
|
||||
@@ -170,7 +170,7 @@ function showModal(contentFileName) {
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="text-success">같은 이름이지만 입장번호가 다를 경우, 중복 이름으로 학생 계정을 등록하실 수 있습니다.</li>
|
||||
<li class="text-primary">같은 이름이지만 입장번호가 다를 경우, 중복 이름으로 학생 계정을 등록하실 수 있습니다.</li>
|
||||
<li class="text-danger">이름과 입장번호가 모두 같으면, 학생 계정을 등록할 수 없습니다.</li>
|
||||
</ul>
|
||||
|
||||
@@ -181,9 +181,13 @@ function showModal(contentFileName) {
|
||||
</div> <!-- row -->
|
||||
|
||||
<ul>
|
||||
<li>[학생 목록] 탭에서 "[ ] 학생 로그인 후, 설정 화면에서 입장번호 변경을 허용" 항목을 체크해서 활성화 시킬 수 있습니다.</li>
|
||||
<li>
|
||||
학생 입장번호 변경 설정을 활성화하면, 학생들이 로그인 한 뒤 나오는 메뉴 화면 상단 우측에 <kbd>설정</kbd> 버튼이 나타납니다.<br/>
|
||||
설정 화면에 들어가서 학생 스스로 입장번호를 변경할 수 있게 됩니다.
|
||||
학생 입장번호 변경 설정을 활성화하면,
|
||||
<ol>
|
||||
<li>학생들이 로그인 한 뒤 나오는 메뉴 화면의 상단 우측에 <kbd>설정</kbd> 버튼이 나타납니다.</li>
|
||||
<li>설정 화면에서 학생 스스로 입장번호를 변경할 수 있게 됩니다.</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li>학생 입장번호 변경 설정을 비활성화 하면, 학생들의 화면에서 <kbd>설정</kbd> 버튼이 샤라집니다.</li>
|
||||
</ul>
|
||||
@@ -228,6 +232,7 @@ function showModal(contentFileName) {
|
||||
</div> <!-- row -->
|
||||
|
||||
<ul>
|
||||
<li>마우스, 타자 연습 앱을 활성화/비활성화 시킬 수 있습니다</li>
|
||||
<li>
|
||||
유료 결제 계정 전용 앱들도 활성화시켜서 사용하실 수 있습니다. <span class="text-muted">(미사일 피하기, 단어 비행접시 등)</span>
|
||||
</li>
|
||||
|
||||
@@ -67,7 +67,7 @@ function searchPlayer() {
|
||||
<div class="form-group row mx-2 mb-0 text-center">
|
||||
<label class="col-form-label d-none">ID</label>
|
||||
<label class="col-form-label col-sm">이 름</label>
|
||||
<label class="col-form-label col-sm">입장 번호</label>
|
||||
<label class="col-form-label col-sm">입장번호</label>
|
||||
<label class="col-form-label px-0 col-sm-2 pr-2 text-right">수정 삭제</label>
|
||||
<!--
|
||||
<label class="col-form-label px-0 col-sm-1">수정</label>
|
||||
|
||||
Reference in New Issue
Block a user