first import
[projectpier.git] / public / install / installation / templates / finish.php
blob320bf97a5b0141209be8c48a736832d38bb85b8d
1 <h1 class="pageTitle"><span>Step <?php echo $current_step->getStepNumber() ?>:</span> Finish</h1>
2 <p>Installation process:</p>
3 <?php if(isset($status_messages)) { ?>
4 <ul>
5 <?php foreach($status_messages as $status_message) { ?>
6 <li><?php echo $status_message ?></li>
7 <?php } // foreach ?>
8 </ul>
9 <?php } // if ?>
11 <?php if(isset($all_ok) && $all_ok) { ?>
12 <h1>Success!</h1>
13 <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>
14 <p><strong>Visit <a href="http://www.projectpier.org/">www.ProjectPier.org</a> for news and updates.</strong>.
15 <?php } // if ?>