48 lines
2.2 KiB
PHP
Executable File
48 lines
2.2 KiB
PHP
Executable File
<?php /* Smarty version Smarty3-b7, created on 2014-09-07 17:56:23
|
|
compiled from "/var/www/html/templates/items/usuarios-base.tpl" */ ?>
|
|
<?php /*%%SmartyHeaderCode:97142950054075ab052eef3-70235897%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
|
$_smarty_tpl->decodeProperties(array (
|
|
'file_dependency' =>
|
|
array (
|
|
'634c80bcece272f4a4e64e9b6fa1a7c9b75eb6ef' =>
|
|
array (
|
|
0 => '/var/www/html/templates/items/usuarios-base.tpl',
|
|
1 => 1410130456,
|
|
),
|
|
),
|
|
'nocache_hash' => '97142950054075ab052eef3-70235897',
|
|
'function' =>
|
|
array (
|
|
),
|
|
'has_nocache_code' => false,
|
|
)); /*/%%SmartyHeaderCode%%*/?>
|
|
<tr>
|
|
<td><?php echo $_smarty_tpl->getVariable('usuario')->value['nombre'];?>
|
|
<?php echo $_smarty_tpl->getVariable('usuario')->value['apellidos'];?>
|
|
</td>
|
|
<td><div align="center"><?php echo $_smarty_tpl->getVariable('usuario')->value['email'];?>
|
|
</div></td>
|
|
<td><div align="center"><?php echo $_smarty_tpl->getVariable('usuario')->value['type'];?>
|
|
</div></td>
|
|
<td><div align="center"><?php echo $_smarty_tpl->getVariable('usuario')->value['sucursal'];?>
|
|
</div></td>
|
|
<td>
|
|
<div align="center">
|
|
<a href="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
|
/usuarios-detalles/id/<?php echo $_smarty_tpl->getVariable('usuario')->value['usuarioId'];?>
|
|
">
|
|
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
|
/images/icons/details.png" title="Ver Detalles" border="0"/>
|
|
</a>
|
|
<a href="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
|
/usuarios-editar/id/<?php echo $_smarty_tpl->getVariable('usuario')->value['usuarioId'];?>
|
|
">
|
|
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
|
/images/icons/edit.gif" title="Editar" border="0"/>
|
|
</a>
|
|
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
|
/images/icons/delete.gif" class="spanDelete" id="<?php echo $_smarty_tpl->getVariable('usuario')->value['usuarioId'];?>
|
|
" title="Eliminar"/>
|
|
</div>
|
|
</td>
|
|
</tr>
|