Primer commit del sistema avantika sin cambios
This commit is contained in:
45
templates_c/7238f51eb1cd2b9bf6cd8d384aca2c836f5fe0d3.file.ventas.tpl.php
Executable file
45
templates_c/7238f51eb1cd2b9bf6cd8d384aca2c836f5fe0d3.file.ventas.tpl.php
Executable file
@@ -0,0 +1,45 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-09-09 14:58:14
|
||||
compiled from "./templates/ventas.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:2102619810540f5bd6ae5b41-60220588%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'7238f51eb1cd2b9bf6cd8d384aca2c836f5fe0d3' =>
|
||||
array (
|
||||
0 => './templates/ventas.tpl',
|
||||
1 => 1410130447,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '2102619810540f5bd6ae5b41-60220588',
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
)); /*/%%SmartyHeaderCode%%*/?>
|
||||
<div class="grid_16" id="content">
|
||||
|
||||
<div class="grid_9">
|
||||
<h1 class="ventas">Ventas</h1>
|
||||
</div>
|
||||
|
||||
<div class="clear"></div>
|
||||
|
||||
|
||||
|
||||
<?php if ($_smarty_tpl->getVariable('Usr')->value['type']=="admin"||$_smarty_tpl->getVariable('Usr')->value['type']=="centralizador"||$_smarty_tpl->getVariable('Usr')->value['type']=="gerente"||$_smarty_tpl->getVariable('Usr')->value['type']=="cajero"){?>
|
||||
<?php $_template = new Smarty_Internal_Template("forms/search-ventas-central.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/ventas.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