(dev/core#1615) Import civicrm-setup code
[civicrm-core.git] / setup / plugins / blocks / header.tpl.php
1 <?php if (!defined('CIVI_SETUP')): exit("Installation plugins must only be loaded by the installer.\n"); endif; ?>
2 <div class="civicrm-setup-header">
3 <div class="title">
4 <h1><?php echo ts("Thanks for choosing CiviCRM. You're nearly there!"); ?><hr></h1>
5 </div>
6 <div class="civicrm-logo"><strong><?php echo ts('Version %1', array(1 => "{$civicrm_version} {$model->cms}")); ?></strong>
7 <span><img src=<?php echo $installURLPath . "updated-logo.jpg"?> /></span>
8 </div>
9 </div>
10 <h2><?php echo ts("CiviCRM Installer"); ?></h2>
11
12 <noscript>
13 <p class="error"><?php echo ts("Error: Javascipt appears to be disabled. The CiviCRM web-based installer requires Javascript.");?></p>
14 </noscript>
15
16 <p><?php echo ts("Thanks for choosing CiviCRM! Please follow the instructions below to install CiviCRM."); ?></p>