File: /www/wwwroot/oa.sanjiangapp.com/app/sys/admin/view/index.html.php
<?php
/**
* The index view of admin 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 Chunsheng Wang <chunsheng@cnezsoft.com>
* @package admin
* @version $Id: index.html.php 4029 2016-08-26 06:50:41Z liugang $
* @link http://www.zdoo.com
*/
?>
<?php include '../../common/view/header.html.php';?>
<div class='container' id='shortcutBox'>
<div class='row'>
<div class='col-md-4 col-sm-6'>
<div class="shortcut user">
<?php commonModel::printLink('user', 'create', '', '<h3>' . $lang->admin->shortcuts->createUser . '</h3>')?>
</div>
</div>
<div class='col-md-4 col-sm-6'>
<div class="shortcut company">
<?php commonModel::printLink('company', 'setbasic', '', '<h3>' . $lang->admin->shortcuts->company . '</h3>')?>
</div>
</div>
<div class='col-md-4 col-sm-6'>
<div class="shortcut entry">
<?php commonModel::printLink('entry', 'create', '', '<h3>' . $lang->admin->shortcuts->createEntry . '</h3>')?>
</div>
</div>
</div>
</div>
<?php include '../../common/view/footer.html.php';?>