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)) { ?
>
5 <?php
foreach($status_messages as $status_message) { ?
>
6 <li
><?php
echo $status_message ?
></li
>
11 <?php
if(isset($all_ok) && $all_ok) { ?
>
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
>.