사용자: 아웃로그인 스타일 수정

This commit is contained in:
whitedot
2013-01-03 12:13:03 +09:00
parent 6a072229c4
commit d3423ee047
3 changed files with 23 additions and 16 deletions

View File

@ -40,14 +40,14 @@ else
<input type="hidden" name="url" value="<?=$outlogin_url?>">
<label for="ol_mb_id" id="ol_mb_id_label">아이디</label>
<input type="text" id="ol_mb_id" name="mb_id" maxlength="20" required>
<label for="ol_mb_password" id="ol_mb_password_label">패스워드</label>
<input type="password" id="ol_mb_password" name="mb_password" maxlength="20">
<label for="ol_mb_pw" id="ol_mb_pw_label">패스워드</label>
<input type="password" id="ol_mb_pw" name="mb_password" maxlength="20">
<input type="checkbox" id="auto_login" name="auto_login" value="1" onclick="if (this.checked) { if (confirm('자동로그인을 사용하시면 다음부터 회원아이디와 패스워드를 입력하실 필요가 없습니다.\n\n\공공장소에서는 개인정보가 유출될 수 있으니 사용을 자제하여 주십시오.\n\n자동로그인을 사용하시겠습니까?')) { this.checked = true; } else { this.checked = false; } }">
<label for="auto_login" id="auto_login_label">ID저장</label>
<label for="auto_login" id="auto_login_label">자동로그인</label>
<input type="submit" id="ol_submit" value="로그인">
<ul>
<li><a href="javascript:win_password_lost();">아이디찾기</a></li>
<li><a href="<?=$g4['bbs_path']?>/register.php">회원가입</a></li>
<li><a href="javascript:win_password_lost();">정보찾기</a></li>
</ul>
</fieldset>
</form>