Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-03-24 22:11:17
|
||||
compiled from "/home/avantikads/domains/avantikads.com/public_html/novomoda/templates/lists/reportes-prod-prov.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:545610205533101e5b04b86-50828823%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'7ab370ea65e428f437fe6dde723470a638458a14' =>
|
||||
array (
|
||||
0 => '/home/avantikads/domains/avantikads.com/public_html/novomoda/templates/lists/reportes-prod-prov.tpl',
|
||||
1 => 1379467830,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '545610205533101e5b04b86-50828823',
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
)); /*/%%SmartyHeaderCode%%*/?>
|
||||
|
||||
<div align="center"><b><?php echo $_smarty_tpl->getVariable('titulo')->value;?>
|
||||
</b></div>
|
||||
<br />
|
||||
|
||||
<table width="<?php echo $_smarty_tpl->getVariable('width')->value+410;?>
|
||||
" cellpadding="0" cellspacing="0" border="1">
|
||||
<?php $_smarty_tpl->tpl_vars['suc'] = new Smarty_Variable;
|
||||
$_smarty_tpl->tpl_vars['kS'] = new Smarty_Variable;
|
||||
$_from = $_smarty_tpl->getVariable('sucursales')->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
|
||||
if (count($_from) > 0){
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['suc']->key => $_smarty_tpl->tpl_vars['suc']->value){
|
||||
$_smarty_tpl->tpl_vars['kS']->value = $_smarty_tpl->tpl_vars['suc']->key;
|
||||
?>
|
||||
<?php if (count($_smarty_tpl->getVariable('suc')->value['productos'])>0){?>
|
||||
<tr>
|
||||
<td align="left" height="25" style="background-color:#CCCCCC; border:1px solid #000000">
|
||||
<b><?php echo urldecode($_smarty_tpl->getVariable('suc')->value['nombre']);?>
|
||||
</b>
|
||||
</td>
|
||||
<td width="80" align="center" style="background-color:#CCCCCC; border:1px solid #000000">
|
||||
<a href="javascript:void(0)" onclick="ShowProdProv(<?php echo $_smarty_tpl->getVariable('suc')->value['sucursalId'];?>
|
||||
)">
|
||||
<div id="showHide_<?php echo $_smarty_tpl->getVariable('suc')->value['sucursalId'];?>
|
||||
">[+]</div>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" style="display:none" id="sucPP_<?php echo $_smarty_tpl->getVariable('suc')->value['sucursalId'];?>
|
||||
">
|
||||
<?php $_template = new Smarty_Internal_Template("{$_smarty_tpl->getVariable('DOC_ROOT')->value}/templates/lists/reportes-prod-prov-item.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);?>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
<?php }} ?>
|
||||
</table>
|
||||
Reference in New Issue
Block a user