18 lines
548 B
PHP
18 lines
548 B
PHP
<?php
|
|
/**
|
|
* The export view file of testreport module of ZenTaoPMS.
|
|
*
|
|
* @copyright Copyright 2009-2015 青岛易软天创网络科技有限公司(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 testreport
|
|
* @version $Id$
|
|
* @link http://www.zentao.net
|
|
*/
|
|
?>
|
|
<?php
|
|
unset($lang->exportFileTypeList);
|
|
$lang->exportFileTypeList['html'] = 'html';
|
|
include '../../file/view/export.html.php';
|
|
?>
|