File: /www/wwwroot/oa.sanjiangapp.com/app/sys/user/view/deptside.html.php
<?php
/**
* The deptside view file of user module of ZDOO.
*
* @copyright Copyright 2009-2018 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
* @license ZPL (http://zpl.pub/page/zplv12.html)
* @author Yidong Wang <yidong@cnezsoft.com>
* @package user
* @version $Id$
* @link http://www.zdoo.com
*/
?>
<div class='side-col'>
<div class='panel'>
<div class='panel-body'>
<div id='treeMenuBox'><?php echo $treeMenu;?></div>
<div class='text-center'>
<?php echo html::a($this->createLink('tree', 'browse', "type=dept"), $lang->dept->edit, "class='btn btn-sm'");?>
<?php echo html::a($this->createLink('setting', 'lang', "module=user&field=roleList"), $lang->user->setRole, "class='btn btn-sm'");?>
</div>
</div>
</div>
</div>