File: /www/wwwroot/oa.sanjiangapp.com/app/sys/package/view/erase.html.php
<?php
/**
* The erase view file of package module of ZDOO.
*
* @copyright Copyright 2009-2018 青岛易软天创网络科技有限公司(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 package
* @version $Id$
* @link http://www.zdoo.com
*/
?>
<?php include '../../common/view/header.modal.html.php';?>
<div class='alert alert-success'>
<i class='icon-check-sign'></i>
<div class='content'>
<h3><?php echo $title;?></h3>
<?php if($removeCommands):?>
<p><strong><?php echo $lang->package->unremovedFiles;?></strong></p>
<p><?php echo join($removeCommands, '<br />');?></p>
<?php endif;?>
<p class='text-center'><?php echo html::a(inlink('browse', 'type=available'), $lang->package->viewAvailable, "class='btn'");?></p>
</div>
</div>
<?php include '../../common/view/footer.modal.html.php';?>