Files
EasySoft-ZenTaoPMS/module/extension/view/waring.htm.php
2018-09-26 14:19:30 +08:00

36 lines
1.2 KiB
PHP

<?php
/**
* The install view file of extension 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 Chunsheng Wang <chunsheng@cnezsoft.com>
* @package extension
* @version $Id$
* @link http://www.zentao.net
*/
?>
<?php include '../../common/view/header.lite.html.php';?>
<div id='mainContent' class='main-content'>
<div class='center-block'>
<div class='main-header'>
<h2>
<span class='prefix' title='EXTENSION'><?php echo html::icon($lang->icons['extension']);?></span>
<strong title='<?php echo $title;?>'><?php echo $title;?></strong>
</h2>
</div>
<?php if($error):?>
<div class='alert alert-danger with-icon'>
<i class='icon-exclamation-sign'></i>
<div class='content'>
<h3><?php echo $lang->extension->waringInstall;?></h3>
<p><?php echo $error;?></p>
<p class='text-center'><?php echo html::commonButton($lang->extension->refreshPage, 'onclick=location.href=location.href', 'btn btn-primary');?></p>
</div>
</div>
<?php endif;?>
</div>
</div>
</body>
</html>