Primer commit del sistema avantika sin cambios

This commit is contained in:
2026-01-06 19:42:24 -06:00
commit 3ae4be5957
7127 changed files with 440072 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
<?php /* Smarty version Smarty3-b7, created on 2014-09-11 16:57:53
compiled from "/var/www/html/templates/items/datos-generales-base.tpl" */ ?>
<?php /*%%SmartyHeaderCode:83904757754121ae1913388-53393875%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'cca21569c0f8758807ad4943aa899fce7165bb3e' =>
array (
0 => '/var/www/html/templates/items/datos-generales-base.tpl',
1 => 1410130453,
),
),
'nocache_hash' => '83904757754121ae1913388-53393875',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<tr>
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['rfc'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['razonSocial'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['calle'];?>
<?php echo $_smarty_tpl->getVariable('item')->value['noExt'];?>
<?php echo $_smarty_tpl->getVariable('item')->value['noInt'];?>
</td>
<td align="center">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/details.png" class="spanSucursales" id="<?php echo $_smarty_tpl->getVariable('item')->value['rfcId'];?>
" title="Ver Sucursales"/>
</td>
<td align="center">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/details.png" class="spanView" id="<?php echo $_smarty_tpl->getVariable('item')->value['rfcId'];?>
" title="Ver Detalles" />
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/edit.gif" class="spanEdit" id="<?php echo $_smarty_tpl->getVariable('item')->value['rfcId'];?>
" title="Editar"/>
</td>
</tr>