Fix: faq, footer
This commit is contained in:
@@ -240,7 +240,7 @@ $('#myTab a').on('click', function (e) {
|
||||
<label for="maestro_name" class="col-sm-2 col-form-label">* 아이디</label>
|
||||
<div class="col-sm-6">
|
||||
<input type="text" class="form-control" id="maestro_name" placeholder="아이디 입력">
|
||||
<small class="form-text text-muted">4~16 글자. 영문, 숫자만 사용 가능합니다.</small>
|
||||
<small class="form-text text-muted">4~20 글자. 영문, 숫자만 사용 가능합니다.</small>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<input type="button" id="id_ckeck" class="btn btn-outline-dark" value="중복 체크" onClick="checkMaestroID()">
|
||||
@@ -252,7 +252,7 @@ $('#myTab a').on('click', function (e) {
|
||||
<label for="password" class="col-sm-2 col-form-label">* 암호</label>
|
||||
<div class="col-sm-6">
|
||||
<input type="password" class="form-control" id="password" placeholder="Password">
|
||||
<small class="form-text text-muted">4~10 글자. 영문, 숫자만 사용 가능합니다.</small>
|
||||
<small class="form-text text-muted">4~16 글자. 영문, 숫자만 사용 가능합니다.</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user