_view.php 2.08 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
<div class="view">

	<?php echo GxHtml::encode($data->getAttributeLabel('PK_MZGTBANCOAUTORES')); ?>:
	<?php echo GxHtml::link(GxHtml::encode($data->PK_MZGTBANCOAUTORES), array('view', 'id' => $data->PK_MZGTBANCOAUTORES)); ?>
	<br />
	<?php echo GxHtml::encode($data->getAttributeLabel('MZGTBANCOAUTORES_TRATO')); ?>:
	<?php echo GxHtml::encode($data->MZGTBANCOAUTORES_TRATO); ?>
	<br />
	<?php echo GxHtml::encode($data->getAttributeLabel('MZGTBANCOAUTORES_APELLIDO_PATERNO')); ?>:
	<?php echo GxHtml::encode($data->MZGTBANCOAUTORES_APELLIDO_PATERNO); ?>
	<br />
	<?php echo GxHtml::encode($data->getAttributeLabel('MZGTBANCOAUTORES_APELLIDO_MATERNO')); ?>:
	<?php echo GxHtml::encode($data->MZGTBANCOAUTORES_APELLIDO_MATERNO); ?>
	<br />
	<?php echo GxHtml::encode($data->getAttributeLabel('MZGTBANCOAUTORES_PRIMER_NOMBRE')); ?>:
	<?php echo GxHtml::encode($data->MZGTBANCOAUTORES_PRIMER_NOMBRE); ?>
	<br />
	<?php echo GxHtml::encode($data->getAttributeLabel('MZGTBANCOAUTORES_SEGUNDO_NOMBRE')); ?>:
	<?php echo GxHtml::encode($data->MZGTBANCOAUTORES_SEGUNDO_NOMBRE); ?>
	<br />
        <?php echo GxHtml::encode($data->getAttributeLabel('MZGTBANCOAUTORES_CEDULA')); ?>:
	<?php echo GxHtml::encode($data->MZGTBANCOAUTORES_CEDULA); ?>
	<br />
        <?php /*
	<?php echo GxHtml::encode($data->getAttributeLabel('MZGTBANCOAUTORES_TIPODOCUMENTO')); ?>:
	<?php echo GxHtml::encode($data->MZGTBANCOAUTORES_TIPODOCUMENTO); ?>
	<br />
	<?php echo GxHtml::encode($data->getAttributeLabel('FK1_MZGTBANCOAUTORES_INV_MZGTINSTITUCIONES_PK')); ?>:
	<?php echo GxHtml::encode($data->FK1_MZGTBANCOAUTORES_INV_MZGTINSTITUCIONES_PK); ?>
	<br />
	<?php echo GxHtml::encode($data->getAttributeLabel('MZGTBANCOAUTORES_PAIS')); ?>:
	<?php echo GxHtml::encode($data->MZGTBANCOAUTORES_PAIS); ?>
	<br />
	<?php echo GxHtml::encode($data->getAttributeLabel('MZGTBANCOAUTORES_CODIGO')); ?>:
	<?php echo GxHtml::encode($data->MZGTBANCOAUTORES_CODIGO); ?>
	<br />
	<?php echo GxHtml::encode($data->getAttributeLabel('MZGTBANCOAUTORES_DEPARTAMENTO_CENTRO')); ?>:
	<?php echo GxHtml::encode($data->MZGTBANCOAUTORES_DEPARTAMENTO_CENTRO); ?>
	<br />
	*/ ?>

</div>