Files
EasySoft-ZenTaoPMS/module/instance/view/resourceerror.html.php
2023-07-31 08:02:25 +00:00

23 lines
969 B
PHP

<?php
/**
* The custom install view file of instance module of QuCheng.
*
* @copyright Copyright 2021-2022 北京渠成软件有限公司(BeiJing QurCheng Software Co,LTD, www.qucheng.cn)
* @license ZPL (http://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @author Jianhua Wang <wangjianhua@easycorp.ltd>
* @package instance
* @version $Id$
* @link https://www.qucheng.cn
*/
?>
<?php include $this->app->getModuleRoot() . '/common/view/header.html.php';?>
<div id='mainContent' class='main-content'>
<div class='center-block'>
<div class='main-header'>
<h2><?php echo $lang->instance->errors->notEnoughResource;?></h2>
</div>
<div><p style='padding-top: 15px;'><?php echo sprintf($lang->instance->errors->notEnoughMemory, $cloudApp->alias, $requiredMemory, $freeMemory, $gapMemory);?></p></div>
</div>
</div>
<?php include $this->app->getModuleRoot() . '/common/view/footer.html.php';?>