HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
error.php
Go to the documentation of this file.
1 <div id="installer" class="error">
2 
3  <h2><?php echo Rights::t('install', 'Error'); ?></h2>
4 
5  <p class="red-text">
6  <?php echo Rights::t('install', 'An error occurred while installing Rights.'); ?>
7  </p>
8 
9  <p>
10  <?php echo Rights::t('install', 'Please try again or consult the documentation.');?>
11  </p>
12 
13 </div>