Files
EasySoft-ZenTaoPMS/module/extension/view/deactivate.html.php
2018-04-23 15:04:13 +08:00

36 lines
1.3 KiB
PHP

<?php
/**
* The deactivate 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>
</h2>
</div>
<div class='with-padding'>
<h3 class='mgb-20 text-center'><?php echo $title;?></h3>
<?php if($removeCommands):?>
<div class='container mw-500px'>
<p><strong><?php echo $lang->extension->unremovedFiles;?></strong></p>
<code><?php echo join($removeCommands, '<br />');?></code>
</div>
<?php endif;?>
<hr>
<p><?php echo html::commonButton($lang->extension->viewDeactivated, 'onclick=parent.location.href="' . inlink('browse', 'type=deactivated') . '"');?></p>
</div>
</div>
</div>
</body>
</html>