HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
confirm.php
Go to the documentation of this file.
1 <div id="installer" class="confirm">
2 
3  <h2><?php echo Rights::t('install', 'Install Rights'); ?></h2>
4 
5  <p class="red-text">
6  <?php echo Rights::t('install', 'Rights is already installed!'); ?>
7  </p>
8 
9  <p><?php echo Rights::t('install', 'Please confirm if you wish to reinstall.'); ?></p>
10 
11  <p>
12  <?php echo CHtml::link(Rights::t('install', 'Yes'), array('install/run', 'confirm' => 1)); ?> /
13  <?php echo CHtml::link(Rights::t('install', 'No'), Yii::app()->homeUrl); ?>
14  </p>
15 
16  <p class="info"><?php echo Rights::t('install', 'Notice: All your existing data will be lost.'); ?></p>
17 
18 </div>