Files
EasySoft-ZenTaoPMS/module/extension/view/upload.html.php
T
wangchunsheng 3dc0bcdfc3 * adjust the code logic.
* finish deactivate, activate, uninstall, erase features.
2011-04-19 16:25:49 +00:00

20 lines
653 B
PHP

<?php
/**
* The upload view file of extension module of ZenTaoPMS.
*
* @copyright Copyright 2009-2011 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com)
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package extension
* @version $Id$
* @link http://www.zentao.net
*/
?>
<?php include '../../common/view/header.lite.html.php';?>
<form method='post' enctype='multipart/form-data' class='a-center'>
<input type='file' name='file' class='text-5' /></td>
<?php echo html::submitButton($lang->extension->upload);?>
</form>
</body>
</html>