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,39 @@
<?php /* Smarty version Smarty3-b7, created on 2014-05-15 09:37:48
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/proveedores-base.tpl" */ ?>
<?php /*%%SmartyHeaderCode:2579577045374d13c7237e9-32628298%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'8754ca8460c30a2a9b8d511fd52deb8a287e8d79' =>
array (
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/proveedores-base.tpl',
1 => 1379694253,
),
),
'nocache_hash' => '2579577045374d13c7237e9-32628298',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<tr>
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['noProv'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['rfc'];?>
</td>
<td><?php echo $_smarty_tpl->getVariable('item')->value['nombre'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['telefono'];?>
</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['proveedorId'];?>
" 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['proveedorId'];?>
" title="Editar"/>
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/delete.gif" class="spanDelete" id="<?php echo $_smarty_tpl->getVariable('item')->value['proveedorId'];?>
" title="Eliminar"/>
</td>
</tr>