관리자 전체에 폼테이블 설정
This commit is contained in:
@ -71,20 +71,20 @@ include_once ('./admin.head.php');
|
||||
<?=cheditor1('bo_content_head', '100%', '200');?>
|
||||
<?=cheditor1('bo_content_tail', '100%', '200');?>
|
||||
|
||||
<h2><span></span><?=$html_title?></h2>
|
||||
<section>
|
||||
<h2><span></span><?=$html_title?></h2>
|
||||
|
||||
<form id="fboardform" name="fboardform" method="post" onsubmit="return fboardform_submit(this)" enctype="multipart/form-data">
|
||||
<input type="hidden" name="w" value="<?=$w?>">
|
||||
<input type="hidden" name="sfl" value="<?=$sfl?>">
|
||||
<input type="hidden" name="stx" value="<?=$stx?>">
|
||||
<input type="hidden" name="sst" value="<?=$sst?>">
|
||||
<input type="hidden" name="sod" value="<?=$sod?>">
|
||||
<input type="hidden" name="page" value="<?=$page?>">
|
||||
<input type="hidden" name="token" value="<?=$token?>">
|
||||
<form id="fboardform" name="fboardform" method="post" onsubmit="return fboardform_submit(this)" enctype="multipart/form-data">
|
||||
<input type="hidden" name="w" value="<?=$w?>">
|
||||
<input type="hidden" name="sfl" value="<?=$sfl?>">
|
||||
<input type="hidden" name="stx" value="<?=$stx?>">
|
||||
<input type="hidden" name="sst" value="<?=$sst?>">
|
||||
<input type="hidden" name="sod" value="<?=$sod?>">
|
||||
<input type="hidden" name="page" value="<?=$page?>">
|
||||
<input type="hidden" name="token" value="<?=$token?>">
|
||||
|
||||
<section id="bo_basic">
|
||||
<h3><span></span>기본설정</h3>
|
||||
<table>
|
||||
<table class="frm_tbl">
|
||||
<caption>게시판 기본설정</caption>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_table">TABLE</label></th>
|
||||
@ -134,11 +134,9 @@ include_once ('./admin.head.php');
|
||||
<? } ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section id="bo_rights">
|
||||
<h3><span></span>권한설정</h3>
|
||||
<table>
|
||||
<table class="frm_tbl">
|
||||
<caption>게시판 권한설정</caption>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_admin">게시판 관리자</label></th>
|
||||
@ -254,11 +252,9 @@ include_once ('./admin.head.php');
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section id="bo_function">
|
||||
<h3><span></span>기능설정</h3>
|
||||
<table>
|
||||
<table class="frm_tbl">
|
||||
<caption>게시판 기능설정</caption>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_count_modify">원글 수정 불가</label></th>
|
||||
@ -532,11 +528,9 @@ include_once ('./admin.head.php');
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section id="bo_design">
|
||||
<h3><span></span>디자인/양식</h3>
|
||||
<table>
|
||||
<table class="frm_tbl">
|
||||
<caption>게시판 디자인/양식</caption>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_skin">스킨 디렉토리</label></th>
|
||||
@ -748,20 +742,18 @@ include_once ('./admin.head.php');
|
||||
</td>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<?/* 이것은 무엇일까?????????????????????? ?>
|
||||
<tr>
|
||||
<?/* 이것은 무엇일까?????????????????????? ?>
|
||||
<tr>
|
||||
<td><input type="checkbox" id="chk_disable_tags" name="chk_disable_tags" value="1"></td>
|
||||
<td>사용금지 태그</td>
|
||||
<td><input type="text" id="bo_disable_tags" name="bo_disable_tags" value="<?=get_text($board['bo_disable_tags'])?>">
|
||||
<?=help('태그와 태그 사이는 | 로 구분하세요. (예: <b>script</b>|<b>iframe</b>).'PHP_EOL.'HTML 사용시 금지할 태그를 입력하는곳 입니다.')?></td>
|
||||
</tr>
|
||||
<?*/?>
|
||||
</tr>
|
||||
<?*/?>
|
||||
|
||||
<section id="bo_point">
|
||||
<h3><span></span>포인트 설정</h3>
|
||||
<table>
|
||||
<table class="frm_tbl">
|
||||
<caption>게시판 포인트 설정</caption>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row"><label for="chk_point">기본값으로 설정</label></th>
|
||||
@ -812,17 +804,13 @@ include_once ('./admin.head.php');
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section id="bo_extra">
|
||||
<h3><span></span>여분필드 설정</h3>
|
||||
<table>
|
||||
<table class="frm_tbl">
|
||||
<caption>게시판 여분필드 설정</caption>
|
||||
<tbody>
|
||||
<? for ($i=1; $i<=10; $i++) { ?>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
여분필드
|
||||
</th>
|
||||
<th scope="row">여분필드<?=$i?></th>
|
||||
<td>
|
||||
<label for="bo_<?=$i?>_subj">여분필드 <?=$i?> 제목</label>
|
||||
<input type="text" id="bo_<?=$i?>_subj" name="bo_<?=$i?>_subj" value="<?=get_text($board['bo_'.$i.'_subj'])?>">
|
||||
|
||||
@ -36,7 +36,7 @@ include_once('./admin.head.php');
|
||||
<input type="hidden" name="sod" value="<?=$sod?>">
|
||||
<input type="hidden" name="page" value="<?=$page?>">
|
||||
<input type="hidden" name="token" value="<?=$token?>">
|
||||
<table>
|
||||
<table class="frm_tbl">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row"><label for="gr_id">그룹 ID</label></th>
|
||||
|
||||
@ -26,8 +26,6 @@ include_once ('./admin.head.php');
|
||||
<form id="fconfigform" name="fconfigform" method="post" onsubmit="return fconfigform_submit(this);">
|
||||
<input type="hidden" id="token" name="token" value="<?=$token?>">
|
||||
|
||||
<section id="config_basic">
|
||||
<h2><span></span>기본환경설정</h2>
|
||||
<table class="frm_tbl">
|
||||
<caption>홈페이지 기본환경 설정</caption>
|
||||
<tbody>
|
||||
@ -164,10 +162,7 @@ include_once ('./admin.head.php');
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section id="config_board">
|
||||
<h2><span></span>게시판 설정</h2>
|
||||
<table class="frm_tbl">
|
||||
<caption>게시판 공통 설정, 게시판 관리에서 개별 설정 가능</caption>
|
||||
<tbody>
|
||||
@ -234,10 +229,7 @@ include_once ('./admin.head.php');
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section id="config_mb_join">
|
||||
<h2><span></span>회원가입 설정</h2>
|
||||
<table class="frm_tbl">
|
||||
<caption>회원가입스킨 및 입력받을 정보 설정</caption>
|
||||
<tbody>
|
||||
@ -352,10 +344,7 @@ include_once ('./admin.head.php');
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section id="config_mail">
|
||||
<h2><span></span>메일 설정</h2>
|
||||
<table class="frm_tbl">
|
||||
<caption>기본 메일환경 설정</caption>
|
||||
<tbody>
|
||||
@ -457,14 +446,12 @@ include_once ('./admin.head.php');
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section id="config_extra">
|
||||
<h2><span></span>여분필드 설정</h2>
|
||||
<table class="frm_tbl">
|
||||
<caption>여분필드의 기본 내용 설정, 게시판 관리에서 개별 설정 가능</caption>
|
||||
<tbody>
|
||||
<? for ($i=1; $i<=10; $i++) { ?>
|
||||
<tr>
|
||||
<th scope="row">여분필드</th>
|
||||
<th scope="row">여분필드<?=$i?></th>
|
||||
<td>
|
||||
<label for="cf_<?=$i?>_subj">여분필드<?=$i?>제목</label>
|
||||
<input type="text" id="cf_<?=$i?>_subj" name="cf_<?=$i?>_subj" value="<?=get_text($config['cf_'.$i.'_subj'])?>">
|
||||
@ -475,7 +462,6 @@ include_once ('./admin.head.php');
|
||||
<? } ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<fieldset id="admin_confirm">
|
||||
<legend><span></span>XSS 혹은 CSRF 방지</legend>
|
||||
|
||||
@ -28,7 +28,7 @@ include_once('./admin.head.php');
|
||||
<input type="hidden" id="w" name="w" value="<?=$w?>">
|
||||
<input type="hidden" id="ma_id" name="ma_id" value="<?=$ma[ma_id]?>">
|
||||
<input type="hidden" id="token" name="token" value="<?=$token?>">
|
||||
<table>
|
||||
<table class="frm_tbl">
|
||||
<tr>
|
||||
<th scope="row"><label for="ma_subject">메일 제목</label></th>
|
||||
<td><input type="text" id="ma_subject" name="ma_subject" value="<?=$ma['ma_subject']?>" required></td>
|
||||
|
||||
@ -84,7 +84,7 @@ include_once('./admin.head.php');
|
||||
<input type="hidden" name="page" value="<?=$page?>">
|
||||
<input type="hidden" name="token" value="<?=$token?>">
|
||||
|
||||
<table>
|
||||
<table class="frm_tbl">
|
||||
<caption><?=$g4['title']?></caption>
|
||||
<tbody>
|
||||
<tr>
|
||||
|
||||
@ -201,31 +201,18 @@ else
|
||||
<input type="hidden" name="page" value="<?=$page?>">
|
||||
<input type="hidden" name="token" value="<?=$token?>">
|
||||
|
||||
<table>
|
||||
<caption>특정 회원의 포인트 증감 설정</caption>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row"><label for="mb_id">회원아이디</label></th>
|
||||
<td><input type="text" id="mb_id" name="mb_id" required value="<?=$mb_id?>"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="po_content">포인트 내용</label></th>
|
||||
<td><input type="text" id="po_content" name="po_content" required></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="po_point">포인트</label></th>
|
||||
<td><input type="text" id="po_point" name="po_point" required></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="admin_password">관리자패스워드</label></th>
|
||||
<td><input type="password" id="admin_password" name="admin_password" required></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div class="btn_confirm">
|
||||
<fieldset>
|
||||
<legend>특정 회원의 포인트 증감 설정</legend>
|
||||
<label for="mb_id">회원아이디</label>
|
||||
<input type="text" id="mb_id" name="mb_id" required value="<?=$mb_id?>">
|
||||
<label for="po_content">포인트 내용</label>
|
||||
<input type="text" id="po_content" name="po_content" required>
|
||||
<label for="po_point">포인트</label>
|
||||
<input type="text" id="po_point" name="po_point" required>
|
||||
<label for="admin_password">관리자패스워드</label>
|
||||
<input type="password" id="admin_password" name="admin_password" required>
|
||||
<input type="submit" value="확인">
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@ include_once('./admin.head.php');
|
||||
<input type="hidden" name="sod" value="<?=$sod?>">
|
||||
<input type="hidden" name="page" value="<?=$page?>">
|
||||
<input type="hidden" name="token" value="<?=$token?>">
|
||||
<table>
|
||||
<table class="frm_tbl">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row"><label for="po_subject">투표 제목</label></th>
|
||||
|
||||
@ -13,15 +13,15 @@ $qstr = 'fr_date='.$fr_date.'&to_date='.$to_date;
|
||||
<fieldset>
|
||||
<legend>접속자집계 열람조건 지정</legend>
|
||||
<span>기간지정 <input type="text" id="fr_date" name="fr_date" size=11 maxlength=10 value='<?=$fr_date?>'> 부터 <input type="text" id="to_date" name="to_date" size=11 maxlength=10 value='<?=$to_date?>'> 까지</span>
|
||||
<input type="button" value="접속자" onclick="fvisit_submit('visit_list.php');">
|
||||
<input type="button" value="도메인" onclick="fvisit_submit('visit_domain.php');">
|
||||
<input type="button" value="브라우저" onclick="fvisit_submit('visit_browser.php');">
|
||||
<input type="button" value="운영체제" onclick="fvisit_submit('visit_os.php');">
|
||||
<input type="button" value="시간" onclick="fvisit_submit('visit_hour.php');">
|
||||
<input type="button" value="요일" onclick="fvisit_submit('visit_week.php');">
|
||||
<input type="button" value="일" onclick="fvisit_submit('visit_date.php');">
|
||||
<input type="button" value="월" onclick="fvisit_submit('visit_month.php');">
|
||||
<input type="button" value="년" onclick="fvisit_submit('visit_year.php');">
|
||||
<button onclick="fvisit_submit('visit_list.php');">접속자</button>
|
||||
<button onclick="fvisit_submit('visit_domain.php');">도메인</button>
|
||||
<button onclick="fvisit_submit('visit_browser.php');">브라우저</button>
|
||||
<button onclick="fvisit_submit('visit_os.php');">운영체제</button>
|
||||
<button onclick="fvisit_submit('visit_hour.php');">시간</button>
|
||||
<button onclick="fvisit_submit('visit_week.php');">요일</button>
|
||||
<button onclick="fvisit_submit('visit_date.php');">일</button>
|
||||
<button onclick="fvisit_submit('visit_month.php');">월</button>
|
||||
<button onclick="fvisit_submit('visit_year.php');">년</button>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
|
||||
@ -21,7 +21,8 @@ label {cursor:pointer}
|
||||
.empty_table {padding:200px 0;text-align:center}
|
||||
|
||||
/* 레이아웃 */
|
||||
body {background:#dfe4e6;overflow-y:scroll}
|
||||
html {overflow-y:scroll}
|
||||
body {background:#dfe4e6}
|
||||
header {background:#2c2f34}
|
||||
#logo {padding-top:7px;height:43px;text-align:center}
|
||||
#home_link {z-index:2;position:absolute;top:50px;right:20px;zoom:1}
|
||||
@ -49,6 +50,7 @@ textarea:focus, input:focus {padding:4px;border:0;background:#9aacb4;color:#fff}
|
||||
select {padding:2px}
|
||||
fieldset {padding:13px;border:1px solid #ced9de;background:#fff}
|
||||
legend {margin-left:0;padding:7px 10px;border:1px solid #ced9de;background:#f6f9fa}
|
||||
button {padding:3px;border:1px solid #ced9de;background:#f6f9fa;cursor:pointer}
|
||||
|
||||
/* 테이블 */
|
||||
table {margin-bottom:20px;width:100%;border:1px solid #d5dcdf;background:#fff}
|
||||
@ -57,5 +59,5 @@ caption p {color:#6b8088;font-size:0.75em}
|
||||
th, td {border-bottom:1px solid #e9ecee;font:0.75em normal}
|
||||
th label {display:block}
|
||||
th {padding:10px;background:#f1f6f7}
|
||||
.frm_tbl th {text-align:left}
|
||||
.frm_tbl th {width:130px;text-align:left}
|
||||
td {padding:10px}
|
||||
|
||||
Reference in New Issue
Block a user