관리자: 게시판추가/수정, 동일그룹 모두 적용을 셀로 분리
This commit is contained in:
@ -94,7 +94,7 @@ include_once ('./admin.head.php');
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_table">TABLE</label></th>
|
||||
<td>
|
||||
<td colspan="2">
|
||||
<input type="text" id="bo_table" name="bo_table" maxlength="20" <?=$bo_table_attr?> value="<?=$board['bo_table'] ?>">
|
||||
<?
|
||||
if ($w == '')
|
||||
@ -106,14 +106,14 @@ include_once ('./admin.head.php');
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="gr_id">그룹</label></th>
|
||||
<td>
|
||||
<td colspan="2">
|
||||
<?=get_group_select('gr_id', $board['gr_id'], "required");?>
|
||||
<? if ($w=='u') { ?><a href="javascript:location.href='./board_list.php?sfl=a.gr_id&stx='+document.fboardform.gr_id.value;">동일그룹게시판목록</a><?}?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_subject">게시판 제목</label></th>
|
||||
<td>
|
||||
<td colspan="2">
|
||||
<input type="text" id="bo_subject" name="bo_subject" maxlength="120" class="required" value="<?=get_text($board['bo_subject'])?>" size="80">
|
||||
</td>
|
||||
</tr>
|
||||
@ -124,7 +124,8 @@ include_once ('./admin.head.php');
|
||||
<input type="text" id="bo_category_list" name="bo_category_list" value="<?=get_text($board['bo_category_list'])?>" size="80">
|
||||
<input type="checkbox" id="bo_use_category" name="bo_use_category" value="1" <?=$board[bo_use_category]?'checked':'';?>>
|
||||
<label for="bo_use_category">사용</label>
|
||||
<span class="group_setting">
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_category_list" name="chk_category_list" value="1">
|
||||
<label for="chk_category_list">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
@ -149,10 +150,10 @@ include_once ('./admin.head.php');
|
||||
<th scope="row"><label for="bo_admin">게시판 관리자</label></th>
|
||||
<td>
|
||||
<input type="text" id="bo_admin" name="bo_admin" maxlength="20" value="<?=$board['bo_admin']?>">
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_admin" name="chk_admin" value="1">
|
||||
<label for="chk_admin">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_admin" name="chk_admin" value="1">
|
||||
<label for="chk_admin">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -160,90 +161,90 @@ include_once ('./admin.head.php');
|
||||
<td>
|
||||
<?=help('권한 1은 비회원, 2 이상 회원입니다. 권한은 10 이 가장 높습니다.')?>
|
||||
<?=get_member_level_select('bo_list_level', 1, 10, $board[bo_list_level]) ?>
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_list_level" name="chk_list_level" value="1">
|
||||
<label for="chk_list_level">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_list_level" name="chk_list_level" value="1">
|
||||
<label for="chk_list_level">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_read_level">글읽기 권한</label></th>
|
||||
<td>
|
||||
<?=get_member_level_select('bo_read_level', 1, 10, $board[bo_read_level]) ?>
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_read_level" name="chk_read_level" value="1">
|
||||
<label for="chk_read_level">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_read_level" name="chk_read_level" value="1">
|
||||
<label for="chk_read_level">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_write_level">글쓰기 권한</label></th>
|
||||
<td>
|
||||
<?=get_member_level_select('bo_write_level', 1, 10, $board[bo_write_level]) ?>
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_write_level" name="chk_write_level" value="1">
|
||||
<label for="chk_write_level">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_write_level" name="chk_write_level" value="1">
|
||||
<label for="chk_write_level">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_reply_level">글답변 권한</label></th>
|
||||
<td>
|
||||
<?=get_member_level_select('bo_reply_level', 1, 10, $board[bo_reply_level]) ?>
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_reply_level" name="chk_reply_level" value="1">
|
||||
<label for="chk_reply_level">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_reply_level" name="chk_reply_level" value="1">
|
||||
<label for="chk_reply_level">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_comment_level">댓글쓰기 권한</label></th>
|
||||
<td>
|
||||
<?=get_member_level_select('bo_comment_level', 1, 10, $board[bo_comment_level]) ?>
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_comment_level" name="chk_comment_level" value="1">
|
||||
<label for="chk_comment_level">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_comment_level" name="chk_comment_level" value="1">
|
||||
<label for="chk_comment_level">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_link_level">링크 권한</label></th>
|
||||
<td>
|
||||
<?=get_member_level_select('bo_link_level', 1, 10, $board[bo_link_level]) ?>
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_link_level" name="chk_link_level" value="1">
|
||||
<label for="chk_link_level">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_link_level" name="chk_link_level" value="1">
|
||||
<label for="chk_link_level">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_upload_level">업로드 권한</label></th>
|
||||
<td>
|
||||
<?=get_member_level_select('bo_upload_level', 1, 10, $board[bo_upload_level]) ?>
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_upload_level" name="chk_upload_level" value="1">
|
||||
<label for="chk_upload_level">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_upload_level" name="chk_upload_level" value="1">
|
||||
<label for="chk_upload_level">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_download_level">다운로드 권한</label></th>
|
||||
<td>
|
||||
<?=get_member_level_select('bo_download_level', 1, 10, $board[bo_download_level]) ?>
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_download_level" name="chk_download_level" value="1">
|
||||
<label for="chk_download_level">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_download_level" name="chk_download_level" value="1">
|
||||
<label for="chk_download_level">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_html_level">HTML 쓰기 권한</label></th>
|
||||
<td>
|
||||
<?=get_member_level_select('bo_html_level', 1, 10, $board[bo_html_level]) ?>
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_html_level" name="chk_html_level" value="1">
|
||||
<label for="chk_html_level">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_html_level" name="chk_html_level" value="1">
|
||||
<label for="chk_html_level">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -251,10 +252,10 @@ include_once ('./admin.head.php');
|
||||
<td>
|
||||
<?=help('트랙백이란? 쉽게 설명하여 "내가 작성하는 글을 다른사람에게 알리는 기능" 입니다.'.PHP_EOL.'자세한 내용은 검색엔진에서 "트랙백"으로 검색을 해보시기 바랍니다.')?>
|
||||
<?=get_member_level_select('bo_trackback_level', 1, 10, $board[bo_trackback_level]) ?>
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_trackback_level" name="chk_trackback_level" value="1">
|
||||
<label for="chk_trackback_level">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_trackback_level" name="chk_trackback_level" value="1">
|
||||
<label for="chk_trackback_level">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -267,50 +268,50 @@ include_once ('./admin.head.php');
|
||||
<th scope="row"><label for="bo_count_modify">원글 수정 불가</label></th>
|
||||
<td>
|
||||
댓글 <input type="text" id="bo_count_modify" name="bo_count_modify" class="required numeric" value="<?=$board[bo_count_modify]?>" size="3">개 이상 달리면 수정불가
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_count_modify" name="chk_count_modify" value="1">
|
||||
<label for="chk_count_modify">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_count_modify" name="chk_count_modify" value="1">
|
||||
<label for="chk_count_modify">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_count_delete">원글 삭제 불가</label></th>
|
||||
<td>
|
||||
댓글 <input type="text" id="bo_count_delete" name="bo_count_delete" class="required numeric" value="<?=$board[bo_count_delete]?>" size="3">개 이상 달리면 삭제불가
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_count_delete" name="chk_count_delete" value="1">
|
||||
<label for="chk_count_delete">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_count_delete" name="chk_count_delete" value="1">
|
||||
<label for="chk_count_delete">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_use_sideview">글쓴이 사이드뷰</label></th>
|
||||
<td>
|
||||
<input type="checkbox" id="bo_use_sideview" name="bo_use_sideview" value="1" <?=$board[bo_use_sideview]?'checked':'';?>>사용 (글쓴이 클릭시 나오는 레이어 메뉴)
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_use_sideview" name="chk_use_sideview" value="1">
|
||||
<label for="chk_use_sideview">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_use_sideview" name="chk_use_sideview" value="1">
|
||||
<label for="chk_use_sideview">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_use_file_content">파일 설명 사용</label></th>
|
||||
<td>
|
||||
<input type="checkbox" id="bo_use_file_content" name="bo_use_file_content" value="1" <?=$board[bo_use_file_content]?'checked':'';?>>사용
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_use_file_content" name="chk_use_file_content" value="1">
|
||||
<label for="chk_use_file_content">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_use_file_content" name="chk_use_file_content" value="1">
|
||||
<label for="chk_use_file_content">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_use_comment">댓글 새창 사용</label></th>
|
||||
<td>
|
||||
<input type="checkbox" id="bo_use_comment" name="bo_use_comment" value="1" <?=$board[bo_use_comment]?'checked':'';?>>사용 (댓글수 클릭시 새창으로 보임)
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_use_comment" name="chk_use_comment" value="1">
|
||||
<label for="chk_use_comment">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_use_comment" name="chk_use_comment" value="1">
|
||||
<label for="chk_use_comment">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -323,10 +324,10 @@ include_once ('./admin.head.php');
|
||||
<option value='2'>무조건
|
||||
</select>
|
||||
<script>document.getElementById('bo_use_secret').value="<?=$board[bo_use_secret]?>";</script>
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_use_secret" name="chk_use_secret" value="1">
|
||||
<label for="chk_use_secret">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_use_secret" name="chk_use_secret" value="1">
|
||||
<label for="chk_use_secret">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -335,10 +336,10 @@ include_once ('./admin.head.php');
|
||||
<?=help('글작성시 내용을 DHTML 에디터 기능으로 사용할 것인지 설정합니다. 스킨에 따라 적용되지 않을 수 있습니다.')?>
|
||||
<input type="checkbox" id="bo_use_dhtml_editor" name="bo_use_dhtml_editor" value="1" <?=$board[bo_use_dhtml_editor]?'checked':'';?>>
|
||||
사용
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_use_dhtml_editor" name="chk_use_dhtml_editor" value="1">
|
||||
<label for="chk_use_dhtml_editor">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_use_dhtml_editor" name="chk_use_dhtml_editor" value="1">
|
||||
<label for="chk_use_dhtml_editor">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -347,10 +348,10 @@ include_once ('./admin.head.php');
|
||||
<?=help('비회원 글읽기가 가능하고 RSS 보이기 사용에 체크가 되어야만 RSS 지원을 합니다.')?>
|
||||
<input type="checkbox" id="bo_use_rss_view" name="bo_use_rss_view" value="1" <?=$board[bo_use_rss_view]?'checked':'';?>>
|
||||
사용
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_use_rss_view" name="chk_use_rss_view" value="1">
|
||||
<label for="chk_use_rss_view">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_use_rss_view" name="chk_use_rss_view" value="1">
|
||||
<label for="chk_use_rss_view">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -358,10 +359,10 @@ include_once ('./admin.head.php');
|
||||
<td>
|
||||
<input type="checkbox" id="bo_use_good" name="bo_use_good" value="1" <?=$board[bo_use_good]?'checked':'';?>>
|
||||
사용
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_use_good" name="chk_use_good" value="1">
|
||||
<label for="chk_use_good">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_use_good" name="chk_use_good" value="1">
|
||||
<label for="chk_use_good">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -369,10 +370,10 @@ include_once ('./admin.head.php');
|
||||
<td>
|
||||
<input type="checkbox" id="bo_use_nogood" name="bo_use_nogood" value="1" <?=$board[bo_use_nogood]?'checked':'';?>>
|
||||
사용
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_use_nogood" name="chk_use_nogood" value="1">
|
||||
<label for="chk_use_nogood">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_use_nogood" name="chk_use_nogood" value="1">
|
||||
<label for="chk_use_nogood">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -380,10 +381,10 @@ include_once ('./admin.head.php');
|
||||
<td>
|
||||
<input type="checkbox" id="bo_use_name" name="bo_use_name" value="1" <?=$board[bo_use_name]?'checked':'';?>>
|
||||
사용
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_use_name" name="chk_use_name" value="1">
|
||||
<label for="chk_use_name">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_use_name" name="chk_use_name" value="1">
|
||||
<label for="chk_use_name">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -391,10 +392,10 @@ include_once ('./admin.head.php');
|
||||
<td>
|
||||
<input type="checkbox" id="bo_use_signature" name="bo_use_signature" value="1" <?=$board[bo_use_signature]?'checked':'';?>>
|
||||
사용
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_use_signature" name="chk_use_signature" value="1">
|
||||
<label for="chk_use_signature">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_use_signature" name="chk_use_signature" value="1">
|
||||
<label for="chk_use_signature">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -402,10 +403,10 @@ include_once ('./admin.head.php');
|
||||
<td>
|
||||
<input type="checkbox" id="bo_use_ip_view" name="bo_use_ip_view" value="1" <?=$board[bo_use_ip_view]?'checked':'';?>>
|
||||
사용
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_use_ip_view" name="chk_use_ip_view" value="1">
|
||||
<label for="chk_use_ip_view">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_use_ip_view" name="chk_use_ip_view" value="1">
|
||||
<label for="chk_use_ip_view">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -413,10 +414,10 @@ include_once ('./admin.head.php');
|
||||
<td>
|
||||
<input type="checkbox" id="bo_use_trackback" name="bo_use_trackback" value="1" <?=$board[bo_use_trackback]?'checked':'';?>>
|
||||
사용 (트랙백쓰기 권한 보다 우선함)
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_use_trackback" name="chk_use_trackback" value="1">
|
||||
<label for="chk_use_trackback">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_use_trackback" name="chk_use_trackback" value="1">
|
||||
<label for="chk_use_trackback">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -424,10 +425,10 @@ include_once ('./admin.head.php');
|
||||
<td>
|
||||
<input type="checkbox" id="bo_use_list_content" name="bo_use_list_content" value="1" <?=$board[bo_use_list_content]?'checked':'';?>>
|
||||
사용 (사용시 속도 느려질 수 있습니다.)
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_use_list_content" name="chk_use_list_content" value="1">
|
||||
<label for="chk_use_list_content">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_use_list_content" name="chk_use_list_content" value="1">
|
||||
<label for="chk_use_list_content">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -435,10 +436,10 @@ include_once ('./admin.head.php');
|
||||
<td>
|
||||
<input type="checkbox" id="bo_use_list_view" name="bo_use_list_view" value="1" <?=$board[bo_use_list_view]?'checked':'';?>>
|
||||
사용
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_use_list_view" name="chk_use_list_view" value="1">
|
||||
<label for="chk_use_list_view">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_use_list_view" name="chk_use_list_view" value="1">
|
||||
<label for="chk_use_list_view">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -446,10 +447,10 @@ include_once ('./admin.head.php');
|
||||
<td>
|
||||
<input type="checkbox" id="bo_use_email" name="bo_use_email" value="1" <?=$board[bo_use_email]?'checked':'';?>>
|
||||
사용
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_use_email" name="chk_use_email" value="1">
|
||||
<label for="chk_use_email">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_use_email" name="chk_use_email" value="1">
|
||||
<label for="chk_use_email">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -457,10 +458,10 @@ include_once ('./admin.head.php');
|
||||
<td>
|
||||
<?=help('게시물 한건당 업로드 할 수 있는 파일의 최대 개수 (0 이면 제한 없음)')?>
|
||||
<input type="text" id="bo_upload_count" name="bo_upload_count" class="required numeric" value="<?=$board[bo_upload_count]?>" size="3">
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_upload_count" name="chk_upload_count" value="1">
|
||||
<label for="chk_upload_count">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_upload_count" name="chk_upload_count" value="1">
|
||||
<label for="chk_upload_count">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<?
|
||||
@ -474,10 +475,10 @@ if (!preg_match("/([m|M])$/", $upload_max_filesize)) {
|
||||
<td>
|
||||
<?=help('최대 '.ini_get("upload_max_filesize").' 이하 업로드 가능, 1 MB = 1,024,768 bytes')?>
|
||||
업로드 파일 한개당 <input type="text" id="bo_upload_size" name="bo_upload_size" class="required numeric" value="<?=$board[bo_upload_size]?>" size="10"> bytes 이하
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_upload_size" name="chk_upload_size" value="1">
|
||||
<label for="chk_upload_size">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_upload_size" name="chk_upload_size" value="1">
|
||||
<label for="chk_upload_size">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -485,10 +486,10 @@ if (!preg_match("/([m|M])$/", $upload_max_filesize)) {
|
||||
<td>
|
||||
<?=help('글 입력시 최소 글자수를 설정. 0을 입력하면 검사하지 않음')?>
|
||||
<input type="text" id="bo_write_min" name="bo_write_min" class="numeric" value="<?=$board[bo_write_min]?>" size="4">
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_write_min" name="chk_write_min" value="1">
|
||||
<label for="chk_write_min">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_write_min" name="chk_write_min" value="1">
|
||||
<label for="chk_write_min">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -496,10 +497,10 @@ if (!preg_match("/([m|M])$/", $upload_max_filesize)) {
|
||||
<td>
|
||||
<?=help('글 입력시 최대 글자수를 설정. 0을 입력하면 검사하지 않음')?>
|
||||
<input type="text" id="bo_write_max" name="bo_write_max" class="numeric" value="<?=$board[bo_write_max]?>" size="4">
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_write_max" name="chk_write_max" value="1">
|
||||
<label for="chk_write_max">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_write_max" name="chk_write_max" value="1">
|
||||
<label for="chk_write_max">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -507,10 +508,10 @@ if (!preg_match("/([m|M])$/", $upload_max_filesize)) {
|
||||
<td>
|
||||
<?=help('댓글 입력시 최소 글자수, 최대 글자수를 설정. 0을 입력하면 검사하지 않음')?>
|
||||
<input type="text" id="bo_comment_min" name="bo_comment_min" class="numeric" value="<?=$board[bo_comment_min]?>" size="3">
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_comment_min" name="chk_comment_min" value="1">
|
||||
<label for="chk_comment_min">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_comment_min" name="chk_comment_min" value="1">
|
||||
<label for="chk_comment_min">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -518,10 +519,10 @@ if (!preg_match("/([m|M])$/", $upload_max_filesize)) {
|
||||
<td>
|
||||
<?=help('댓글 입력시 최소 글자수, 최대 글자수를 설정. 0을 입력하면 검사하지 않음')?>
|
||||
<input type="text" id="bo_comment_max" name="bo_comment_max" class="numeric" value="<?=$board[bo_comment_max]?>" size="3">
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_comment_max" name="chk_comment_max" value="1">
|
||||
<label for="chk_comment_max">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_comment_max" name="chk_comment_max" value="1">
|
||||
<label for="chk_comment_max">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -529,10 +530,10 @@ if (!preg_match("/([m|M])$/", $upload_max_filesize)) {
|
||||
<td>
|
||||
<input type="checkbox" id="bo_use_search" name="bo_use_search" value="1" <?=$board[bo_use_search]?'checked':'';?>>
|
||||
사용
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_use_search" name="chk_use_search" value="1">
|
||||
<label for="chk_use_search">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_use_search" name="chk_use_search" value="1">
|
||||
<label for="chk_use_search">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -540,10 +541,10 @@ if (!preg_match("/([m|M])$/", $upload_max_filesize)) {
|
||||
<td>
|
||||
<?=help('숫자가 낮은 게시판 부터 검색')?>
|
||||
<input type="text" id="bo_order_search" name="bo_order_search" value="<?=$board[bo_order_search]?>" size="3">
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_order_search" name="chk_order_search" value="1">
|
||||
<label for="chk_order_search">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_order_search" name="chk_order_search" value="1">
|
||||
<label for="chk_order_search">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -563,15 +564,15 @@ if (!preg_match("/([m|M])$/", $upload_max_filesize)) {
|
||||
}
|
||||
?></select>
|
||||
<script>document.fboardform.bo_skin.value="<?=$board['bo_skin']?>";</script>
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_skin" name="chk_skin" value="1">
|
||||
<label for="chk_skin">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_skin" name="chk_skin" value="1">
|
||||
<label for="chk_skin">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_image_head">상단 이미지</label></th>
|
||||
<td>
|
||||
<td colspan="2">
|
||||
<input type="file" id="bo_image_head" name="bo_image_head">
|
||||
<?
|
||||
if ($board['bo_image_head'])
|
||||
@ -581,7 +582,7 @@ if (!preg_match("/([m|M])$/", $upload_max_filesize)) {
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_image_tail">하단 이미지</label></th>
|
||||
<td>
|
||||
<td colspan="2">
|
||||
<input type="file" id="bo_image_tail" name="bo_image_tail">
|
||||
<?
|
||||
if ($board['bo_image_tail'])
|
||||
@ -593,50 +594,50 @@ if (!preg_match("/([m|M])$/", $upload_max_filesize)) {
|
||||
<th scope="row"><label for="bo_include_head">상단 파일 경로</label></th>
|
||||
<td>
|
||||
<input type="text" id="bo_include_head" name="bo_include_head" value="<?=$board['bo_include_head']?>" size="50">
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_include_head" name="chk_include_head" value="1">
|
||||
<label for="chk_include_head">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_include_head" name="chk_include_head" value="1">
|
||||
<label for="chk_include_head">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_include_tail">하단 파일 경로</label></th>
|
||||
<td>
|
||||
<input type="text" id="bo_include_tail" name="bo_include_tail" value="<?=$board['bo_include_tail']?>" size="50">
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_include_tail" name="chk_include_tail" value="1">
|
||||
<label for="chk_include_tail">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_include_tail" name="chk_include_tail" value="1">
|
||||
<label for="chk_include_tail">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="tx_bo_content_head">상단 내용</label></th>
|
||||
<td>
|
||||
<?=cheditor2('bo_content_head', $board['bo_content_head']);?>
|
||||
<span class="group_setting_ta">
|
||||
<input type="checkbox" id="chk_content_head" name="chk_content_head" value="1">
|
||||
<label for="chk_content_head">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_content_head" name="chk_content_head" value="1">
|
||||
<label for="chk_content_head">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="tx_bo_content_tail">하단 내용</label></th>
|
||||
<td>
|
||||
<?=cheditor2('bo_content_tail', $board['bo_content_tail']);?>
|
||||
<span class="group_setting_ta">
|
||||
<input type="checkbox" id="chk_content_tail" name="chk_content_tail" value="1">
|
||||
<label for="chk_content_tail">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_content_tail" name="chk_content_tail" value="1">
|
||||
<label for="chk_content_tail">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_insert_content">글쓰기 기본 내용</label></th>
|
||||
<td>
|
||||
<textarea id="bo_insert_content" name="bo_insert_content" rows="5"><?=$board['bo_insert_content'] ?></textarea>
|
||||
<span class="group_setting_ta">
|
||||
<input type="checkbox" id="chk_insert_content" name="chk_insert_content" value="1">
|
||||
<label for="chk_insert_content">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_insert_content" name="chk_insert_content" value="1">
|
||||
<label for="chk_insert_content">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -644,20 +645,20 @@ if (!preg_match("/([m|M])$/", $upload_max_filesize)) {
|
||||
<td>
|
||||
<?=help('목록에서의 제목 글자수. 잘리는 글은 … 로 표시')?>
|
||||
<input type="text" id="bo_subject_len" name="bo_subject_len" class="required numeric" value="<?=$board[bo_subject_len]?>" size="3">
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_subject_len" name="chk_subject_len" value="1">
|
||||
<label for="chk_subject_len">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_subject_len" name="chk_subject_len" value="1">
|
||||
<label for="chk_subject_len">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_page_rows">페이지당 목록 수</label></th>
|
||||
<td>
|
||||
<input type="text" id="bo_page_rows" name="bo_page_rows" class="required numeric" value="<?=$board[bo_page_rows]?>" size="3">
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_page_rows" name="chk_page_rows" value="1">
|
||||
<label for="chk_page_rows">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_page_rows" name="chk_page_rows" value="1">
|
||||
<label for="chk_page_rows">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -665,10 +666,10 @@ if (!preg_match("/([m|M])$/", $upload_max_filesize)) {
|
||||
<td>
|
||||
<?=help('갤러리 형식의 게시판 목록에서 이미지를 한줄에 몇장씩 보여줄것인지를 설정하는 값')?>
|
||||
<input type="text" id="bo_gallery_cols" name="bo_gallery_cols" class="required numeric" value="<?=$board[bo_gallery_cols]?>" size="3">
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_gallery_cols" name="chk_gallery_cols" value="1">
|
||||
<label for="chk_gallery_cols">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_gallery_cols" name="chk_gallery_cols" value="1">
|
||||
<label for="chk_gallery_cols">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -676,10 +677,10 @@ if (!preg_match("/([m|M])$/", $upload_max_filesize)) {
|
||||
<td>
|
||||
<?=help('100 이하는 %')?>
|
||||
<input type="text" id="bo_table_width" name="bo_table_width" class="required numeric" value="<?=$board[bo_table_width]?>" size="3">
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_table_width" name="chk_table_width" value="1">
|
||||
<label for="chk_table_width">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_table_width" name="chk_table_width" value="1">
|
||||
<label for="chk_table_width">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -687,10 +688,10 @@ if (!preg_match("/([m|M])$/", $upload_max_filesize)) {
|
||||
<td>
|
||||
<?=help('게시판에서 출력되는 이미지의 폭 크기')?>
|
||||
<input type="text" id="bo_image_width" name="bo_image_width" class="required numeric" value="<?=$board[bo_image_width]?>" size="3"> 픽셀
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_image_width" name="chk_image_width" value="1">
|
||||
<label for="chk_image_width">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_image_width" name="chk_image_width" value="1">
|
||||
<label for="chk_image_width">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -698,10 +699,10 @@ if (!preg_match("/([m|M])$/", $upload_max_filesize)) {
|
||||
<td>
|
||||
<?=help('글 입력후 new 이미지를 출력하는 시간')?>
|
||||
<input type="text" id="bo_new" name="bo_new" class="required numeric" value="<?=$board[bo_new]?>" size="3">
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_new" name="chk_new" value="1">
|
||||
<label for="chk_new">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_new" name="chk_new" value="1">
|
||||
<label for="chk_new">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -709,10 +710,10 @@ if (!preg_match("/([m|M])$/", $upload_max_filesize)) {
|
||||
<td>
|
||||
<?=help('조회수가 설정값 이상이면 hot 이미지 출력')?>
|
||||
<input type="text" id="bo_hot" name="bo_hot" class="required numeric" value="<?=$board[bo_hot]?>" size="5">
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_hot" name="chk_hot" value="1">
|
||||
<label for="chk_hot">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_hot" name="chk_hot" value="1">
|
||||
<label for="chk_hot">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -723,10 +724,10 @@ if (!preg_match("/([m|M])$/", $upload_max_filesize)) {
|
||||
<option value='0'>나중에 쓴 답변 위로 달기
|
||||
</select>
|
||||
<script> document.fboardform.bo_reply_order.value = "<?=$board[bo_reply_order]?>"; </script>
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_reply_order" name="chk_reply_order" value="1">
|
||||
<label for="chk_reply_order">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_reply_order" name="chk_reply_order" value="1">
|
||||
<label for="chk_reply_order">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -755,10 +756,10 @@ if (!preg_match("/([m|M])$/", $upload_max_filesize)) {
|
||||
<option value="ca_name desc, wr_num, wr_reply">ca_name desc : 분류명 오름차순</option>
|
||||
</select>
|
||||
<script> document.fboardform.bo_sort_field.value = "<?=$board['bo_sort_field']?>"; </script>
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_sort_field" name="chk_sort_field" value="1">
|
||||
<label for="chk_sort_field">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_sort_field" name="chk_sort_field" value="1">
|
||||
<label for="chk_sort_field">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tbody>
|
||||
</table>
|
||||
@ -777,7 +778,7 @@ if (!preg_match("/([m|M])$/", $upload_max_filesize)) {
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row"><label for="chk_point">기본값으로 설정</label></th>
|
||||
<td>
|
||||
<td colspan="2">
|
||||
<?=help('환경설정에 입력된 포인트로 설정')?>
|
||||
<input type="checkbox" id="chk_point" name="chk_point" title="기본값 사용" onclick="set_point(this.form)">
|
||||
</td>
|
||||
@ -786,40 +787,40 @@ if (!preg_match("/([m|M])$/", $upload_max_filesize)) {
|
||||
<th scope="row"><label for="bo_read_point">글읽기 포인트</label></th>
|
||||
<td>
|
||||
<input type="text" id="bo_read_point" name="bo_read_point" class="required numeric" value="<?=$board[bo_read_point]?>" size="5">
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_read_point" name="chk_read_point" value="1">
|
||||
<label for="chk_read_point">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_read_point" name="chk_read_point" value="1">
|
||||
<label for="chk_read_point">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_write_point">글쓰기 포인트</label></th>
|
||||
<td>
|
||||
<input type="text" id="bo_write_point" name="bo_write_point" class="required numeric" value="<?=$board[bo_write_point]?>" size="5">
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_write_point" name="chk_write_point" value="1">
|
||||
<label for="chk_write_point">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_write_point" name="chk_write_point" value="1">
|
||||
<label for="chk_write_point">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_comment_point">댓글쓰기 포인트</label></th>
|
||||
<td>
|
||||
<input type="text" id="bo_comment_point" name="bo_comment_point" class="required numeric" value="<?=$board[bo_comment_point]?>" size="5">
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_comment_point" name="chk_comment_point" value="1">
|
||||
<label for="chk_comment_point">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_comment_point" name="chk_comment_point" value="1">
|
||||
<label for="chk_comment_point">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="bo_download_point">다운로드 포인트</label></th>
|
||||
<td>
|
||||
<input type="text" id="bo_download_point" name="bo_download_point" class="required numeric" value="<?=$board[bo_download_point]?>" size="5">
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_download_point" name="chk_download_point" value="1">
|
||||
<label for="chk_download_point">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_download_point" name="chk_download_point" value="1">
|
||||
<label for="chk_download_point">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -836,10 +837,10 @@ if (!preg_match("/([m|M])$/", $upload_max_filesize)) {
|
||||
<input type="text" id="bo_<?=$i?>_subj" name="bo_<?=$i?>_subj" value="<?=get_text($board['bo_'.$i.'_subj'])?>">
|
||||
<label for="bo_<?=$i?>">여분필드 <?=$i?> 내용</label>
|
||||
<input type="text" id="bo_<?=$i?>" name="bo_<?=$i?>" value="<?=get_text($board['bo_'.$i])?>">
|
||||
<span class="group_setting">
|
||||
<input type="checkbox" id="chk_<?=$i?>" name="chk_<?=$i?>" value="1">
|
||||
<label for="chk_<?=$i?>">동일그룹 모두 적용</label>
|
||||
</span>
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" id="chk_<?=$i?>" name="chk_<?=$i?>" value="1">
|
||||
<label for="chk_<?=$i?>">동일그룹 모두 적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<? } ?>
|
||||
|
||||
12
css/adm.css
12
css/adm.css
@ -49,7 +49,7 @@ h1 {margin-bottom:20px;color:#333;font-size:1.5em;font-family:"verdana","dotum";
|
||||
|
||||
/* 버튼 */
|
||||
.btn_confirm {margin-bottom:20px;text-align:center}
|
||||
.btn_confirm button {padding:0 15px;height:30px;background:#74868b;color:#fff;font-size:0.875em;line-height:2.2em;vertical-align:middle}
|
||||
.btn_confirm button {padding:0 15px;height:30px;border:0;background:#74868b;color:#fff;font-size:0.875em;line-height:2.2em;vertical-align:middle}
|
||||
.btn_confirm button:focus {padding:0 15px;height:30px;background:#555;color:#fff;font-size:0.875em;line-height:2.2em;vertical-align:middle}
|
||||
.btn_submit {padding:0 15px;height:30px;border:0;background:#ff6633;color:#fff;font-size:0.875em;line-height:2.2em;vertical-align:middle}
|
||||
.btn_submit:focus {padding:0 15px;height:30px;border:0;background:#555;color:#fff;font-size:0.875em;line-height:2.2em;vertical-align:middle}
|
||||
@ -80,8 +80,6 @@ fieldset button:focus, .fieldset_submit:focus {padding:0 15px;height:23px;border
|
||||
|
||||
/* 폼 안내글 */
|
||||
.adm_field_explain {display:block;padding:0 0 5px;color:#5b747e}
|
||||
.group_setting {}
|
||||
.group_setting_ta {display:block;padding-top:5px}
|
||||
|
||||
/* 폼 바로가기 */
|
||||
.frm_list {margin:0 0 20px;padding:0 0 0 1px;zoom:1}
|
||||
@ -99,6 +97,8 @@ th label {display:block}
|
||||
th a {color:#000}
|
||||
th {padding:10px;background:#f1f6f7}
|
||||
td {padding:10px}
|
||||
|
||||
/* 폼 테이블 */
|
||||
.frm_tbl th {width:130px;text-align:left;font-weight:normal}
|
||||
.frm_tbl textarea {height:150px}
|
||||
|
||||
@ -127,9 +127,11 @@ td {padding:10px}
|
||||
.td_mng {width:110px;text-align:center}
|
||||
/* 투표관리 목록 */
|
||||
.td_etc {width:80px;text-align:center}
|
||||
/*게시판관리 목록 */
|
||||
/* 게시판관리 목록 */
|
||||
.tbl_bo_list td {text-align:center}
|
||||
/*게시판그룹관리 목록 */
|
||||
/* 게시판추가/수정 */
|
||||
.group_setting {width:130px;border-left:1px solid #e9ecee}
|
||||
/* 게시판그룹관리 목록 */
|
||||
.tbl_gr_list td {text-align:center}
|
||||
/* 접근가능그룹 목록 */
|
||||
.td_grid {text-align:center}
|
||||
|
||||
Reference in New Issue
Block a user