관리자: 온라인 서식이 길 경우 바로가기 링크 추가
This commit is contained in:
@ -71,6 +71,15 @@ include_once ('./admin.head.php');
|
||||
<?=cheditor1('bo_content_head', '100%', '200');?>
|
||||
<?=cheditor1('bo_content_tail', '100%', '200');?>
|
||||
|
||||
<ul>
|
||||
<li><a href="#frm_basic">기본 설정</a></li>
|
||||
<li><a href="#frm_auth">권한 설정</a></li>
|
||||
<li><a href="#frm_function">기능 설정</a></li>
|
||||
<li><a href="#frm_design">디자인/양식</a></li>
|
||||
<li><a href="#frm_point">포인트 설정</a></li>
|
||||
<li><a href="#frm_extra">여분필드</a></li>
|
||||
</ul>
|
||||
|
||||
<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?>">
|
||||
@ -80,8 +89,8 @@ include_once ('./admin.head.php');
|
||||
<input type="hidden" name="page" value="<?=$page?>">
|
||||
<input type="hidden" name="token" value="<?=$token?>">
|
||||
|
||||
<table class="frm_tbl">
|
||||
<caption>게시판 기본설정</caption>
|
||||
<table id="frm_basic" class="frm_tbl">
|
||||
<caption>게시판 기본 설정</caption>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_table">TABLE</label></th>
|
||||
@ -133,8 +142,8 @@ include_once ('./admin.head.php');
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="frm_tbl">
|
||||
<caption>게시판 권한설정</caption>
|
||||
<table id="frm_auth" class="frm_tbl">
|
||||
<caption>게시판 권한 설정</caption>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_admin">게시판 관리자</label></th>
|
||||
@ -251,8 +260,8 @@ include_once ('./admin.head.php');
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="frm_tbl">
|
||||
<caption>게시판 기능설정</caption>
|
||||
<table id="frm_function" class="frm_tbl">
|
||||
<caption>게시판 기능 설정</caption>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_count_modify">원글 수정 불가</label></th>
|
||||
@ -540,7 +549,7 @@ if (!preg_match("/([m|M])$/", $upload_max_filesize)) {
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="frm_tbl">
|
||||
<table id="frm_design" class="frm_tbl">
|
||||
<caption>게시판 디자인/양식</caption>
|
||||
<tbody>
|
||||
<tr>
|
||||
@ -763,7 +772,7 @@ if (!preg_match("/([m|M])$/", $upload_max_filesize)) {
|
||||
</tr>
|
||||
<?*/?>
|
||||
|
||||
<table class="frm_tbl">
|
||||
<table id="frm_point" class="frm_tbl">
|
||||
<caption>게시판 포인트 설정</caption>
|
||||
<tbody>
|
||||
<tr>
|
||||
@ -816,7 +825,7 @@ if (!preg_match("/([m|M])$/", $upload_max_filesize)) {
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="frm_tbl">
|
||||
<table id="frm_extra" class="frm_tbl">
|
||||
<caption>게시판 여분필드 설정</caption>
|
||||
<tbody>
|
||||
<? for ($i=1; $i<=10; $i++) { ?>
|
||||
|
||||
@ -23,10 +23,21 @@ $g4['title'] = '환경설정';
|
||||
include_once ('./admin.head.php');
|
||||
?>
|
||||
|
||||
<ul class="frm_list">
|
||||
<li><a href="#frm_basic">기본환경</a></li>
|
||||
<li><a href="#frm_board">게시판기본</a></li>
|
||||
<li><a href="#frm_join">회원가입</a></li>
|
||||
<li><a href="#frm_mail">기본메일환경</a></li>
|
||||
<li><a href="#frm_article_mail">글작성메일</a></li>
|
||||
<li><a href="#frm_join_mail">가입메일</a></li>
|
||||
<li><a href="#frm_vote_mail">투표메일</a></li>
|
||||
<li><a href="#frm_extra_field">여분필드</a></li>
|
||||
</ul>
|
||||
|
||||
<form id="fconfigform" name="fconfigform" method="post" onsubmit="return fconfigform_submit(this);">
|
||||
<input type="hidden" id="token" name="token" value="<?=$token?>">
|
||||
|
||||
<table class="frm_tbl">
|
||||
<table id="frm_basic" class="frm_tbl">
|
||||
<caption>홈페이지 기본환경 설정</caption>
|
||||
<tbody>
|
||||
<tr>
|
||||
@ -163,8 +174,11 @@ include_once ('./admin.head.php');
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="frm_tbl">
|
||||
<caption>게시판 공통 설정, 게시판 관리에서 개별 설정 가능</caption>
|
||||
<table id="frm_board" class="frm_tbl">
|
||||
<caption>
|
||||
게시판 기본 설정
|
||||
<p>각 게시판 관리에서 개별적으로 설정 가능합니다.</p>
|
||||
</caption>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row"><label for="cf_read_point">글읽기 포인트</label></th>
|
||||
@ -235,8 +249,11 @@ include_once ('./admin.head.php');
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="frm_tbl">
|
||||
<caption>회원가입스킨 및 입력받을 정보 설정</caption>
|
||||
<table id="frm_join" class="frm_tbl">
|
||||
<caption>
|
||||
회원가입 설정
|
||||
<p>회원가입 시 사용할 스킨과 입력 받을 정보 등을 설정할 수 있습니다.</p>
|
||||
</caption>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row"><label for="cf_member_skin">회원 스킨</label></th>
|
||||
@ -353,7 +370,7 @@ include_once ('./admin.head.php');
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="frm_tbl">
|
||||
<table id="frm_mail" class="frm_tbl">
|
||||
<caption>기본 메일환경 설정</caption>
|
||||
<tbody>
|
||||
<tr>
|
||||
@ -379,7 +396,7 @@ include_once ('./admin.head.php');
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table class="frm_tbl">
|
||||
<table id="frm_article_mail" class="frm_tbl">
|
||||
<caption>게시판 글 작성 시 메일 설정</caption>
|
||||
<tbody>
|
||||
<tr>
|
||||
@ -420,7 +437,7 @@ include_once ('./admin.head.php');
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="frm_tbl">
|
||||
<table id="frm_join_mail" class="frm_tbl">
|
||||
<caption>회원가입 시 메일 설정</caption>
|
||||
<tbody>
|
||||
<tr>
|
||||
@ -440,7 +457,7 @@ include_once ('./admin.head.php');
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="frm_tbl">
|
||||
<table id="frm_vote_mail" class="frm_tbl">
|
||||
<caption>투표 기타의견 작성시 메일 설정</caption>
|
||||
<tbody>
|
||||
<tr>
|
||||
@ -454,8 +471,11 @@ include_once ('./admin.head.php');
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<table class="frm_tbl">
|
||||
<caption>여분필드의 기본 내용 설정, 게시판 관리에서 개별 설정 가능</caption>
|
||||
<table id="frm_extra_field" class="frm_tbl">
|
||||
<caption>
|
||||
여분필드 기본 설정
|
||||
<p>각 게시판 관리에서 개별적으로 설정 가능합니다.</p>
|
||||
</caption>
|
||||
<tbody>
|
||||
<? for ($i=1; $i<=10; $i++) { ?>
|
||||
<tr>
|
||||
|
||||
@ -115,15 +115,15 @@ for ($i=0; $row=sql_fetch_array($result); $i++)
|
||||
|
||||
?>
|
||||
<tr>
|
||||
<td><?=$mb_id?></td>
|
||||
<td><?=$row['mb_name']?></td>
|
||||
<td><?=$mb_nick?></td>
|
||||
<td><?=$row[mb_level]?></td>
|
||||
<td class="td_mbid"><?=$mb_id?></td>
|
||||
<td class="td_mbname"><?=$row['mb_name']?></td>
|
||||
<td class="td_mbnick"><?=$mb_nick?></td>
|
||||
<td class="td_num"><?=$row[mb_level]?></td>
|
||||
<td><a href="./point_list.php?sfl=mb_id&stx=<?=$row['mb_id']?>"><?=number_format($row[mb_point])?></a></td>
|
||||
<td><?=$row[mb_mailling]?'예':'아니오';?></td>
|
||||
<td><?=$row[mb_open]?'예':'아니오';?></td>
|
||||
<td><?=preg_match('/[1-9]/', $row['mb_email_certify'])?'예':'아니오';?></td>
|
||||
<td><?=$row['mb_intercept_date']?'예':'아니오';?></td>
|
||||
<td class="td_boolean"><?=$row[mb_mailling]?'예':'아니오';?></td>
|
||||
<td class="td_boolean"><?=$row[mb_open]?'예':'아니오';?></td>
|
||||
<td class="td_boolean"><?=preg_match('/[1-9]/', $row['mb_email_certify'])?'예':'아니오';?></td>
|
||||
<td class="td_boolean"><?=$row['mb_intercept_date']?'예':'아니오';?></td>
|
||||
<td><?=$group?></td>
|
||||
</tr>
|
||||
<?
|
||||
|
||||
@ -82,6 +82,8 @@ td {padding:10px}
|
||||
.td_bignum {width:120px;text-align:center}
|
||||
.td_mbid, .td_mbnick, .td_mbname {width:80px;text-align:center}
|
||||
.td_time {width:150px;text-align:center}
|
||||
.td_boolean {width:50px;text-align:center}
|
||||
/* 인덱스 */
|
||||
/* 관리권한설정 목록 */
|
||||
.td_menu {}
|
||||
.td_auth {width:100px;text-align:center}
|
||||
|
||||
Reference in New Issue
Block a user