File: /www/wwwroot/oa.sanjiangapp.com/app/sys/package/view/checkscore.html.php
<?php
/**
* The install 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.lite.html.php';?>
<div id='titlebar'>
<div class='heading'>
<span class='prefix' title='EXTENSION'><?php echo html::icon($lang->icons['package']);?></span>
<strong><?php echo $title;?></strong>
</div>
</div>
<?php if(isset($error) and $error):?>
<div class='alert alert-success'>
<i class='icon-check-sign'></i>
<div class='content'>
<h3><?php echo $lang->package->needSorce;?></h3>
<p><?php echo $error;?></p>
</div>
</div>
<?php endif;?>
</body>
</html>
</body>
</html>