if ($G_SYS['WEBEDITOR'] == 'GM') { ?>
include_once('addon/gmeditor/func_editor.php');
$upload_image = '1';
$upload_media = '1';
?>
style="DISPLAY: none" } // if() ?>>
$content = $view['mf_body_text'];
echo myEditor(2,$G_SYS[HTTP_URL_ROOT].'/addon/gmeditor','write','mf_body_text','100%','300');
?>
style="DISPLAY: none" } // if() ?>>
$content = $view['mf_body_html'];
echo myEditor(1,$G_SYS[HTTP_URL_ROOT].'/addon/gmeditor','write','mf_body_html','100%','300');
?>
} else if ($G_SYS['WEBEDITOR'] == 'OPEN') { ?>
style="DISPLAY: none" } // if() ?>>
style="DISPLAY: none" } // if() ?>>
} else if ($G_SYS['WEBEDITOR'] == 'TINYMCE') { ?>
if (trim($view['mf_body_html']) == '') $view['mf_body_html'] = ''; ?>
style="DISPLAY: none" } // if() ?>>
style="DISPLAY: none" } // if() ?>>
} else { ?>
style="DISPLAY: none" } // if() ?>>
style="DISPLAY: none" } // if() ?>>
} // if() ?>
if ($webhard_cnt) { // 웹하드에서 첨부한 파일이 있을때 ?>
for ($i=0; $i<$webhard_cnt; $i++) { ?>
} // for() ?>
} // if() ?>
|