HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
main.php
Go to the documentation of this file.
1 <?php $this->beginContent(Rights::module()->appLayout); ?>
2 
3 <div id="rights" class="container">
4 
5  <div id="content">
6 
7  <?php if ($this->id !== 'install'): ?>
8 
9  <div id="menu">
10 
11  <?php $this->renderPartial('/_menu'); ?>
12 
13  </div>
14 
15  <?php endif; ?>
16 
17  <?php $this->renderPartial('/_flash'); ?>
18 
19  <?php echo $content; ?>
20 
21  </div><!-- content -->
22 
23 </div>
24 
25 <?php $this->endContent(); ?>