사용자: 크로스브라우징을 향한 몸부림

This commit is contained in:
whitedot
2013-01-17 19:53:33 +09:00
parent f2972ed62c
commit 47f546ac73
2 changed files with 11 additions and 18 deletions

View File

@ -13,11 +13,11 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<label for="ol_pw" id="ol_pwlabel">패스워드</label>
<input type="password" id="ol_pw" name="mb_password" maxlength="20" required title="패스워드">
<input type="submit" id="ol_submit" value="로그인">
<div id="ol_auto">
<input type="checkbox" id="auto_login" name="auto_login" value="1">
<label for="auto_login" id="auto_login_label">자동로그인</label>
</div>
<ul>
<li id="ol_auto">
<input type="checkbox" id="auto_login" name="auto_login" value="1">
<label for="auto_login" id="auto_login_label">자동로그인</label>
</li>
<li><a href="<?=$g4['bbs_url']?>/register.php">회원가입</a></li>
<li><a href="<?=$g4['bbs_url']?>/password_lost.php" id="ol_password_lost">정보찾기</a></li>
</ul>