Subversion Repositories ALCASAR

Rev

Go to most recent revision | Blame | Last modification | View Log

<?php
/* Smarty version 3.1.34-dev-7, created on 2020-04-11 17:23:34
  from '/var/www/html/acc/manager/vnstat/templates/module_graph.tpl' */

/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
  'version' => '3.1.34-dev-7',
  'unifunc' => 'content_5e91ef0682f914_56965249',
  'has_nocache_code' => false,
  'file_dependency' => 
  array (
    '553ce6260759b1d4166e3cb1ffe0a8ac55227d7c' => 
    array (
      0 => '/var/www/html/acc/manager/vnstat/templates/module_graph.tpl',
      1 => 1586598464,
      2 => 'file',
    ),
  ),
  'includes' => 
  array (
  ),
),false)) {
function content_5e91ef0682f914_56965249 (Smarty_Internal_Template $_smarty_tpl) {
?>    <div class="container">
        <ul class="nav nav-tabs" id="graphTab" role="tablist">
            <li class="nav-item">
                <a class="nav-link active" id="hourly-graph-tab" data-toggle="tab" href="#hourly-graph" role="tab" aria-controls="hourly-graph" aria-selected="true">Hourly Graph</a>
            </li>
            <li class="nav-item">
                <a class="nav-link" id="daily-graph-tab" data-toggle="tab" href="#daily-graph" role="tab" aria-controls="daily-graph" aria-selected="false">Daily Graph</a>
            </li>
            <li class="nav-item">
                <a class="nav-link" id="monthly-graph-tab" data-toggle="tab" href="#monthly-graph" role="tab" aria-controls="monthly-graph" aria-selected="false">Monthly Graph</a>
            </li>
        </ul>

        <div class="tab-content">
            <div class="tab-pane fade show active" id="hourly-graph" role="tabpanel" aria-labelledby="hourly-graph-tab">
                <div id="hourlyNetworkTrafficGraph" style="height: 300px;"></div>
            </div>

            <div class="tab-pane fade" id="daily-graph" role="tabpanel" aria-labelledby="daily-graph-tab">
                <div id="dailyNetworkTrafficGraph" style="height: 300px;"></div>
            </div>

            <div class="tab-pane fade" id="monthly-graph" role="tabpanel" aria-labelledby="monthly-graph-tab">
                <div id="monthlyNetworkTrafficGraph" style="height: 300px;"></div>
            </div>
        </div>
    </div>
<?php }
}