getModuleRoot() . 'doc/view'); include './edit.html.php'; chdir($oldDir); ?> doc->noticeAcl['doc']);?> doc->getBookOptionMenu($doc->lib);?> getModuleRoot() . 'common/view/header.html.php';?> app->user->feedback) && !$this->cookie->feedbackView && $app->tab == 'doc') ? true : false;?>
title . " " . ($doc->type == 'article' ? $lang->doc->edit : $lang->doc->editChapter) ;?>
contentType == 'html') include $app->getModuleRoot() . 'common/view/kindeditor.html.php';?> contentType == 'markdown') include $app->getModuleRoot() . 'common/view/markdown.html.php';?>
type == 'article'):?> type == 'url') echo "class='hidden'"?>>
doc->chapter;?> lib)?> parent, "class='form-control chosen'");?>
type == 'article' ? $lang->doc->title : $lang->doc->chapterName;?> title, "class='form-control' autocomplete='off' required");?>
doc->keywords;?> keywords, "class='form-control' autocomplete='off' placeholder='{$lang->doc->keywordsTips}'");?>
doc->content;?> type == 'url' ? '' : htmlspecialchars($doc->content), "style='width:100%; height:200px'");?>
doc->files;?> fetch('file', 'buildform');?>
editedDate); echo html::hidden('contentType', $doc->contentType); echo html::hidden('type', $doc->type); echo html::hidden('acl', 'open'); echo html::submitButton(); echo html::backButton(); ?>
getModuleRoot() . 'common/view/footer.html.php';?>