Incam_IntranetNueva/www/protected/views/candidatoCapacidad/_view.php

24 lines
780 B
PHP
Raw Normal View History

<div class="view">
<b><?php echo CHtml::encode($data->getAttributeLabel('id')); ?>:</b>
<?php echo CHtml::link(CHtml::encode($data->id), array('view', 'id'=>$data->id)); ?>
<br />
<b><?php echo CHtml::encode($data->getAttributeLabel('candidato_id')); ?>:</b>
<?php echo CHtml::encode($data->candidato_id); ?>
<br />
<b><?php echo CHtml::encode($data->getAttributeLabel('perfil_tecnico_id')); ?>:</b>
<?php echo CHtml::encode($data->perfil_tecnico_id); ?>
<br />
<b><?php echo CHtml::encode($data->getAttributeLabel('meses_perfil_tecnico')); ?>:</b>
<?php echo CHtml::encode($data->meses_perfil_tecnico); ?>
<br />
<b><?php echo CHtml::encode($data->getAttributeLabel('observaciones')); ?>:</b>
<?php echo CHtml::encode($data->observaciones); ?>
<br />
</div>