사용자: 크로스브라우징을 향한 몸부림
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user