finish.php

来自「ProjectPier 源码 很好的项目管理程序」· PHP 代码 · 共 16 行

PHP
16
字号
<h1 class="pageTitle"><span>Step <?php echo $current_step->getStepNumber() ?>:</span> Finish</h1><p>Installation process:</p><?php if (isset($status_messages)) { ?><ul><?php foreach ($status_messages as $status_message) { ?>  <li><?php echo $status_message ?></li><?php } // foreach ?></ul><?php } // if ?><?php if (isset($all_ok) && $all_ok) { ?><h1>Success!</h1><p>You have installed ProjectPier <strong>successfully</strong>. Go to <a href="<?php echo $absolute_url ?>" onclick="window.open('<?php echo $absolute_url ?>'); return false;"><?php echo clean($absolute_url) ?></a> and start managing your projects (ProjectPier will ask you to create administrator user and provide some details about your company first).</p><p><strong>Visit <a href="http://www.projectpier.org/">www.ProjectPier.org</a> for news and updates.</strong>. <?php } // if ?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?