| {$labelModelCommonDetailedContent} |
EOT;
include("fckeditor/fckeditor.php") ;
$oFCKeditor = new FCKeditor('indexcontent') ;
$oFCKeditor->BasePath = 'fckeditor/';
$oFCKeditor->Value = $row['indexcontent'] ;
$oFCKeditor->Width = '100%' ;
$oFCKeditor->Height = '400' ;
$oFCKeditor->Create() ;
echo <<
|