Subversion Repositories ALCASAR

Rev

Details | Last modification | View Log

Rev Author Line No. Line
2809 rexy 1
<?php
2
/* Smarty version 3.1.34-dev-7, created on 2020-04-11 17:23:34
3
  from '/var/www/html/acc/manager/vnstat/templates/module_graph.tpl' */
4
 
5
/* @var Smarty_Internal_Template $_smarty_tpl */
6
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
7
  'version' => '3.1.34-dev-7',
8
  'unifunc' => 'content_5e91ef0682f914_56965249',
9
  'has_nocache_code' => false,
10
  'file_dependency' => 
11
  array (
12
    '553ce6260759b1d4166e3cb1ffe0a8ac55227d7c' => 
13
    array (
14
 
15
      1 => 1586598464,
16
      2 => 'file',
17
    ),
18
  ),
19
  'includes' => 
20
  array (
21
  ),
22
),false)) {
23
function content_5e91ef0682f914_56965249 (Smarty_Internal_Template $_smarty_tpl) {
24
?>    <div class="container">
25
        <ul class="nav nav-tabs" id="graphTab" role="tablist">
26
            <li class="nav-item">
27
                <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>
28
            </li>
29
            <li class="nav-item">
30
                <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>
31
            </li>
32
            <li class="nav-item">
33
                <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>
34
            </li>
35
        </ul>
36
 
37
        <div class="tab-content">
38
            <div class="tab-pane fade show active" id="hourly-graph" role="tabpanel" aria-labelledby="hourly-graph-tab">
39
                <div id="hourlyNetworkTrafficGraph" style="height: 300px;"></div>
40
            </div>
41
 
42
            <div class="tab-pane fade" id="daily-graph" role="tabpanel" aria-labelledby="daily-graph-tab">
43
                <div id="dailyNetworkTrafficGraph" style="height: 300px;"></div>
44
            </div>
45
 
46
            <div class="tab-pane fade" id="monthly-graph" role="tabpanel" aria-labelledby="monthly-graph-tab">
47
                <div id="monthlyNetworkTrafficGraph" style="height: 300px;"></div>
48
            </div>
49
        </div>
50
    </div>
51
<?php }
52
}