HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
index.php
Go to the documentation of this file.
1 <?php
2 $this->breadcrumbs=array(
3  'Personal Infos',
4 );
5 
6 $this->menu=array(
7  array('label'=>'Create PersonalInfo','url'=>array('create')),
8  array('label'=>'Manage PersonalInfo','url'=>array('admin')),
9 );
10 ?>
11 
12 <h1>Personal Info</h1>
13 
14 <ul class="thumbnails clearfix">
15  <?php $this->widget('bootstrap.widgets.TbListView',array(
16  'dataProvider'=>$dataProvider,
17  'itemView'=>'_view',
18 )); ?>
19 
20 </ul>
21 
22