Files
EasySoft-ZenTaoPMS/module/editor/view/index.html.php
T
2011-06-27 06:26:58 +00:00

26 lines
619 B
PHP

<?php
/**
* The dir view file of dir module of ZenTaoPMS.
*
* @copyright Copyright 2009-2011 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com)
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Yidong Wang <yidong@cnezsoft.com>
* @package dir
* @version $Id$
* @link http://www.zentao.net
*/
?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/treeview.html.php';?>
<table class='table-1'>
<tr><td>
<?php echo $tree;?>
<br />
</td>
<td>
</td>
</tr>
</table>
<?php include '../../common/view/footer.html.php';?>