HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
_view.php
Go to the documentation of this file.
1 <?php
2 /* @var $this AccountTypesController */
3 /* @var $data AccountTypes */
4 ?>
5 
6 <div class="view">
7 
8  <b><?php echo CHtml::encode($data->getAttributeLabel('Id')); ?>:</b>
9  <?php echo CHtml::link(CHtml::encode($data->Id), array('view', 'id' => $data->Id)); ?>
10  <br />
11 
12  <b><?php echo CHtml::encode($data->getAttributeLabel('Type')); ?>:</b>
13  <?php echo CHtml::encode($data->Type); ?>
14  <br />
15 
16 
17 </div>