PluginProbe
WebTotem Security / 3.0.1
WebTotem Security v3.0.1
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 / templates / attacks_map.html.twig

attacks_map.html.twig in WebTotem Security 3.0.1, at includes/templates/attacks_map.html.twig

21 lines 760 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="wtotem_map-wrap wtotem_map wt_card">
2 <div class="wtotem_chart-first">
3 <div class="wtotem_country">
4 <div class="wtotem_country__title">
5 {{ 'Country'|trans }}
6 </div>
7 <div class="wtotem_country__desc">
8 {{ 'Attack map'|trans }}
9 </div>
10 </div>
11 <div class="wtotem_chart__wrapper">
12 {% include 'chart_periods.html.twig' with { 'service': 'map', 'days' : days, 'is_period_available': is_period_available } %}
13 </div>
14 </div>
15
16 <!-- Map -->
17 <div class="wtotem_map-block" id="map_chart_wrap">
18 {% include 'map_chart.html.twig' with {'attacks_map': attacks_map, 'world_map_json': world_map_json} %}
19 </div>
20 </div>
21