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 if(isset($this->breadcrumbs)):?>
5  <?php $this->widget('zii.widgets.CBreadcrumbs', array(
6  'links'=>$this->breadcrumbs,
7  'homeLink'=>CHtml::link('Dashboard'),
8  'htmlOptions'=>array('class'=>'breadcrumb')
9  )); ?><!-- breadcrumbs -->
10  <?php endif?>
11 
12  <?php echo $content; ?>
13 </div><!-- content -->
14 <?php $this->endContent(); ?>