모바일: 로그인, 패스워드 확인 스킨
This commit is contained in:
@ -9,8 +9,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
<input type="hidden" name="url" value='<?=$login_url?>'>
|
||||
|
||||
<fieldset>
|
||||
<input type="text" id="login_id" name="mb_id" class="fs_input required" maxLength="20" size="20" required placeholder="아이디(필수)" title="아이디(필수)">
|
||||
<input type="password" id="login_pw" class="fs_input required" name="mb_password" maxLength="20" size="20" required placeholder="패스워드(필수)" title="패스워드(필수)">
|
||||
<input type="text" id="login_id" name="mb_id" class="frm_input required" maxLength="20" required placeholder="아이디(필수)" title="아이디(필수)">
|
||||
<input type="password" id="login_pw" class="frm_input required" name="mb_password" maxLength="20" required placeholder="패스워드(필수)" title="패스워드(필수)">
|
||||
<input type="submit" class="btn_submit" value="로그인">
|
||||
<input type="checkbox" id="login_auto_login" name="auto_login">
|
||||
<label for="login_auto_login">자동로그인</label>
|
||||
|
||||
@ -32,9 +32,8 @@ else $g4['title'] = $g4['title'];
|
||||
<input type="hidden" name="page" value="<?=$page?>">
|
||||
|
||||
<fieldset>
|
||||
<label for="password_wr_password">패스워드<strong class="sound_only">필수</strong></label>
|
||||
<input type="password" id="password_wr_password" name="wr_password" class="fs_input required" maxLength="20" size="15" required>
|
||||
<input type="submit" class="fs_submit" value="확인">
|
||||
<input type="password" id="pw_wr_password" name="wr_password" class="frm_input required" maxLength="20" required placeholder="패스워드(필수)" title="패스워드(필수)">
|
||||
<input type="submit" class="btn_submit" value="확인">
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
@ -43,7 +42,3 @@ else $g4['title'] = $g4['title'];
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
document.fboardpassword.wr_password.focus();
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user