* @package editor * @version $Id$ * @link http://www.zentao.net */ ?> getModuleRoot() . 'common/view/header.lite.html.php';?> clientLang); js::import($jsRoot . 'monaco-editor/min/vs/loader.js'); ?>
editor->filePath;?>
'>
" . $lang->editor->sourceFile . ''?>
editor->fileName;?> editor->exampleHook; } elseif($action and $action == 'extendOther' and strpos(basename($filePath), '.js') !== false or $action == 'newJS') { echo $lang->editor->exampleJs; } elseif($action and $action == 'extendOther' and strpos(basename($filePath), '.css') !== false or $action == 'newCSS') { echo $lang->editor->exampleCss; } else { echo $lang->editor->examplePHP; } ?>
getModuleRoot() . 'common/view/footer.lite.html.php';?>