PluginProbe
WebTotem Security / 2.2.3
WebTotem Security v2.2.3
3.0.1 3.0.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.1 2.2.2 2.2.3 2.2.4 All 109 releases
wt-security / includes / components / _chart_ajax.php

_chart_ajax.php in WebTotem Security 2.2.3, at includes/components/_chart_ajax.php

24 lines 600 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 <div class="wtotem_chart__diagram" data-days="<?= $arguments["days"] ?>" id="wtotem_chart_diagram">
3 <div id="line-chart" class="line-chart">
4 <div
5 id="tooltipAttacks"
6 class="line-chart__tooltip"
7 >
8 <span id="countAttacks"></span>
9 </div>
10 <div
11 id="tooltipBlocked"
12 class="line-chart__tooltip"
13 >
14 <span id="countBlocked"></span>
15 </div>
16 </div>
17 </div>
18
19 <div class="wtotem_chart__line"></div>
20
21 <script>
22 drawLineChart(<?=$arguments["chart"]?>);
23 </script>
24