zentaopms/module/doc/view/edit.html.php
2023-05-16 10:47:08 +08:00

18 lines
643 B
PHP

<?php
/**
* The edit view of doc module of ZenTaoPMS.
*
* @copyright Copyright 2009-2015 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
* @license ZPL(http://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @author Jia Fu <fujia@cnezsoft.com>
* @package doc
* @version $Id: edit.html.php 975 2010-07-29 03:30:25Z jajacn@126.com $
* @link http://www.zentao.net
*/
?>
<?php if($doc->type == 'text' and !isonlybody()):?>
<?php include 'edittexttype.html.php';?>
<?php else:?>
<?php include 'editothertype.html.php';?>
<?php endif;?>