File: /www/wwwroot/oa.sanjiangapp.com/app/sys/common/view/footer.modal.html.php
<?php
/**
* The common modal footer view file 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 Xiying Guan <guanxiying@xirangit.com>
* @package ZDOO
* @version $Id$
* @link http://www.zdoo.com
*/
?>
<?php if(helper::isAjaxRequest()):?>
</div>
</div>
</div>
<script>
$.zui.initPage();
</script>
<?php if(isset($pageJS)) js::execute($pageJS);?>
<?php else:?>
<?php include $this->app->getAppRoot() . '/common/view/footer.html.php';?>
<?php endif;?>