HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
error404.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  <p id="error-page-code">404</p>
6  <p id="error-page-msg">PAGE NOT FOUND</p>
7  <p id="error-page-ref"><?php echo $data['message']?></p>
8  <div id="hce-logo"><a href="/"><img src="/images/hce.png" alt="HCE"/><p>HOME</p></a></div>
9  </div>
10 </body>