필수';
$shop['sh_use'] = '1';
$shop['sh_use_money'] = '1';
} else if ($w == 'u') {
$html_title .= ' 수정';
$shop = sql_fetch("select * from {$g5['shop_table']} where sh_id = '{$sh_id}'");
if (!$shop['sh_id'])
alert('존재하지 않는 진열정보 입니다.');
$readonly = 'readonly';
}
$g5['title'] = $html_title;
include_once ('./admin.head.php');
$pg_anchor = '
';
$frm_submit = '';
/** 세력 정보 **/
if($config['cf_side_title']) {
$ch_si = array();
$side_result = sql_query("select si_id, si_name from {$g5['side_table']} where si_auth <= '{$member['mb_level']}' order by si_id asc");
for($i=0; $row = sql_fetch_array($side_result); $i++) {
$ch_si[$i]['name'] = $row['si_name'];
$ch_si[$i]['id'] = $row['si_id'];
}
}
/** 종족 정보 **/
if($config['cf_class_title']) {
$ch_cl = array();
$class_result = sql_query("select cl_id, cl_name from {$g5['class_table']} where cl_auth <= '{$member['mb_level']}' order by cl_id asc");
for($i=0; $row = sql_fetch_array($class_result); $i++) {
$ch_cl[$i]['name'] = $row['cl_name'];
$ch_cl[$i]['id'] = $row['cl_id'];
}
}
?>
include_once(G5_PLUGIN_PATH.'/jquery-ui/datepicker.php');
if (empty($fr_date)) $fr_date = G5_TIME_YMD;
?>