34 lines
1.3 KiB
PHP
Executable File
34 lines
1.3 KiB
PHP
Executable File
<?php /* Smarty version Smarty3-b7, created on 2014-09-09 15:00:59
|
|
compiled from "/var/www/html/templates/items/politicas-base.tpl" */ ?>
|
|
<?php /*%%SmartyHeaderCode:2091521337540f5c7b69b864-07521439%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
|
$_smarty_tpl->decodeProperties(array (
|
|
'file_dependency' =>
|
|
array (
|
|
'156a9c1fe3ce5cdcaa5a5e87ab433013936e4195' =>
|
|
array (
|
|
0 => '/var/www/html/templates/items/politicas-base.tpl',
|
|
1 => 1410130455,
|
|
),
|
|
),
|
|
'nocache_hash' => '2091521337540f5c7b69b864-07521439',
|
|
'function' =>
|
|
array (
|
|
),
|
|
'has_nocache_code' => false,
|
|
)); /*/%%SmartyHeaderCode%%*/?>
|
|
<tr>
|
|
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['idPoliticaBD'];?>
|
|
</td>
|
|
<td><?php echo $_smarty_tpl->getVariable('item')->value['porcentajeEvaluacion'];?>
|
|
</td>
|
|
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['tipo'];?>
|
|
</td>
|
|
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['porcentajeBonificacion'];?>
|
|
</td>
|
|
<td align="center">
|
|
|
|
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
|
/images/icons/delete.gif" class="spanDelete" id="<?php echo $_smarty_tpl->getVariable('item')->value['idPoliticaBD'];?>
|
|
" title="Eliminar"/>
|
|
</td>
|
|
</tr>
|