사용자: 전체 디자인 작업 중4
This commit is contained in:
@ -4,7 +4,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
|
||||
<div id="pw_confirm">
|
||||
<h1><?=$g4['title']?></h1>
|
||||
<p class="cbg">
|
||||
<p>
|
||||
<strong>비밀글 기능으로 보호된 글입니다.</strong>
|
||||
작성자와 관리자만 열람하실 수 있습니다. 본인이라면 패스워드를 입력하세요.
|
||||
</p>
|
||||
@ -18,7 +18,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
<input type="hidden" name="stx" value="<?=$stx?>">
|
||||
<input type="hidden" name="page" value="<?=$page?>">
|
||||
|
||||
<fieldset class="cbg">
|
||||
<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="확인">
|
||||
|
||||
Reference in New Issue
Block a user