비밀번호 입력 부분 스타일 변경
비밀번호 입력 부분 스타일 변경
This commit is contained in:
parent
616814bb76
commit
757aafd363
3 changed files with 35 additions and 55 deletions
|
|
@ -4,9 +4,10 @@ add_stylesheet('<link rel="stylesheet" href="'.$member_skin_url.'/style.css">',
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
<div id="password_box">
|
<div id="password_box" class="theme-box">
|
||||||
<h1 class="ui-btn point">비밀번호 확인</h1>
|
<h1>비밀번호 확인</h1>
|
||||||
<div class="descript theme-box">
|
<hr class="line" />
|
||||||
|
<div class="descript">
|
||||||
<p>
|
<p>
|
||||||
<strong>비밀번호를 한번 더 입력해주세요.</strong>
|
<strong>비밀번호를 한번 더 입력해주세요.</strong>
|
||||||
<?php if ($url == 'member_leave.php') { ?>
|
<?php if ($url == 'member_leave.php') { ?>
|
||||||
|
|
@ -37,11 +38,10 @@ add_stylesheet('<link rel="stylesheet" href="'.$member_skin_url.'/style.css">',
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<hr class="line" />
|
||||||
<div class="btn_confirm">
|
<div class="btn_confirm">
|
||||||
<a href="<?php echo G5_URL ?>" class="ui-btn">메인으로 돌아가기</a>
|
<a href="<?php echo G5_URL ?>" class="ui-btn">메인으로 돌아가기</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
||||||
|
|
@ -11,49 +11,44 @@ add_stylesheet('<link rel="stylesheet" href="'.$member_skin_url.'/style.css">',
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<!-- 비밀번호 확인 시작 { -->
|
<!-- 비밀번호 확인 시작 { -->
|
||||||
<div id="password_box">
|
<div id="password_box" class="theme-box">
|
||||||
|
|
||||||
<h1 class="ui-btn point">비밀번호 확인</h1>
|
<h1>비밀번호 확인</h1>
|
||||||
|
<hr class="line" />
|
||||||
<div class="descript theme-box">
|
<div class="descript">
|
||||||
<p>
|
<p>
|
||||||
<?php if ($w == 'u') { ?>
|
<?php if ($w == 'u') { ?>
|
||||||
<strong>작성자만 글을 수정할 수 있습니다.</strong>
|
<strong class="txt-point">작성자만 글을 수정할 수 있습니다.</strong>
|
||||||
작성자 본인이라면, 글 작성시 입력한 비밀번호를 입력하여 글을 수정할 수 있습니다.
|
작성자 본인이라면, 글 작성시 입력한 비밀번호를 입력하여 글을 수정할 수 있습니다.
|
||||||
<?php } else if ($w == 'd' || $w == 'x') { ?>
|
<?php } else if ($w == 'd' || $w == 'x') { ?>
|
||||||
<strong>작성자만 글을 삭제할 수 있습니다.</strong>
|
<strong class="txt-point">작성자만 글을 삭제할 수 있습니다.</strong>
|
||||||
작성자 본인이라면, 글 작성시 입력한 비밀번호를 입력하여 글을 삭제할 수 있습니다.
|
작성자 본인이라면, 글 작성시 입력한 비밀번호를 입력하여 글을 삭제할 수 있습니다.
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
<strong>비밀글 기능으로 보호된 글입니다.</strong>
|
<strong class="txt-point">비밀글 기능으로 보호된 글입니다.</strong>
|
||||||
작성자와 관리자만 열람하실 수 있습니다. 본인이라면 비밀번호를 입력하세요.
|
작성자와 관리자만 열람하실 수 있습니다. 본인이라면 비밀번호를 입력하세요.
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="pass-form">
|
<div class="pass-form">
|
||||||
|
|
||||||
<form name="fboardpassword" action="<?php echo $action; ?>" method="post">
|
<form name="fboardpassword" action="<?php echo $action; ?>" method="post">
|
||||||
<input type="hidden" name="w" value="<?php echo $w ?>">
|
<input type="hidden" name="w" value="<?php echo $w ?>">
|
||||||
<input type="hidden" name="bo_table" value="<?php echo $bo_table ?>">
|
<input type="hidden" name="bo_table" value="<?php echo $bo_table ?>">
|
||||||
<input type="hidden" name="wr_id" value="<?php echo $wr_id ?>">
|
<input type="hidden" name="wr_id" value="<?php echo $wr_id ?>">
|
||||||
<input type="hidden" name="comment_id" value="<?php echo $comment_id ?>">
|
<input type="hidden" name="comment_id" value="<?php echo $comment_id ?>">
|
||||||
<input type="hidden" name="sfl" value="<?php echo $sfl ?>">
|
<input type="hidden" name="sfl" value="<?php echo $sfl ?>">
|
||||||
<input type="hidden" name="stx" value="<?php echo $stx ?>">
|
<input type="hidden" name="stx" value="<?php echo $stx ?>">
|
||||||
<input type="hidden" name="page" value="<?php echo $page ?>">
|
<input type="hidden" name="page" value="<?php echo $page ?>">
|
||||||
|
|
||||||
<fieldset class="box-pw">
|
<fieldset class="box-pw">
|
||||||
<input type="password" name="wr_password" id="password_wr_password" required class="frm_input required" size="15" maxLength="20">
|
<input type="password" name="wr_password" id="password_wr_password" required class="frm_input required" size="15" maxLength="20">
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<fieldset class="box-btn">
|
<fieldset class="box-btn">
|
||||||
<input type="submit" value="확인" class="btn_submit ui-btn">
|
<button type="submit" class="point ui-btn">확인</button>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<hr class="line" />
|
||||||
<div class="btn_confirm">
|
<div class="btn_confirm">
|
||||||
<a href="<?php echo $return_url ?>" class="ui-btn">이전으로 돌아가기</a>
|
<a href="<?php echo $return_url ?>" class="ui-btn">이전으로 돌아가기</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -73,28 +73,15 @@
|
||||||
|
|
||||||
/*** PASSWORD ***/
|
/*** PASSWORD ***/
|
||||||
|
|
||||||
#password_box {
|
#password_box {display:block; position:absolute; top:50%; left:50%; width:300px; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%);}
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
top: 50%;
|
|
||||||
left: 50%;
|
|
||||||
margin-top: -150px;
|
|
||||||
margin-left: -150px;
|
|
||||||
width: 300px;
|
|
||||||
height: 200px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#password_box h1 {display:none;}
|
#password_box h1 {display:block; width:100%; height:auto; padding:.5em; font-size:1.2em; text-align:center;}
|
||||||
#password_box h1 + .theme-box { border-top-width: 0; margin-bottom: 3px; }
|
#password_box h1 + .theme-box { border-top-width: 0; margin-bottom: 3px; }
|
||||||
|
#password_box .descript strong {display:block;}
|
||||||
#password_box .pass-form {
|
#password_box .pass-form {position:relative; padding-right:80px; margin-top:10px;}
|
||||||
position: relative;
|
#password_box .pass-form fieldset { display: block; }
|
||||||
padding-right: 80px;
|
#password_box .pass-form fieldset + fieldset { margin-top: 3px; }
|
||||||
margin-top: 10px;
|
#password_box .pass-form .box-btn {
|
||||||
}
|
|
||||||
#password_box .pass-form fieldset { display: block; }
|
|
||||||
#password_box .pass-form fieldset + fieldset { margin-top: 3px; }
|
|
||||||
#password_box .pass-form .box-btn {
|
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
@ -109,6 +96,4 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
#password_box .btn_confirm .ui-btn {
|
#password_box .btn_confirm {padding:0;}
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue