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,52 @@
<?php /* Smarty version Smarty3-b7, created on 2014-09-08 18:36:20
compiled from "./templates/inventario-bloqueados.tpl" */ ?>
<?php /*%%SmartyHeaderCode:1842212231540e3d741542c8-26661301%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'a77652882804f03d08b9e7405023e32cd947d1b9' =>
array (
0 => './templates/inventario-bloqueados.tpl',
1 => 1410130446,
),
),
'nocache_hash' => '1842212231540e3d741542c8-26661301',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<div class="grid_16" id="content">
<div class="grid_9">
<h1 class="catalogos">Productos Bloqueados</h1>
</div>
<div class="grid_6" id="eventbox"></div>
<div class="clear"></div>
<?php if ($_smarty_tpl->getVariable('msg')->value!=''){?>
<div align="center" style="color:#009900; font-size:14px; padding-top:15px">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/ok2.png" /><br /><b>
<?php if ($_smarty_tpl->getVariable('msg')->value=="Saved"){?>
El producto fue agregado correctamente.
<?php }elseif($_smarty_tpl->getVariable('msg')->value=="Updated"){?>
El producto fue actualizado correctamente
<?php }?>
</b></div>
<?php }?>
<div class="grid_15" id="contenido">
<?php $_template = new Smarty_Internal_Template("lists/inventario_bloqueados.tpl", $_smarty_tpl->smarty, $_smarty_tpl, $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null);
echo $_template->getRenderedTemplate();?><?php $_template->updateParentVariables(0);?><?php unset($_template);?>
</div>
<div class="clear"></div>
</div>