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>
|
||||
|
||||
Reference in New Issue
Block a user