HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
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(); ?>
app
themes
abound
views
layouts
column1.php
Generated on Tue Jun 30 2015 20:12:37 for HCE Project DC service web UI by
1.8.1.2