HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
errorDCC.php
Go to the documentation of this file.
1 <body>
2  <link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/errorpages.css" />
3 
4  <div id="error-holder">
5  <div id="hce-logo"><img src="/images/hce.png" alt="HCE"/></div>
6  <p id="error-page-msg">Can't access DC Client.</p>
7  <p id="error-page-ref">
8  HCE-node must be installed in your system!<br><br>
9  If HCE-node is installed, please, check the config.ini of<br><br>
10  web administration interface.
11  </p>
12 
13  </div>
14 </body>