getModuleRoot() . 'common/view/header.html.php';?>
title . " " . ($node->type == 'article' ? $lang->baseline->editArticle : $lang->baseline->editChapter) ;?>
contentType == 'html') include $app->getModuleRoot() . 'common/view/kindeditor.html.php';?> contentType == 'markdown') include $app->getModuleRoot() . 'common/view/markdown.html.php';?>
id")?> enctype='multipart/form-data' id='dataform'> type != 'systemchapter'):?> chapterType == 'system'):?> type == 'article'):?> type == 'url') echo "class='hidden'"?>>
baseline->chapter;?> lib)?> parent, "class='form-control chosen'");?>
baseline->chapterType;?> baseline->chapterTypeList, $node->chapterType, "class='form-control chosen'");?>
type == 'article' ? $lang->book->title : $lang->baseline->chapterName;?> title, "class='form-control' autocomplete='off' required");?>
book->keywords;?> keywords, "class='form-control' autocomplete='off'");?>
baseline->docContent;?> type == 'url' ? '' : htmlspecialchars($node->content), "style='width:100%; height:200px'");?>
editedDate); echo html::hidden('contentType', $node->contentType); echo html::hidden('acl', 'open'); echo html::submitButton(); echo html::backButton(); ?>
getModuleRoot() . 'common/view/footer.html.php';?>