14 lines
475 B
PHP
Executable File
14 lines
475 B
PHP
Executable File
<?php
|
|
/**
|
|
* The export view file of leave module of RanZhi.
|
|
*
|
|
* @copyright Copyright 2009-2018 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
|
|
* @license ZPL (http://zpl.pub/page/zplv12.html)
|
|
* @author Gang Liu<liugang@easysoft.com>
|
|
* @package customer
|
|
* @version $Id$
|
|
* @link http://www.ranzhi.org
|
|
*/
|
|
?>
|
|
<?php include $app->getModuleRoot() . 'file/view/export.html.php';?>
|