Files
EasySoft-ZenTaoPMS/module/upgrade/view/confirm.html.php
2011-06-24 10:11:25 +00:00

27 lines
1.0 KiB
PHP

<?php
/**
* The html template file of confirm method of upgrade 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 upgrade
* @version $Id$
*/
?>
<?php include '../../common/view/header.lite.html.php';?>
<style>body{background:white}</style>
<div class='yui-d0' style='margin-top:50px'>
<form method='post' action='<?php echo inlink('execute');?>'>
<table align='center' class='table-6 f-14px'>
<caption><?php echo $lang->upgrade->confirm;?></caption>
<tr>
<td class='a-center'><textarea rows='20' class='area-1'><?php echo $confirm;?></textarea></td>
<tr>
<td class='a-center'><?php echo html::submitButton($lang->upgrade->sureExecute) . html::hidden('fromVersion', $fromVersion);?></td>
</tr>
</table>
</form>
</div>
<?php include '../../common/view/footer.lite.html.php';?>