* @package doc * @version $Id: edit.html.php 975 2010-07-29 03:30:25Z jajacn@126.com $ * @link http://www.zentao.net */ ?> contentType == 'html') include '../../common/view/ueditor.html.php';?> contentType == 'markdown') include '../../common/view/markdown.html.php';?>
icons['doc']);?> id;?> createLink('doc', 'view', "docID=$doc->id"), $doc->title);?> icons['edit']) . ' ' . $lang->doc->edit;?>
type == 'url') echo "class='hidden'"?>> type != 'url') echo "class='hidden'"?>>
doc->module;?> lib)?> module, "class='form-control chosen'");?>
doc->title;?> title, "class='form-control'");?>
doc->keywords;?> keywords, "class='form-control'");?>
doc->type;?> doc->types, $doc->type);?>
doc->content;?> type == 'url' ? '' : htmlspecialchars($doc->content), "style='width:100%; height:200px'") . html::hidden('contentType', $doc->contentType);?>
doc->url;?> type == 'url' ? $doc->content : '', "class='form-control'");?>
doc->files;?> fetch('file', 'buildform');?>
doclib->control;?> doc->aclList, $doc->acl, "onchange='toggleAcl(this.value)'")?>