'', 'bo_device'=>'', 'bo_use_category'=>0, 'bo_category_list'=>'', 'bo_admin'=>'', 'bo_list_level'=>0, 'bo_read_level'=>0, 'bo_write_level'=>0, 'bo_reply_level'=>0, 'bo_comment_level'=>0, 'bo_link_level'=>0, 'bo_upload_level'=>0, 'bo_download_level'=>0, 'bo_html_level'=>0, 'bo_use_sideview'=>0, 'bo_select_editor'=>'', 'bo_use_rss_view'=>0, 'bo_use_good'=>0, 'bo_use_nogood'=>0, 'bo_use_name'=>0, 'bo_use_signature'=>0, 'bo_use_ip_view'=>0, 'bo_use_list_content'=>0, 'bo_use_list_file'=>0, 'bo_use_list_view'=>0, 'bo_use_email'=>0, 'bo_use_file_content'=>0, 'bo_use_cert'=>'', 'bo_write_min'=>0, 'bo_write_max'=>0, 'bo_comment_min'=>0, 'bo_comment_max'=>0, 'bo_use_sns'=>0, 'bo_order'=>0, 'bo_use_captcha'=>0, 'bo_content_head'=>'', 'bo_content_tail'=>'', 'bo_mobile_content_head'=>'', 'bo_mobile_content_tail'=>'', 'bo_insert_content'=>'', 'bo_sort_field'=>'', ); for($i=0;$i<=10;$i++){ $board_default['bo_'.$i.'_subj'] = ''; $board_default['bo_'.$i] = ''; } $board = array_merge($board_default, $board); run_event('adm_board_form_before', $board, $w); $required = ""; $readonly = ""; $sound_only = ""; if ($w == '') { $html_title .= ' 생성'; $required = 'required'; $required_valid = 'alnum_'; $sound_only = '필수'; $board['bo_count_delete'] = 1; $board['bo_count_modify'] = 1; $board['bo_read_point'] = $config['cf_read_point']; $board['bo_write_point'] = $config['cf_write_point']; $board['bo_comment_point'] = $config['cf_comment_point']; $board['bo_download_point'] = $config['cf_download_point']; $board['bo_gallery_cols'] = 4; $board['bo_gallery_width'] = 202; $board['bo_gallery_height'] = 150; $board['bo_mobile_gallery_width'] = 125; $board['bo_mobile_gallery_height'] = 100; $board['bo_table_width'] = 100; $board['bo_page_rows'] = $config['cf_page_rows']; $board['bo_mobile_page_rows'] = $config['cf_page_rows']; $board['bo_subject_len'] = 60; $board['bo_mobile_subject_len'] = 30; $board['bo_new'] = 24; $board['bo_hot'] = 100; $board['bo_image_width'] = 600; $board['bo_upload_count'] = 2; $board['bo_upload_size'] = 1048576; $board['bo_reply_order'] = 1; $board['bo_use_search'] = 1; $board['bo_skin'] = 'basic'; $board['bo_mobile_skin'] = 'basic'; $board['gr_id'] = $gr_id; $board['bo_use_secret'] = 0; $board['bo_include_head'] = '_head.php'; $board['bo_include_tail'] = '_tail.php'; } else if ($w == 'u') { $html_title .= ' 수정'; if (!$board['bo_table']) alert('존재하지 않은 게시판 입니다.'); if ($is_admin == 'group') { if ($member['mb_id'] != $group['gr_admin']) alert('그룹이 틀립니다.'); } $readonly = 'readonly'; } if ($is_admin != 'super') { $group = get_group($board['gr_id']); $is_admin = is_admin($member['mb_id']); } $g5['title'] = $html_title; include_once ('./admin.head.php'); $pg_anchor = '
'; ?>