관리자: 온라인 서식 스타일

This commit is contained in:
whitedot
2012-12-12 16:20:05 +09:00
parent 22383c5361
commit d43a898196
7 changed files with 848 additions and 814 deletions

View File

@ -71,9 +71,6 @@ include_once ('./admin.head.php');
<?=cheditor1('bo_content_head', '100%', '200');?>
<?=cheditor1('bo_content_tail', '100%', '200');?>
<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?>">
@ -108,18 +105,19 @@ include_once ('./admin.head.php');
<tr>
<th scope="row"><label for="bo_subject">게시판 제목</label></th>
<td>
<input type="text" id="bo_subject" name="bo_subject" maxlength="120" required value="<?=get_text($board['bo_subject'])?>">
<input type="text" id="bo_subject" name="bo_subject" maxlength="120" required value="<?=get_text($board['bo_subject'])?>" size="80">
</td>
</tr>
<tr>
<th scope="row"><label for="bo_category_list">분류</label></th>
<td>
<?=help('분류와 분류 사이는 | 로 구분하세요. (예: 질문|답변) 첫자로 #은 입력하지 마세요. (예: #질문|#답변 [X])')?>
<input type="text" id="bo_category_list" name="bo_category_list" value="<?=get_text($board['bo_category_list'])?>">
<input type="checkbox" id="bo_use_category" name="bo_use_category" value="1" <?=$board[bo_use_category]?'checked':'';?>><label for="bo_use_category">사용</label>
<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">
<input type="checkbox" id="chk_category_list" name="chk_category_list" value="1">
<label for="chk_category_list">동일그룹 게시판에 모두 적용</label>
<label for="chk_category_list">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -127,7 +125,7 @@ include_once ('./admin.head.php');
<tr>
<th scope="row"><label for="proc_count">카운트 조정</label></th>
<td>
<?=help('현재 원글수 : '.number_format($board[bo_count_write]).', 현재 코멘트수 : '.number_format($board[bo_count_comment]).PHP_EOL.'게시판 목록에서 글의 번호가 맞지 않을 경우에 체크하십시오.')?>
<?=help('현재 원글수 : '.number_format($board[bo_count_write]).', 현재 댓글수 : '.number_format($board[bo_count_comment]).PHP_EOL.'게시판 목록에서 글의 번호가 맞지 않을 경우에 체크하십시오.')?>
<input type="checkbox" id="proc_count" name="proc_count" value="1">
</td>
</tr>
@ -144,7 +142,7 @@ include_once ('./admin.head.php');
<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>
<label for="chk_admin">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -155,7 +153,7 @@ include_once ('./admin.head.php');
<?=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>
<label for="chk_list_level">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -165,7 +163,7 @@ include_once ('./admin.head.php');
<?=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>
<label for="chk_read_level">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -175,7 +173,7 @@ include_once ('./admin.head.php');
<?=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>
<label for="chk_write_level">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -185,17 +183,17 @@ include_once ('./admin.head.php');
<?=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>
<label for="chk_reply_level">동일그룹 모두 적용</label>
</span>
</td>
</tr>
<tr>
<th scope="row"><label for="bo_comment_level">코멘트쓰기 권한</label></th>
<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>
<label for="chk_comment_level">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -205,7 +203,7 @@ include_once ('./admin.head.php');
<?=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>
<label for="chk_link_level">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -215,7 +213,7 @@ include_once ('./admin.head.php');
<?=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>
<label for="chk_upload_level">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -225,7 +223,7 @@ include_once ('./admin.head.php');
<?=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>
<label for="chk_download_level">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -235,7 +233,7 @@ include_once ('./admin.head.php');
<?=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>
<label for="chk_html_level">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -246,7 +244,7 @@ include_once ('./admin.head.php');
<?=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>
<label for="chk_trackback_level">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -259,20 +257,20 @@ include_once ('./admin.head.php');
<tr>
<th scope="row"><label for="bo_count_modify">원글 수정 불가</label></th>
<td>
코멘트 <input type="text" id="bo_count_modify" name="bo_count_modify" required numeric value="<?=$board[bo_count_modify]?>">개 이상 달리면 수정불가
댓글 <input type="text" id="bo_count_modify" name="bo_count_modify" 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>
<label for="chk_count_modify">동일그룹 모두 적용</label>
</span>
</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" required numeric value="<?=$board[bo_count_delete]?>">개 이상 달리면 삭제불가
댓글 <input type="text" id="bo_count_delete" name="bo_count_delete" 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>
<label for="chk_count_delete">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -282,7 +280,7 @@ include_once ('./admin.head.php');
<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>
<label for="chk_use_sideview">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -292,17 +290,17 @@ include_once ('./admin.head.php');
<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>
<label for="chk_use_file_content">동일그룹 모두 적용</label>
</span>
</td>
</tr>
<tr>
<th scope="row"><label for="bo_use_comment">코멘트 새창 사용</label></th>
<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':'';?>>사용 (코멘트수 클릭시 새창으로 보임)
<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>
<label for="chk_use_comment">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -318,7 +316,7 @@ include_once ('./admin.head.php');
<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>
<label for="chk_use_secret">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -326,10 +324,11 @@ include_once ('./admin.head.php');
<th scope="row"><label for="bo_use_dhtml_editor">DHTML 에디터 사용</label></th>
<td>
<?=help('글작성시 내용을 DHTML 에디터 기능으로 사용할 것인지 설정합니다. 스킨에 따라 적용되지 않을 수 있습니다.')?>
<input type="checkbox" id="bo_use_dhtml_editor" name="bo_use_dhtml_editor" value="1" <?=$board[bo_use_dhtml_editor]?'checked':'';?>>사용
<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>
<label for="chk_use_dhtml_editor">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -337,110 +336,121 @@ include_once ('./admin.head.php');
<th scope="row"><label for="bo_use_rss_view">RSS 보이기 사용</label></th>
<td>
<?=help('비회원 글읽기가 가능하고 RSS 보이기 사용에 체크가 되어야만 RSS 지원을 합니다.')?>
<input type="checkbox" id="bo_use_rss_view" name="bo_use_rss_view" value="1" <?=$board[bo_use_rss_view]?'checked':'';?>>사용
<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>
<label for="chk_use_rss_view">동일그룹 모두 적용</label>
</span>
</td>
</tr>
<tr>
<th scope="row"><label for="bo_use_good">추천 사용</label></th>
<td>
<input type="checkbox" id="bo_use_good" name="bo_use_good" value="1" <?=$board[bo_use_good]?'checked':'';?>>사용
<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>
<label for="chk_use_good">동일그룹 모두 적용</label>
</span>
</td>
</tr>
<tr>
<th scope="row"><label for="bo_use_nogood">비추천 사용</label></th>
<td>
<input type="checkbox" id="bo_use_nogood" name="bo_use_nogood" value="1" <?=$board[bo_use_nogood]?'checked':'';?>>사용
<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>
<label for="chk_use_nogood">동일그룹 모두 적용</label>
</span>
</td>
</tr>
<tr>
<th scope="row"><label for="bo_use_name">이름(실명) 사용</label></th>
<td>
<input type="checkbox" id="bo_use_name" name="bo_use_name" value="1" <?=$board[bo_use_name]?'checked':'';?>>사용
<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>
<label for="chk_use_name">동일그룹 모두 적용</label>
</span>
</td>
</tr>
<tr>
<th scope="row"><label for="bo_use_signature">서명보이기 사용</label></th>
<td>
<input type="checkbox" id="bo_use_signature" name="bo_use_signature" value="1" <?=$board[bo_use_signature]?'checked':'';?>>사용
<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>
<label for="chk_use_signature">동일그룹 모두 적용</label>
</span>
</td>
</tr>
<tr>
<th scope="row"><label for="bo_use_ip_view">IP 보이기 사용</label></th>
<td>
<input type="checkbox" id="bo_use_ip_view" name="bo_use_ip_view" value="1" <?=$board[bo_use_ip_view]?'checked':'';?>>사용
<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>
<label for="chk_use_ip_view">동일그룹 모두 적용</label>
</span>
</td>
</tr>
<tr>
<th scope="row"><label for="bo_use_trackback">트랙백 사용</label></th>
<td>
<input type="checkbox" id="bo_use_trackback" name="bo_use_trackback" value="1" <?=$board[bo_use_trackback]?'checked':'';?>>사용 (트랙백쓰기 권한 보다 우선함)
<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>
<label for="chk_use_trackback">동일그룹 모두 적용</label>
</span>
</td>
</tr>
<tr>
<th scope="row"><label for="bo_use_list_content">목록에서 내용 사용</label></th>
<td>
<input type="checkbox" id="bo_use_list_content" name="bo_use_list_content" value="1" <?=$board[bo_use_list_content]?'checked':'';?>>사용 (사용시 속도 느려짐)
<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>
<label for="chk_use_list_content">동일그룹 모두 적용</label>
</span>
</td>
</tr>
<tr>
<th scope="row"><label for="bo_use_list_view">전체목록보이기 사용</label></th>
<td>
<input type="checkbox" id="bo_use_list_view" name="bo_use_list_view" value="1" <?=$board[bo_use_list_view]?'checked':'';?>>사용
<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>
<label for="chk_use_list_view">동일그룹 모두 적용</label>
</span>
</td>
</tr>
<tr>
<th scope="row"><label for="bo_use_email">메일발송 사용</label></th>
<td>
<input type="checkbox" id="bo_use_email" name="bo_use_email" value="1" <?=$board[bo_use_email]?'checked':'';?>>사용
<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>
<label for="chk_use_email">동일그룹 모두 적용</label>
</span>
</td>
</tr>
<tr>
<th scope="row"><label for="bo_upload_count">파일 업로드 갯수</label></th>
<td>
<input type="text" id="bo_upload_count" name="bo_upload_count" required value="<?=$board[bo_upload_count]?>"> 게시물 한건당 업로드 할 수 있는 파일의 최대 개수 (0 이면 제한 없음)
<?=help('게시물 한건당 업로드 할 수 있는 파일의 최대 개수 (0 이면 제한 없음)')?>
<input type="text" id="bo_upload_count" name="bo_upload_count" required 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>
<label for="chk_upload_count">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -454,10 +464,10 @@ include_once ('./admin.head.php');
<th scope="row"><label for="bo_upload_size">파일 업로드 용량</label></th>
<td>
<?=help('최대 '.ini_get("upload_max_filesize").' 이하 업로드 가능, 1 MB = 1,024,768 bytes')?>
업로드 파일 한개당 <input type="text" id="bo_upload_size" name="bo_upload_size" required value='<?=$board[bo_upload_size]?>'> bytes 이하
업로드 파일 한개당 <input type="text" id="bo_upload_size" name="bo_upload_size" required 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>
<label for="chk_upload_size">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -465,10 +475,10 @@ include_once ('./admin.head.php');
<th scope="row"><label for="bo_write_min">최소 글수 제한</label></th>
<td>
<?=help('글 입력시 최소 글자수를 설정. 0을 입력하면 검사하지 않음')?>
<input type="text" id="bo_write_min" name="bo_write_min" numeric value="<?=$board[bo_write_min]?>">
<input type="text" id="bo_write_min" name="bo_write_min" 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>
<label for="chk_write_min">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -476,42 +486,43 @@ include_once ('./admin.head.php');
<th scope="row"><label for="bo_write_max">최대 글수 제한</label></th>
<td>
<?=help('글 입력시 최대 글자수를 설정. 0을 입력하면 검사하지 않음')?>
<input type="text" id="bo_write_max" name="bo_write_max" numeric value="<?=$board[bo_write_max]?>">
<input type="text" id="bo_write_max" name="bo_write_max" 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>
<label for="chk_write_max">동일그룹 모두 적용</label>
</span>
</td>
</tr>
<tr>
<th scope="row"><label for="bo_comment_min">최소 코멘트수 제한</label></th>
<th scope="row"><label for="bo_comment_min">최소 댓글수 제한</label></th>
<td>
<?=help('코멘트 입력시 최소 글자수, 최대 글자수를 설정. 0을 입력하면 검사하지 않음')?>
<input type="text" id="bo_comment_min" name="bo_comment_min" numeric value="<?=$board[bo_comment_min]?>">
<?=help('댓글 입력시 최소 글자수, 최대 글자수를 설정. 0을 입력하면 검사하지 않음')?>
<input type="text" id="bo_comment_min" name="bo_comment_min" 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>
<label for="chk_comment_min">동일그룹 모두 적용</label>
</span>
</td>
</tr>
<tr>
<th scope="row"><label for="bo_comment_max">최대 코멘트수 제한</label></th>
<th scope="row"><label for="bo_comment_max">최대 댓글수 제한</label></th>
<td>
<?=help('코멘트 입력시 최소 글자수, 최대 글자수를 설정. 0을 입력하면 검사하지 않음')?>
<input type="text" id="bo_comment_max" name="bo_comment_max" numeric value="<?=$board[bo_comment_max]?>">
<?=help('댓글 입력시 최소 글자수, 최대 글자수를 설정. 0을 입력하면 검사하지 않음')?>
<input type="text" id="bo_comment_max" name="bo_comment_max" 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>
<label for="chk_comment_max">동일그룹 모두 적용</label>
</span>
</td>
</tr>
<tr>
<th scope="row"><label for="bo_use_search">전체 검색 사용</label></th>
<td>
<input type="checkbox" id="bo_use_search" name="bo_use_search" value="1" <?=$board[bo_use_search]?'checked':'';?>>사용
<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>
<label for="chk_use_search">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -519,10 +530,10 @@ include_once ('./admin.head.php');
<th scope="row"><label for="bo_order_search">전체 검색 순서</label></th>
<td>
<?=help('숫자가 낮은 게시판 부터 검색')?>
<input type="text" id="bo_order_search" name="bo_order_search" value='<?=$board[bo_order_search]?>'>
<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>
<label for="chk_order_search">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -545,7 +556,7 @@ include_once ('./admin.head.php');
<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>
<label for="chk_skin">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -555,7 +566,7 @@ include_once ('./admin.head.php');
<input type="file" id="bo_image_head" name="bo_image_head">
<?
if ($board['bo_image_head'])
echo '<br><a href="'.$g4['path'].'/data/file/'.$board['bo_table'].'/'.$board['bo_image_head'].'" target="_blank">'.$board['bo_image_head'].'</a> <input type="checkbox" id="bo_image_head_del" name="bo_image_head_del" value="'.$board['bo_image_head'].'"> 삭제';
echo '<div><a href="'.$g4['path'].'/data/file/'.$board['bo_table'].'/'.$board['bo_image_head'].'" target="_blank">'.$board['bo_image_head'].'</a> <input type="checkbox" id="bo_image_head_del" name="bo_image_head_del" value="'.$board['bo_image_head'].'"> <label for="bo_image_head_del">삭제</label></div>';
?>
</td>
</tr>
@ -565,27 +576,27 @@ include_once ('./admin.head.php');
<input type="file" id="bo_image_tail" name="bo_image_tail">
<?
if ($board['bo_image_tail'])
echo '<br><a href="'.$g4['path'].'/data/file/'.$board['bo_table'].'/'.$board['bo_image_tail'].'" target="_blank">'.$board['bo_image_tail'].'</a> <input type="checkbox" id="bo_image_tail_del" name="bo_image_tail_del" value="'.$board['bo_image_tail'].'"> 삭제';
echo '<div><a href="'.$g4['path'].'/data/file/'.$board['bo_table'].'/'.$board['bo_image_tail'].'" target="_blank">'.$board['bo_image_tail'].'</a> <input type="checkbox" id="bo_image_tail_del" name="bo_image_tail_del" value="'.$board['bo_image_tail'].'"> 삭제</div>';
?>
</td>
</tr>
<tr>
<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']?>">
<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>
<label for="chk_include_head">동일그룹 모두 적용</label>
</span>
</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']?>">
<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>
<label for="chk_include_tail">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -593,9 +604,9 @@ include_once ('./admin.head.php');
<th scope="row"><label for="tx_bo_content_head">상단 내용</label></th>
<td>
<?=cheditor2('bo_content_head', $board['bo_content_head']);?>
<span class="group_setting">
<span class="group_setting_ta">
<input type="checkbox" id="chk_content_head" name="chk_content_head" value="1">
<label for="chk_content_head">동일그룹 게시판에 모두 적용</label>
<label for="chk_content_head">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -603,9 +614,9 @@ include_once ('./admin.head.php');
<th scope="row"><label for="tx_bo_content_tail">하단 내용</label></th>
<td>
<?=cheditor2('bo_content_tail', $board['bo_content_tail']);?>
<span class="group_setting">
<span class="group_setting_ta">
<input type="checkbox" id="chk_content_tail" name="chk_content_tail" value="1">
<label for="chk_content_tail">동일그룹 게시판에 모두 적용</label>
<label for="chk_content_tail">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -613,9 +624,9 @@ include_once ('./admin.head.php');
<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">
<span class="group_setting_ta">
<input type="checkbox" id="chk_insert_content" name="chk_insert_content" value="1">
<label for="chk_insert_content">동일그룹 게시판에 모두 적용</label>
<label for="chk_insert_content">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -623,20 +634,20 @@ include_once ('./admin.head.php');
<th scope="row"><label for="bo_subject_len">제목 길이</label></th>
<td>
<?=help('목록에서의 제목 글자수. 잘리는 글은 … 로 표시')?>
<input type="text" id="bo_subject_len" name="bo_subject_len" required value="<?=$board[bo_subject_len]?>">
<input type="text" id="bo_subject_len" name="bo_subject_len" required 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>
<label for="chk_subject_len">동일그룹 모두 적용</label>
</span>
</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" required value="<?=$board[bo_page_rows]?>">
<input type="text" id="bo_page_rows" name="bo_page_rows" required 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>
<label for="chk_page_rows">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -644,10 +655,10 @@ include_once ('./admin.head.php');
<th scope="row"><label for="bo_gallery_cols">가로 이미지수</label></th>
<td>
<?=help('갤러리 형식의 게시판 목록에서 이미지를 한줄에 몇장씩 보여줄것인지를 설정하는 값')?>
<input type="text" id="bo_gallery_cols" name="bo_gallery_cols" required value="<?=$board[bo_gallery_cols]?>">
<input type="text" id="bo_gallery_cols" name="bo_gallery_cols" required 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>
<label for="chk_gallery_cols">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -655,10 +666,10 @@ include_once ('./admin.head.php');
<th scope="row"><label for="bo_table_width">게시판 테이블 폭</label></th>
<td>
<?=help('100 이하는 %')?>
<input type="text" id="bo_table_width" name="bo_table_width" required value="<?=$board[bo_table_width]?>">
<input type="text" id="bo_table_width" name="bo_table_width" required 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>
<label for="chk_table_width">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -666,10 +677,10 @@ include_once ('./admin.head.php');
<th scope="row"><label for="bo_image_width">이미지 폭 크기</label></th>
<td>
<?=help('게시판에서 출력되는 이미지의 폭 크기')?>
<input type="text" id="bo_image_width" name="bo_image_width" required value="<?=$board[bo_image_width]?>"> 픽셀
<input type="text" id="bo_image_width" name="bo_image_width" required 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>
<label for="chk_image_width">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -677,10 +688,10 @@ include_once ('./admin.head.php');
<th scope="row"><label for="bo_new">새글 아이콘</label></th>
<td>
<?=help('글 입력후 new 이미지를 출력하는 시간')?>
<input type="text" id="bo_new" name="bo_new" required value="<?=$board[bo_new]?>">
<input type="text" id="bo_new" name="bo_new" required 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>
<label for="chk_new">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -688,10 +699,10 @@ include_once ('./admin.head.php');
<th scope="row"><label for="bo_hot">인기글 아이콘</label></th>
<td>
<?=help('조회수가 설정값 이상이면 hot 이미지 출력')?>
<input type="text" id="bo_hot" name="bo_hot" required value="<?=$board[bo_hot]?>">
<input type="text" id="bo_hot" name="bo_hot" required 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>
<label for="chk_hot">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -705,7 +716,7 @@ include_once ('./admin.head.php');
<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>
<label for="chk_reply_order">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -714,30 +725,30 @@ include_once ('./admin.head.php');
<td>
<?=help('리스트에서 기본으로 정렬에 사용할 필드를 선택합니다. "기본"으로 사용하지 않으시는 경우 속도가 느려질 수 있습니다.')?>
<select id="bo_sort_field" name="bo_sort_field">
<option value="">wr_num, wr_reply : 기본
<option value="wr_datetime asc">wr_datetime asc : 날짜 이전것 부터
<option value="wr_datetime desc">wr_datetime desc : 날짜 최근것 부터
<option value="wr_hit asc, wr_num, wr_reply">wr_hit asc : 조회수 낮은것 부터
<option value="wr_hit desc, wr_num, wr_reply">wr_hit desc : 조회수 높은것 부터
<option value="wr_last asc">wr_last asc : 최근글 이전것 부터
<option value="wr_last desc">wr_last desc : 최근글 최근것 부터
<option value="wr_comment asc, wr_num, wr_reply">wr_comment asc : 코멘트수 낮은것 부터
<option value="wr_comment desc, wr_num, wr_reply">wr_comment desc : 코멘트수 높은것 부터
<option value="wr_good asc, wr_num, wr_reply">wr_good asc : 추천수 낮은것 부터
<option value="wr_good desc, wr_num, wr_reply">wr_good desc : 추천수 높은것 부터
<option value="wr_nogood asc, wr_num, wr_reply">wr_nogood asc : 비추천수 낮은것 부터
<option value="wr_nogood desc, wr_num, wr_reply">wr_nogood desc : 비추천수 높은것 부터
<option value="wr_subject asc, wr_num, wr_reply">wr_subject asc : 제목 내림차순
<option value="wr_subject desc, wr_num, wr_reply">wr_subject desc : 제목 오름차순
<option value="wr_name asc, wr_num, wr_reply">wr_name asc : 글쓴이 내림차순
<option value="wr_name desc, wr_num, wr_reply">wr_name desc : 글쓴이 오름차순
<option value="ca_name asc, wr_num, wr_reply">ca_name asc : 분류명 내림차순
<option value="ca_name desc, wr_num, wr_reply">ca_name desc : 분류명 오름차순
<option value="">wr_num, wr_reply : 기본</option>
<option value="wr_datetime asc">wr_datetime asc : 날짜 이전것 부터</option>
<option value="wr_datetime desc">wr_datetime desc : 날짜 최근것 부터</option>
<option value="wr_hit asc, wr_num, wr_reply">wr_hit asc : 조회수 낮은것 부터</option>
<option value="wr_hit desc, wr_num, wr_reply">wr_hit desc : 조회수 높은것 부터</option>
<option value="wr_last asc">wr_last asc : 최근글 이전것 부터</option>
<option value="wr_last desc">wr_last desc : 최근글 최근것 부터</option>
<option value="wr_comment asc, wr_num, wr_reply">wr_comment asc : 댓글수 낮은것 부터</option>
<option value="wr_comment desc, wr_num, wr_reply">wr_comment desc : 댓글수 높은것 부터</option>
<option value="wr_good asc, wr_num, wr_reply">wr_good asc : 추천수 낮은것 부터</option>
<option value="wr_good desc, wr_num, wr_reply">wr_good desc : 추천수 높은것 부터</option>
<option value="wr_nogood asc, wr_num, wr_reply">wr_nogood asc : 비추천수 낮은것 부터</option>
<option value="wr_nogood desc, wr_num, wr_reply">wr_nogood desc : 비추천수 높은것 부터</option>
<option value="wr_subject asc, wr_num, wr_reply">wr_subject asc : 제목 내림차순</option>
<option value="wr_subject desc, wr_num, wr_reply">wr_subject desc : 제목 오름차순</option>
<option value="wr_name asc, wr_num, wr_reply">wr_name asc : 글쓴이 내림차순</option>
<option value="wr_name desc, wr_num, wr_reply">wr_name desc : 글쓴이 오름차순</option>
<option value="ca_name asc, wr_num, wr_reply">ca_name asc : 분류명 내림차순</option>
<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>
<label for="chk_sort_field">동일그룹 모두 적용</label>
</span>
</td>
</tbody>
@ -748,7 +759,7 @@ include_once ('./admin.head.php');
<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>
<?=help('태그와 태그 사이는 | 로 구분하세요. (예: <b>script</b>|<b>iframe</b>) HTML 사용시 금지할 태그를 입력하는곳 입니다.')?></td>
</tr>
<?*/?>
@ -759,46 +770,46 @@ include_once ('./admin.head.php');
<th scope="row"><label for="chk_point">기본값으로 설정</label></th>
<td>
<?=help('환경설정에 입력된 포인트로 설정')?>
<input type="checkbox" id="chk_point" name="chk_point" title="기본값 사용" onclick="set_point(this.form)">
<input type="checkbox" id="chk_point" name="chk_point" title="기본값 사용" onclick="set_point(this.form)" size="5">
</td>
</tr>
<tr>
<th scope="row"><label for="bo_read_point">글읽기 포인트</label></th>
<td>
<input type="text" id="bo_read_point" name="bo_read_point" required value="<?=$board[bo_read_point]?>">
<input type="text" id="bo_read_point" name="bo_read_point" required 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>
<label for="chk_read_point">동일그룹 모두 적용</label>
</span>
</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" required value="<?=$board[bo_write_point]?>">
<input type="text" id="bo_write_point" name="bo_write_point" required 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>
<label for="chk_write_point">동일그룹 모두 적용</label>
</span>
</td>
</tr>
<tr>
<th scope="row"><label for="bo_comment_point">코멘트쓰기 포인트</label></th>
<th scope="row"><label for="bo_comment_point">댓글쓰기 포인트</label></th>
<td>
<input type="text" id="bo_comment_point" name="bo_comment_point" required value="<?=$board[bo_comment_point]?>">
<input type="text" id="bo_comment_point" name="bo_comment_point" required 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>
<label for="chk_comment_point">동일그룹 모두 적용</label>
</span>
</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" required value="<?=$board[bo_download_point]?>">
<input type="text" id="bo_download_point" name="bo_download_point" required 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>
<label for="chk_download_point">동일그룹 모두 적용</label>
</span>
</td>
</tr>
@ -818,14 +829,13 @@ include_once ('./admin.head.php');
<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>
<label for="chk_<?=$i?>">동일그룹 모두 적용</label>
</span>
</td>
</tr>
<? } ?>
</tbody>
</table>
</section>
<fieldset id="admin_confirm">
<legend><span></span>XSS 혹은 CSRF 방지</legend>
@ -884,13 +894,13 @@ function fboardform_submit(f) {
}
if (parseInt(f.bo_count_modify.value) < 1) {
alert("원글 수정 불가 코멘트수는 1 이상 입력하셔야 합니다.");
alert("원글 수정 불가 댓글수는 1 이상 입력하셔야 합니다.");
f.bo_count_modify.focus();
return false;
}
if (parseInt(f.bo_count_delete.value) < 1) {
alert("원글 삭제 불가 코멘트수는 1 이상 입력하셔야 합니다.");
alert("원글 삭제 불가 댓글수는 1 이상 입력하셔야 합니다.");
f.bo_count_delete.focus();
return false;
}

View File

@ -37,6 +37,7 @@ 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>
<tbody>
<tr>
<th scope="row"><label for="gr_id">그룹 ID</label></th>
@ -45,7 +46,7 @@ include_once('./admin.head.php');
<tr>
<th scope="row"><label for="gr_subject">그룹 제목</label></th>
<td>
<input type="text" id="gr_subject" name="gr_subject" required value="<?=get_text($group['gr_subject'])?>">
<input type="text" id="gr_subject" name="gr_subject" required value="<?=get_text($group['gr_subject'])?>" size="80">
<?
if ($w == 'u')
echo '<input type="button" value="게시판생성" onclick="location.href=\'./board_form.php?gr_id='.$gr_id.'\';">';
@ -67,7 +68,8 @@ include_once('./admin.head.php');
<th scope="row"><label for="gr_use_access">접근회원사용</label></th>
<td>
<?=help("사용에 체크하시면 이 그룹에 속한 게시판은 접근가능한 회원만 접근이 가능합니다.")?>
<input type="checkbox" id="gr_use_access" name="gr_use_access" value="1" <?=$gr[gr_use_access]?'checked':'';?>>사용
<input type="checkbox" id="gr_use_access" name="gr_use_access" value="1" <?=$gr[gr_use_access]?'checked':'';?>>
사용
</td>
</tr>
<tr>

View File

@ -31,7 +31,7 @@ include_once ('./admin.head.php');
<tbody>
<tr>
<th scope="row"><label for="cf_title">홈페이지 제목</label></th>
<td><input type="text" id="cf_title" name="cf_title" required value="<?=$config['cf_title']?>"></td>
<td><input type="text" id="cf_title" name="cf_title" required value="<?=$config['cf_title']?>" size="50"></td>
<th scope="row"><label for="cf_admin">최고관리자</label></th>
<td><?=get_member_id_select('cf_admin', 10, $config['cf_admin'], 'required')?></td>
</tr>
@ -43,61 +43,61 @@ include_once ('./admin.head.php');
<th scope="row"><label for="cf_login_point">로그인시 포인트</label></th>
<td>
<?=help('회원에게 하루에 한번만 부여')?>
<input type="text" id="cf_login_point" name="cf_login_point" required value="<?=$config[cf_login_point]?>"> 점
<input type="text" id="cf_login_point" name="cf_login_point" required value="<?=$config[cf_login_point]?>" size="2"> 점
</td>
<th scope="row"><label for="cf_memo_send_point">쪽지보낼시 차감 포인트</label></th>
<td>
<?=help('양수로 입력하십시오. 0으로 입력하시면 쪽지보낼시 포인트를 차감하지 않습니다.')?>
<input type="text" id="cf_memo_send_point" name="cf_memo_send_point" required value="<?=$config[cf_memo_send_point]?>"> 점
<input type="text" id="cf_memo_send_point" name="cf_memo_send_point" required value="<?=$config[cf_memo_send_point]?>" size="2"> 점
</td>
</tr>
<tr>
<th scope="row"><label for="cf_cut_name">이름(별명) 표시</label></th>
<td colspan="3">
<?=help('영숫자 2글자 = 한글 1글자')?>
<input type="text" id="cf_cut_name" name="cf_cut_name" value="<?=$config[cf_cut_name]?>"> 자리만 표시
<input type="text" id="cf_cut_name" name="cf_cut_name" value="<?=$config[cf_cut_name]?>" size="2"> 자리만 표시
</td>
</tr>
<tr>
<th scope="row"><label for="cf_nick_modify">별명 수정</label></th>
<td>수정한 후 <input type="text" id="cf_nick_modify" name="cf_nick_modify" value="<?=$config[cf_nick_modify]?>"> 일 동안 바꿀 수 없음</td>
<td>수정한 후 <input type="text" id="cf_nick_modify" name="cf_nick_modify" value="<?=$config[cf_nick_modify]?>" size="1"> 일 동안 바꿀 수 없음</td>
<th scope="row"><label for="cf_open_modify">정보공개 수정</label></th>
<td>수정한 후 <input type="text" id="cf_open_modify" name="cf_open_modify" value="<?=$config[cf_open_modify]?>"> 일 동안 바꿀 수 없음</td>
<td>수정한 후 <input type="text" id="cf_open_modify" name="cf_open_modify" value="<?=$config[cf_open_modify]?>" size="1"> 일 동안 바꿀 수 없음</td>
</tr>
<tr>
<th scope="row"><label for="cf_new_del">최근게시물 삭제</label></th>
<td>
<?=help('설정일이 지난 최근게시물 자동 삭제')?>
<input type="text" id="cf_new_del" name="cf_new_del" value="<?=$config[cf_new_del]?>"> 일
<input type="text" id="cf_new_del" name="cf_new_del" value="<?=$config[cf_new_del]?>" size="2"> 일
</td>
<th scope="row"><label for="cf_memo_del">쪽지 삭제</label></th>
<td>
<?=help('설정일이 지난 쪽지 자동 삭제')?>
<input type="text" id="cf_memo_del" name="cf_memo_del" value="<?=$config[cf_memo_del]?>"> 일
<input type="text" id="cf_memo_del" name="cf_memo_del" value="<?=$config[cf_memo_del]?>" size="2"> 일
</td>
</tr>
<tr>
<th scope="row"><label for="cf_visit_del">접속자로그 삭제</label></th>
<td>
<?=help('설정일이 지난 접속자 로그 자동 삭제')?>
<input type="text" id="cf_visit_del" name="cf_visit_del" value="<?=$config[cf_visit_del]?>"> 일
<input type="text" id="cf_visit_del" name="cf_visit_del" value="<?=$config[cf_visit_del]?>" size="2"> 일
</td>
<th scope="row"><label for="cf_popular_del">인기검색어 삭제</label></th>
<td>
<?=help('설정일이 지난 인기검색어 자동 삭제')?>
<input type="text" id="cf_popular_del" name="cf_popular_del" value="<?=$config[cf_popular_del]?>"> 일
<input type="text" id="cf_popular_del" name="cf_popular_del" value="<?=$config[cf_popular_del]?>" size="2"> 일
</td>
</tr>
<tr>
<th scope="row"><label for="cf_login_minutes">현재 접속자</label></th>
<td>
<?=help('설정값 이내의 접속자를 현재 접속자로 인정')?>
<input type="text" id="cf_login_minutes" name="cf_login_minutes" value="<?=$config[cf_login_minutes]?>"> 분
<input type="text" id="cf_login_minutes" name="cf_login_minutes" value="<?=$config[cf_login_minutes]?>" size="2"> 분
</td>
<th scope="row"><label for="cf_page_rows">한페이지당 라인수</label></th>
<td>
<?=help('목록(리스트) 한페이지당 라인수')?>
<input type="text" id="cf_page_rows" name="cf_page_rows" value="<?=$config[cf_page_rows]?>"> 라인
<input type="text" id="cf_page_rows" name="cf_page_rows" value="<?=$config[cf_page_rows]?>" size="2"> 라인
</td>
</tr>
<tr>
@ -114,7 +114,7 @@ include_once ('./admin.head.php');
<th scope="row"><label for="cf_new_rows">최근게시물 라인수</label></th>
<td>
<?=help('목록 한페이지당 라인수')?>
<input type="text" id="cf_new_rows" name="cf_new_rows" value="<?=$config[cf_new_rows]?>"> 라인
<input type="text" id="cf_new_rows" name="cf_new_rows" value="<?=$config[cf_new_rows]?>" size="2"> 라인
</td>
</tr>
<tr>
@ -168,56 +168,61 @@ include_once ('./admin.head.php');
<tbody>
<tr>
<th scope="row"><label for="cf_read_point">글읽기 포인트</label></th>
<td><input type="text" id="cf_read_point" name="cf_read_point" required value="<?=$config[cf_read_point]?>"> 점</td>
<td><input type="text" id="cf_read_point" name="cf_read_point" required value="<?=$config[cf_read_point]?>" size="2"> 점</td>
<th scope="row"><label for="cf_write_point">글쓰기 포인트</label></th>
<td><input type="text" id="cf_write_point" name="cf_write_point" required value="<?=$config[cf_write_point]?>"> 점</td>
<td><input type="text" id="cf_write_point" name="cf_write_point" required value="<?=$config[cf_write_point]?>" size="2"> 점</td>
</tr>
<tr>
<th scope="row"><label for="cf_comment_point">댓글쓰기 포인트</label></th>
<td><input type="text" id="cf_comment_point" name="cf_comment_point" required value="<?=$config[cf_comment_point]?>"> 점</td>
<td><input type="text" id="cf_comment_point" name="cf_comment_point" required value="<?=$config[cf_comment_point]?>" size="2"> 점</td>
<th scope="row"><label for="cf_download_point">다운로드 포인트</label></th>
<td><input type="text" id="cf_download_point" name="cf_download_point" required value="<?=$config[cf_download_point]?>"> 점</td>
<td><input type="text" id="cf_download_point" name="cf_download_point" required value="<?=$config[cf_download_point]?>" size="2"> 점</td>
</tr>
<tr>
<th scope="row"><label for="cf_link_target">LINK TARGET</label></th>
<th scope="row"><label for="cf_link_target">새창 링크</label></th>
<td>
<?=help('게시판 내용중 자동으로 링크되는 창의 타켓을 지정합니다. _self, _top, _blank, _new 를 주로 지정합니다.')?>
<input type="text" id="cf_link_target" name="cf_link_target" value="<?=$config['cf_link_target']?>">
<?=help('내용중 자동 링크되는 타켓을 지정합니다.')?>
<select id="cf_link_target">
<option value="_blank"<? if ($config['cf_link_target'] == '_blank') echo "selected";?>>_blank</option>
<option value="_self"<? if ($config['cf_link_target'] == '_self') echo "selected";?>>_self</option>
<option value="_top"<? if ($config['cf_link_target'] == '_top') echo "selected";?>>_top</option>
<option value="_new"<? if ($config['cf_link_target'] == '_new') echo "selected";?>>_new</option>
</select>
</td>
<th scope="row"><label for="cf_search_part">검색 단위</label></th>
<td><input type="text" id="cf_search_part" name="cf_search_part" value="<?=$config[cf_search_part]?>"> 건 단위로 검색</td>
<td><input type="text" id="cf_search_part" name="cf_search_part" value="<?=$config[cf_search_part]?>" size="2"> 건 단위로 검색</td>
</tr>
<tr>
<th scope="row"><label for="cf_search_bgcolor">검색 배경 색상</label></th>
<td><input type="text" id="cf_search_bgcolor" name="cf_search_bgcolor" required value="<?=$config['cf_search_bgcolor']?>"></td>
<td><input type="text" id="cf_search_bgcolor" name="cf_search_bgcolor" required value="<?=$config['cf_search_bgcolor']?>" size="7"></td>
<th scope="row"><label for="cf_search_color">검색 글자 색상</label></th>
<td><input type="text" id="cf_search_color" name="cf_search_color" required value="<?=$config['cf_search_color']?>"></td>
<td><input type="text" id="cf_search_color" name="cf_search_color" required value="<?=$config['cf_search_color']?>" size="7"></td>
</tr>
<tr>
<th scope="row"><label for="cf_delay_sec">글쓰기 간격</label></th>
<td><input type="text" id="cf_delay_sec" name="cf_delay_sec" required value="<?=$config[cf_delay_sec]?>"> 초 지난후 가능</td>
<td><input type="text" id="cf_delay_sec" name="cf_delay_sec" required value="<?=$config[cf_delay_sec]?>" size="2"> 초 지난후 가능</td>
<th scope="row"><label for="cf_write_pages">페이지 표시 수</label></th>
<td><input type="text" id="cf_write_pages" name="cf_write_pages" required value="<?=$config[cf_write_pages]?>"> 페이지씩 표시</td>
<td><input type="text" id="cf_write_pages" name="cf_write_pages" required value="<?=$config[cf_write_pages]?>" size="2"> 페이지씩 표시</td>
</tr>
<tr>
<th scope="row"><label for="cf_image_extension">이미지 업로드 확장자</label></th>
<td colspan="3">
<?=help('게시판 글작성시 이미지 파일 업로드 가능 확장자. | 로 구분')?>
<input type="text" id="cf_image_extension" name="cf_image_extension" value="<?=$config['cf_image_extension']?>">
<input type="text" id="cf_image_extension" name="cf_image_extension" value="<?=$config['cf_image_extension']?>" size="70">
</td>
</tr>
<tr>
<th scope="row"><label for="cf_flash_extension">플래쉬 업로드 확장자</label></th>
<td colspan="3">
<?=help('게시판 글작성시 플래쉬 파일 업로드 가능 확장자. | 로 구분')?>
<input type="text" id="cf_flash_extension" name="cf_flash_extension" value="<?=$config['cf_flash_extension']?>">
<input type="text" id="cf_flash_extension" name="cf_flash_extension" value="<?=$config['cf_flash_extension']?>" size="70">
</td>
</tr>
<tr>
<th scope="row"><label for="cf_movie_extension">동영상 업로드 확장자</label></th>
<td colspan="3">
<?=help('게시판 글작성시 동영상 파일 업로드 가능 확장자. | 로 구분')?>
<input type="text" id="cf_movie_extension" name="cf_movie_extension" value="<?=$config['cf_movie_extension']?>">
<input type="text" id="cf_movie_extension" name="cf_movie_extension" value="<?=$config['cf_movie_extension']?>" size="70">
</td>
</tr>
<tr>
@ -287,11 +292,11 @@ include_once ('./admin.head.php');
<th scope="row"><label for="cf_register_level">회원가입시 권한</label></th>
<td><?=get_member_level_select('cf_register_level', 1, 9, $config[cf_register_level]) ?></td>
<th scope="row"><label for="cf_register_point">회원가입시 포인트</label></th>
<td><input type="text" id="cf_register_point" name="cf_register_point" value="<?=$config[cf_register_point]?>"> 점</td>
<td><input type="text" id="cf_register_point" name="cf_register_point" value="<?=$config[cf_register_point]?>" size="5"> 점</td>
</tr>
<tr>
<th scope='row' id="th310"><label for='cf_leave_day'>회원탈퇴후 삭제일</label></th>
<td colspan="3"><input type="text" id="cf_leave_day" name="cf_leave_day" value="<?=$config[cf_leave_day]?>"> 일 후 자동 삭제</td>
<td colspan="3"><input type="text" id="cf_leave_day" name="cf_leave_day" value="<?=$config[cf_leave_day]?>" size="2"> 일 후 자동 삭제</td>
</tr>
<tr>
<th scope="row"><label for="cf_use_member_icon">회원아이콘 사용</label></th>
@ -309,11 +314,14 @@ include_once ('./admin.head.php');
</tr>
<tr>
<th scope="row"><label for="cf_member_icon_size">회원아이콘 용량</label></th>
<td><input type="text" id="cf_member_icon_size" name="cf_member_icon_size" value="<?=$config[cf_member_icon_size]?>"> 바이트 이하</td>
<td><input type="text" id="cf_member_icon_size" name="cf_member_icon_size" value="<?=$config[cf_member_icon_size]?>" size="10"> 바이트 이하</td>
<th scope="row"><label for="cf_member_icon_width">회원아이콘 사이즈</label></th>
<td>
가로 <input type="text" id="cf_member_icon_width" name="cf_member_icon_width" value="<?=$config[cf_member_icon_width]?>" title="가로">
세로 <input type="text" id="cf_member_icon_height" name="cf_member_icon_height" value="<?=$config[cf_member_icon_height]?>" title="세로"> 픽셀 이하
<label for="cf_member_icon_width">가로</label>
<input type="text" id="cf_member_icon_width" name="cf_member_icon_width" value="<?=$config[cf_member_icon_width]?>" size="2">
<label for="cf_member_icon_height">세로</label>
<input type="text" id="cf_member_icon_height" name="cf_member_icon_height" value="<?=$config[cf_member_icon_height]?>" size="2">
픽셀 이하
</td>
</tr>
<tr>
@ -454,9 +462,9 @@ include_once ('./admin.head.php');
<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'])?>">
<input type="text" id="cf_<?=$i?>_subj" name="cf_<?=$i?>_subj" value="<?=get_text($config['cf_'.$i.'_subj'])?>" size="30">
<label for="cf_<?=$i?>">여분필드<?=$i?> 설명</label>
<input type="text" id="cf_<?=$i?>" name="cf_<?=$i?>" value="<?=$config['cf_'.$i]?>">
<input type="text" id="cf_<?=$i?>" name="cf_<?=$i?>" value="<?=$config['cf_'.$i]?>" size="30">
</td>
</tr>
<? } ?>

View File

@ -29,9 +29,11 @@ include_once('./admin.head.php');
<input type="hidden" id="ma_id" name="ma_id" value="<?=$ma[ma_id]?>">
<input type="hidden" id="token" name="token" value="<?=$token?>">
<table class="frm_tbl">
<caption>메일내용 입력</caption>
<tbody>
<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>
<td><input type="text" id="ma_subject" name="ma_subject" value="<?=$ma['ma_subject']?>" size="100" required></td>
</tr>
<tr>
<th scope="row"><label for="ma_content">메일 내용</label></th>
@ -41,6 +43,7 @@ include_once('./admin.head.php');
<textarea id="ma_content" name="ma_content" rows="20" required><?=$ma['ma_content']?></textarea>
</td>
</tr>
</tbody>
</table>
<div class="btn_confirm">

View File

@ -90,17 +90,17 @@ include_once('./admin.head.php');
<tr>
<th scope="row"><label for="mb_id">아이디</label></th>
<td>
<input type="text" id="mb_id" name="mb_id" maxlength="20" <?=$required_mb_id?> value="<?=$mb['mb_id']?>">
<input type="text" id="mb_id" name="mb_id" maxlength="20" <?=$required_mb_id?> value="<?=$mb['mb_id']?>" size="15">
<?if ($w=='u'){?><a href="./boardgroupmember_form.php?mb_id=<?=$mb['mb_id']?>">접근가능그룹보기</a><?}?>
</td>
<th scope="row"><label for="mb_password">패스워드</label></th>
<td><input type="password" id="mb_password" name="mb_password" maxlength="20" <?=$required_mb_password?>></td>
<td><input type="password" id="mb_password" name="mb_password" maxlength="20" <?=$required_mb_password?> size="15"></td>
</tr>
<tr>
<th scope="row"><label for="mb_name">이름(실명)</label></th>
<td><input type="text" id="mb_name" name="mb_name" maxlength="20" minlength="2" required value="<?=$mb['mb_name']?>"></td>
<td><input type="text" id="mb_name" name="mb_name" maxlength="20" minlength="2" required value="<?=$mb['mb_name']?>" size="15"></td>
<th scope="row"><label for="mb_nick">별명</label></th>
<td><input type="text" id="mb_nick" name="mb_nick" maxlength="20" minlength="2" required value="<?=$mb['mb_nick']?>"></td>
<td><input type="text" id="mb_nick" name="mb_nick" maxlength="20" minlength="2" required value="<?=$mb['mb_nick']?>" size="15"></td>
</tr>
<tr>
<th scope="row"><label for="mb_level">회원 권한</label></th>
@ -110,30 +110,30 @@ include_once('./admin.head.php');
</tr>
<tr>
<th scope="row"><label for="mb_email">E-mail</label></th>
<td><input type="text" id="mb_email" name="mb_email" maxlength="100" required email value="<?=$mb['mb_email']?>"></td>
<td><input type="text" id="mb_email" name="mb_email" maxlength="100" required email value="<?=$mb['mb_email']?>" size="30"></td>
<th scope="row"><label for="mb_homepage">홈페이지</label></th>
<td><input type="text" id="mb_homepage" name="mb_homepage" maxlength="255" value="<?=$mb['mb_homepage']?>"></td>
<td><input type="text" id="mb_homepage" name="mb_homepage" maxlength="255" value="<?=$mb['mb_homepage']?>" size="15"></td>
</tr>
<tr>
<th scope="row"><label for="mb_tel">전화번호</label></th>
<td><input type="text" id="mb_tel" name="mb_tel" maxlength="20" value="<?=$mb['mb_tel']?>"></td>
<td><input type="text" id="mb_tel" name="mb_tel" maxlength="20" value="<?=$mb['mb_tel']?>" size="15"></td>
<th scope="row"><label for="mb_hp">핸드폰번호</label></th>
<td><input type="text" id="mb_hp" name="mb_hp" maxlength="20" value="<?=$mb['mb_hp']?>"></td>
<td><input type="text" id="mb_hp" name="mb_hp" maxlength="20" value="<?=$mb['mb_hp']?>" size="15"></td>
</tr>
<tr>
<th scope="row"><label for="mb_zip1">주소</label></th>
<td colspan="3">
<input type="text" id="mb_zip1" name="mb_zip1" maxlength="3" readonly value="<?=$mb['mb_zip1']?>" title="우편번호 앞자리"> -
<input type="text" id="mb_zip2" name="mb_zip2" maxlength="3" readonly value="<?=$mb['mb_zip2']?>" title="우편번호 뒷자리">
<a href="javascript:;" onclick="win_zip('fmember', 'mb_zip1', 'mb_zip2', 'mb_addr1', 'mb_addr2');">우편번호 검색</a>
<input type="text" id="mb_addr1" name="mb_addr1" readonly value='<?=$mb['mb_addr1']?>' title="행정기본주소">
<input type="text" id="mb_addr2" name="mb_addr2" value='<?=$mb['mb_addr2']?>' title="상세주소"> 상세주소 입력
<input type="text" id="mb_zip1" name="mb_zip1" maxlength="3" readonly value="<?=$mb['mb_zip1']?>" title="우편번호 앞자리" size="3"> -
<input type="text" id="mb_zip2" name="mb_zip2" maxlength="3" readonly value="<?=$mb['mb_zip2']?>" title="우편번호 뒷자리" size="3">
<a href="javascript:;" onclick="win_zip('fmember', 'mb_zip1', 'mb_zip2', 'mb_addr1', 'mb_addr2');">우편번호 검색</a><br>
<input type="text" id="mb_addr1" name="mb_addr1" readonly value='<?=$mb['mb_addr1']?>' title="행정기본주소" size="50"><br>
<input type="text" id="mb_addr2" name="mb_addr2" value='<?=$mb['mb_addr2']?>' title="상세주소" size="50"> 상세주소 입력
</td>
</tr>
<tr>
<th scope="row"><label for="mb_icon">회원아이콘</label></th>
<td colspan="3">
<?=help('이미지 크기는 넓이 '.$config[cf_member_icon_width].'픽셀 높이 '.$config[cf_member_icon_height].'픽셀로 해주세요.')?>
<?=help('이미지 크기는 <strong>넓이 '.$config[cf_member_icon_width].'픽셀 높이 '.$config[cf_member_icon_height].'픽셀</strong>로 해주세요.')?>
<input type="file" id="mb_icon" name="mb_icon">
<?
$mb_dir = substr($mb['mb_id'],0,2);
@ -196,10 +196,13 @@ include_once('./admin.head.php');
<tr>
<th scope="row">인증일시</th>
<td colspan="3">
<?=$mb['mb_email_certify']?>
<? if ($mb['mb_email_certify'] == '0000-00-00 00:00:00') { ?>
<?=help('회원님이 메일을 수신할 수 없는 경우 등에 직접 인증처리를 하실 수 있습니다.')?>
<?=$mb['mb_email_certify']?>
<input type="checkbox" id="passive_certify" name="passive_certify">
<label>수동인증</label>
<? } else { ?>
<?=$mb['mb_email_certify']?>
<? } ?>
</td>
</tr>
@ -208,7 +211,7 @@ include_once('./admin.head.php');
<? if ($config[cf_use_recommend]) { // 추천인 사용 ?>
<tr>
<th scope="row">추천인></th>
<th scope="row">추천인</th>
<td colspan="3"><?=($mb['mb_recommend'] ? get_text($mb['mb_recommend']) : '없음'); // 081022 : CSRF 보안 결함으로 인한 코드 수정 ?></td>
</tr>
<? } ?>
@ -229,7 +232,7 @@ include_once('./admin.head.php');
<? for ($i=1; $i<=10; $i++) { ?>
<tr>
<th scope="row"><label for="mb_<?=$i?>">여분 필드 <?=$i?></label></th>
<td colspan="3"><input type="text" id="mb_<?=$i?>" name="mb_<?=$i?>" maxlength="255" value="<?=$mb['mb_'.$i]?>"></td>
<td colspan="3"><input type="text" id="mb_<?=$i?>" name="mb_<?=$i?>" maxlength="255" value="<?=$mb['mb_'.$i]?>" size="30"></td>
</tr>
<? } ?>

View File

@ -30,10 +30,11 @@ 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>
<tbody>
<tr>
<th scope="row"><label for="po_subject">투표 제목</label></th>
<td><input type="text" id="po_subject" name="po_subject" required value="<?=$po['po_subject']?>" maxlength="125"></td>
<td><input type="text" id="po_subject" name="po_subject" required value="<?=$po['po_subject']?>" size="80" maxlength="125"></td>
</tr>
<?
@ -50,8 +51,8 @@ for ($i=1; $i<=9; $i++) {
<th scope="row"><label for="po_poll<?=$i?>">항목 <?=$i?></label></th>
<td>
<input type="text" id="po_poll<?=$i?>" name="po_poll<?=$i?>" <?=$required?> value="<?=$po_poll?>" maxlength="125">
<label for="po_cnt<?=$i?>">투표수</label>
<input type="text" id="po_cnt<?=$i?>" name="po_cnt<?=$i?>" value="<?=$po[po_cnt.$i]?>">
<label for="po_cnt<?=$i?>">항목 <?=$i?> 투표수</label>
<input type="text" id="po_cnt<?=$i?>" name="po_cnt<?=$i?>" value="<?=$po[po_cnt.$i]?>" size="2">
</td>
</tr>
@ -59,16 +60,19 @@ for ($i=1; $i<=9; $i++) {
<tr>
<th scope="row"><label for="po_etc">기타의견</label></th>
<td><input type="text" id="po_etc" name="po_etc" value="<?=get_text($po['po_etc'])?>" maxlength="125"></td>
<td>
<?=help('기타 의견을 남길 수 있도록 하려면, 다음에 간단한 의견을 입력하세요.')?>
<input type="text" id="po_etc" name="po_etc" value="<?=get_text($po['po_etc'])?>" size="80" maxlength="125">
</td>
</tr>
<tr>
<th scope="row"><label for="po_level">투표권한</label></th>
<th scope="row"><label for="po_level">투표가능 회원레벨</label></th>
<td><?=get_member_level_select('po_level', 1, 10, $po[po_level])?> 이상 투표할 수 있음</td>
</tr>
<tr>
<th scope="row"><label for="po_point">포인트</label></th>
<td>
<?=help('투표한 회원에게 부여함')?>
<?=help('투표에 참여한 회원에게 포인트를 부여합니다.')?>
<input type="text" id="po_point" name="po_point" value="<?=$po[po_point]?>"> 점
</td>
</tr>

View File

@ -6,6 +6,7 @@ article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {
header ul, nav ul {margin:0;padding:0;list-style:none}
table {border-collapse:collapse;border-spacing:0} tfoot td {text-align:center}
form, img {border:0}
img {vertical-align:middle}
p {margin:10px 0}
/* 내용 건너띄기 */
@ -57,10 +58,12 @@ button {padding:3px;border:1px solid #ced9de;background:#f6f9fa;cursor:pointer}
.readonly {background:#ff3061}
.adm_field_explain {display:block;padding:0 0 5px;color:#768f99}
.group_setting {}
.group_setting_ta {display:block;padding-top:5px}
/* 테이블 */
table {margin-bottom:10px;width:100%;border:1px solid #d5dcdf;background:#fff}
caption {padding-bottom:15px;text-align:left;font-size:1em;font-weight:bold}
caption {padding-bottom:15px;color:#5b7c89;text-align:left;font-size:1em;font-weight:bold}
caption p {padding:0 0 5px;color:#6b8088;font:0.75em normal}
th, td {border-bottom:1px solid #e9ecee;font-size:0.75em}
th label {display:block}
@ -68,6 +71,7 @@ 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}
/* 컨텐츠별 테이블 설정 */
/* 공통 */