hotel_commerce/cache/smarty/compile/b9/88/bf/b988bf4c379ead8b75f76650e8aa2cbef831274c_0.file.dashboard-zone-two.tpl.php
2023-06-26 13:09:26 +05:30

62 lines
2.7 KiB
PHP

<?php
/* Smarty version 3.1.39, created on 2023-06-22 17:19:56
from 'C:\xampp\htdocs\hotelcommerce\modules\dashinsights\views\templates\hook\dashboard-zone-two.tpl' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.39',
'unifunc' => 'content_6494356461e807_51797469',
'has_nocache_code' => false,
'file_dependency' =>
array (
'b988bf4c379ead8b75f76650e8aa2cbef831274c' =>
array (
0 => 'C:\\xampp\\htdocs\\hotelcommerce\\modules\\dashinsights\\views\\templates\\hook\\dashboard-zone-two.tpl',
1 => 1687433796,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_6494356461e807_51797469 (Smarty_Internal_Template $_smarty_tpl) {
?>
<div class="col-sm-12">
<section id="dashinsights" class="panel widget allow_push">
<header class="panel-heading">
<i class="icon-area-chart"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Insights','mod'=>'dashinsights'),$_smarty_tpl ) );?>
<span><small class="text-muted" id="dashinsights_heading_zone_two"></small></span>
<span class="panel-heading-action">
<a class="list-toolbar-btn" href="#" onclick="refreshDashboard('dashinsights'); return false;" title="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Refresh','mod'=>'dashinsights'),$_smarty_tpl ) );?>
">
<i class="process-icon-refresh"></i>
</a>
</span>
</header>
<section>
<div class="row">
<div class="col-md-12 col-lg-6">
<p class="chart-label"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Room Nights'),$_smarty_tpl ) );?>
</p>
<div class="chart with-transitions insight-chart-wrap" id="dashinsights_room_nights">
<svg></svg>
</div>
</div>
<div class="col-md-12 col-lg-6">
<p class="chart-label"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Days of the Week'),$_smarty_tpl ) );?>
</p>
<div class="chart with-transitions insight-chart-wrap" id="dashinsights_days_of_the_week">
<svg></svg>
</div>
</div>
</div>
</section>
</section>
</div>
<div class="clearfix"></div>
<?php }
}