Files
EasySoft-ZenTaoPMS/module/file/view/export.html.php
chencongzhi520@gmail.com 1f504260b5 +change code for task$443
2011-04-30 07:04:57 +00:00

27 lines
830 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>
<?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';?>