File: /www/wwwroot/oa.sanjiangapp.com/app/sys/my/view/index.html.php
<?php
/**
* The index view file of index 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 dashboard
* @version $Id$
* @link http://www.zdoo.com
*/
?>
<?php
include './header.html.php';
?>
<?php if(!empty($tryLicense) && (!isset($this->config->global->licenseClosers) || strpos($this->config->global->licenseClosers, ",{$this->app->user->account},") === false)):?>
<div class="alert alert-warning alert-dismissable license-info">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<p><?php printf($lang->my->licenseInfo, $userLimit, $expireDate)?></p>
</div>
<?php endif;?>
<?php
echo $this->fetch('block', 'dashboard', array('appName' => $appName), 'sys');
include '../../common/view/footer.html.php';
?>