Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-09-11 10:29:28
|
||||
compiled from "./templates/facturacion-mensual.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:4777478815411bfd811cad0-68639125%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'2402f17c1e6e588d29786f6257de6e049fc23977' =>
|
||||
array (
|
||||
0 => './templates/facturacion-mensual.tpl',
|
||||
1 => 1410130446,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '4777478815411bfd811cad0-68639125',
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
)); /*/%%SmartyHeaderCode%%*/?>
|
||||
<div class="grid_16" id="content">
|
||||
|
||||
<div class="grid_9">
|
||||
<h1 class="catalogos">Facturación Mensual</h1>
|
||||
</div>
|
||||
|
||||
<div class="clear"></div>
|
||||
|
||||
<?php if ($_smarty_tpl->getVariable('Usr')->value['type']=="gerente"){?>
|
||||
<div align="center">
|
||||
<a href="javascript:void(0)" onclick="FacturaMensual()" class="inline_add">Agregar Factura Mensual</a>
|
||||
</div>
|
||||
<br />
|
||||
<?php }?>
|
||||
|
||||
<?php if ($_smarty_tpl->getVariable('Usr')->value['type']=="gerente"){?>
|
||||
<?php $_template = new Smarty_Internal_Template("forms/search-facturas-mens.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);?>
|
||||
|
||||
<?php }else{ ?>
|
||||
<?php $_template = new Smarty_Internal_Template("forms/search-facturas-mens-gral.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);?>
|
||||
|
||||
<?php }?>
|
||||
|
||||
<div class="grid_15" id="contenido">
|
||||
|
||||
<?php $_template = new Smarty_Internal_Template("lists/facturacion-mensual.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>
|
||||
Reference in New Issue
Block a user