<{if $mod_config.body_editor != "common_fckeditor" and $common_fck_installed }><{/if}>
|
<{if $body_wysiwyg && $common_fck_installed && ! $content.filter_infos.eval.enabled}>
<{$body_wysiwyg}>
<{else}>
<{if $content.filter_infos.eval.enabled or $content.filter_infos.htmlspecialchars.enabled or $content.filter_infos.wraps.enabled or $content.filter_infos.textwiki.enabled}>
<{xoopsdhtmltarea name="body" cols="60" rows="20" value=$content.body pre_style="display:none;" post_style="display:none;"}>
<{elseif $content.filter_infos.xcode.enabled or $content.filter_infos.nl2br.enabled or $content.filter_infos.smiley.enabled }>
<{php}>
$_makescript = & xoops_getmodulehandler('makescript','myckeditor' , true );
$params = array('id'=>'body','editor'=>'bbcode','myckeditor'=>'on');
if (@is_object( $_makescript )){
$this->assign( 'common_myck_installed' , true ) ;
$_makescript->makeheader($params);
}
<{/php}>
<{if $common_myck_installed}>
<{/if}>
<{xoopsdhtmltarea name="body" cols="60" rows="20" value=$content.body pre_style="display:none;" post_style="display:none;"}>
<{else}>
<{php}>
$_makescript = & xoops_getmodulehandler('makescript','myckeditor' , true );
$params = array('id'=>'body','editor'=>'html','myckeditor'=>'on');
if (@is_object( $_makescript )){
$this->assign( 'common_myck_installed' , true ) ;
$_makescript->makeheader($params);
}
<{/php}>
<{if $common_myck_installed}>
<{/if}>
<{xoopsdhtmltarea name="body" cols="60" rows="20" value=$content.body pre_style="display:none;" post_style="display:none;"}>
<{/if}>
<{/if}>
|
<{if $content.body_waiting && $page != 'makecontent'}>