HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
column1.php
Go to the documentation of this file.
1 <?php /* @var $this Controller */ ?>
2 <?php $this->beginContent('//layouts/main'); ?>
3 <div id="content">
4  <?php echo $content; ?>
5 </div><!-- content -->
6 <?php $this->endContent(); ?>