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 AccountUsersController */
3 /* @var $data AccountUsers */
4 ?>
5 
6 <div class="view">
7 
8  <b><?php echo CHtml::encode($data->getAttributeLabel('UserId')); ?>:</b>
9  <?php echo CHtml::link(CHtml::encode($data->User->username), array('view', 'id' => $data->UserId)); ?>
10  <br />
11 
12  <b><?php echo CHtml::encode($data->getAttributeLabel('AccountTypeId')); ?>:</b>
13  <?php echo CHtml::encode($data->AccountTypes->Type); ?>
14  <br />
15 
16 
17 </div>