{$labelFAQEditFAQ}
{$labelFAQBackBrowseFAQ}
{$labelFAQTitle}
*
{$labelModelCommonTitleDesc}
{$labelModelCommonBelongToNavigation}
{$labelModelCommonBelongToSecondNavigation}
{$secondNavValue['menucontent']}
{$labelModelCommonBelongToThirdNavigation}
{$thirdNavValue['menucontent']}
{$labelModelCommonContentKeyWords}
{$labelModelCommonContentKeyWordsDesc}
{$labelModelCommonContentShortDesc}
{$faqRow['faqdesc']}
{$labelModelCommonState}
{$labelModelCommonStateRelease}
{$labelModelCommonStateDraft}
{$labelModelCommonDisplay}
{$labelModelCommonShowIndex}
{$labelModelCommonShowSubPage}
{$labelFAQReleasePeople}
*
{$labelModelCommonReleaseTime}
*
{$labelModelCommonDateFormatDesc}{$nowTime}
{$labelModelCommonUpdateTime}
*
{$labelModelCommonDateFormatDesc}{$nowTime}
{$labelFAQReleaseAskQuestionContent}
EOT; include("fckeditor/fckeditor.php") ; $oFCKeditor = new FCKeditor('faqcontent') ; $oFCKeditor->BasePath = 'fckeditor/'; $oFCKeditor->Value = $faqRow['faqcontent'] ; $oFCKeditor->Width = '100%' ; $oFCKeditor->Height = '400' ; $oFCKeditor->Create() ; echo <<
{$labelFAQReleaseRevertQuestionContent}
EOT; include("fckeditor/fckeditor.php") ; $oFCKeditor = new FCKeditor('faqrevertcontent') ; $oFCKeditor->BasePath = 'fckeditor/'; $oFCKeditor->Value = $faqRow['faqrevertcontent'] ; $oFCKeditor->Width = '100%' ; $oFCKeditor->Height = '400' ; $oFCKeditor->Create() ; echo <<
EOT; @include_once($adminTemplatePath.'/footer.html'); echo <<