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,35 @@
<?php /* Smarty version Smarty3-b7, created on 2014-05-29 09:40:26
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/lists/enumProdReg.tpl" */ ?>
<?php /*%%SmartyHeaderCode:1895148333538746da724639-53902577%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'73414c64111624ea305cc3b1fb015b451e37369a' =>
array (
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/lists/enumProdReg.tpl',
1 => 1375965438,
),
),
'nocache_hash' => '1895148333538746da724639-53902577',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<?php if (!is_callable('smarty_modifier_truncate')) include '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/libs/plugins/modifier.truncate.php';
?> <select name="prodId" id="prodId" class="largeInput">
<option value="">Seleccione</option>
<?php $_smarty_tpl->tpl_vars['item'] = new Smarty_Variable;
$_smarty_tpl->tpl_vars['key'] = new Smarty_Variable;
$_from = $_smarty_tpl->getVariable('prods')->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
if (count($_from) > 0){
foreach ($_from as $_smarty_tpl->tpl_vars['item']->key => $_smarty_tpl->tpl_vars['item']->value){
$_smarty_tpl->tpl_vars['key']->value = $_smarty_tpl->tpl_vars['item']->key;
?>
<option value="<?php echo $_smarty_tpl->getVariable('item')->value['productoId'];?>
" <?php if ($_smarty_tpl->getVariable('info')->value['productoId']==$_smarty_tpl->getVariable('item')->value['productoId']){?>selected<?php }?>>
<?php echo smarty_modifier_truncate($_smarty_tpl->getVariable('item')->value['modelo'],80,'...');?>
</option>
<?php }} ?>
</select>