Browse
For agents
About
WebTotem Security
/
2.2.1
WebTotem Security
v2.2.1
Switch version
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
Overview
Code
wt-security
/
includes
/
components
/
_map_view.php
_map_view.php
in WebTotem Security 2.2.1, at includes/components/_map_view.php
17 lines
395 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
div
class
=
"
wtotem_map-block__map
"
>
2
<
svg
3
id
=
"
firewallMap
"
4
height
=
"
305
"
5
width
=
"
100%
"
6
>
<
/
svg
>
7
<
/
div
>
8
<
div
class
=
"
firewall
"
>
9
<
canvas
id
=
"
firewall
"
width
=
"
100%
"
>
<
/
canvas
>
10
<
/
div
>
11
12
13
<
script
>
14
var
waf_attacksMap
=
<
?
=
json_encode
(
$
arguments
[
"
waf
"
]
[
"
attacksMap
"
]
)
?
>
;
15
var
map_json
=
'
<?= plugins_url(
'
wt
-
security
/
htdocs
/
json
/
world
.
json
'
) ?>
'
;
16
<
/
script
>
17