* @package traincourse * @version $Id: editchapter.html.php 4029 2022-02-10 10:50:41Z $ * @link https://www.zentao.net */ ?> getModuleRoot() . 'common/view/header.html.php';?> getModuleRoot() . 'common/view/kindeditor.html.php';?> createLink('traincourse', 'manageCourse', "courseID={$chapter->course}")?> type);?>
name . " " . $lang->traincourse->editChapter;?>
type == 'chapter' ? "class='hidden'" : '';?> files)):?> >
traincourse->type;?> traincourse->typeList, $chapter->type, "class='form-control' onchange='toggleContentBox(this.value)'");?>
traincourse->parentChapter;?> parent, "class='form-control chosen'");?>
traincourse->chapterName;?> name, "class='form-control' eutocomplete='off'");?>
traincourse->chapterDesc;?> desc), "rows='6' class='form-control kindeditor' hidefocus='true'");?>
traincourse->file;?> fetch('file', 'ajaxUploadLargeFile', 'module=traincourse');?>
file->common?> fetch('file', 'printFiles', array('files' => $chapter->files, 'fieldset' => 'false'));?>
getModuleRoot() . 'common/view/footer.html.php';?>