HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
ready.php
Go to the documentation of this file.
1 <div id="installer" class="ready">
2 
3  <h2><?php echo Rights::t('install', 'Congratulations!'); ?></h2>
4 
5  <p class="green-text">
6  <?php echo Rights::t('install', 'Rights has been installed succesfully.'); ?>
7  </p>
8 
9  <p>
10  <?php echo Rights::t('install', 'You can start by generating your authorization items');?>
11  <?php echo CHtml::link(Rights::t('install', 'here'), array('authItem/generate')); ?>.
12  </p>
13 
14 </div>