Files
EasySoft-ZenTaoPMS/module/upgrade/view/to15.html.php
T
2020-06-09 08:54:08 +08:00

23 lines
946 B
PHP

<?php
/**
* The to15 view file of upgrade 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 upgrade
* @version $Id$
* @link http://www.zentao.net
*/
?>
<?php include '../../common/view/header.lite.html.php';?>
<div class='container'>
<div class='panel' style='padding:20px;'>
<div class='panel-title text-center'><?php echo $lang->upgrade->to15Tips;?></div>
<div class='panel-body'><?php echo $lang->upgrade->to15Desc;?></div>
<div class='panel-footer text-center'><?php echo html::a($this->createLink('upgrade', 'selectVersion'), $lang->upgrade->to15Button, '', "class='btn btn-primary'");?></div>
</div>
</div>
<?php include '../../common/view/footer.lite.html.php';?>