Files
EasySoft-ZenTaoPMS/module/file/view/export.html.php
T
2011-05-02 08:32:56 +00:00

27 lines
873 B
PHP

<?php
/**
* The export view file of file module of ZenTaoPMS.
*
* @copyright Copyright 2009-2010 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com)
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Congzhi Chen <congzhi@cnezsoft.com>
* @package file
* @version $Id$
* @link http://www.zentao.net
*/
?>
<?php include '../../common/view/header.lite.html.php';?>
<form method='post' target='hiddenwin'>
<table class='table-1'>
<caption><?php echo $lang->export;?></caption>
<tr>
<td class='a-center' style='padding-top:30px;'>
<?php echo html::input('fileName');?>
<?php echo html::select('fileType', $lang->exportFileTypeList);?>
<?php echo html::submitButton();?>
</td>
</tr>
</table>
</form>
<?php include '../../common/view/footer.lite.html.php';?>