aboutsummaryrefslogtreecommitdiff
path: root/www/html/filtrage.py
diff options
context:
space:
mode:
Diffstat (limited to 'www/html/filtrage.py')
-rwxr-xr-xwww/html/filtrage.py9
1 files changed, 2 insertions, 7 deletions
diff --git a/www/html/filtrage.py b/www/html/filtrage.py
index 8df0e27..2ec6a72 100755
--- a/www/html/filtrage.py
+++ b/www/html/filtrage.py
@@ -10,7 +10,7 @@ def index(req):
#write the html page
req.write(baseHTML("ATS-Project","""
-<center><h1>Filtrage</h1></center>
+<h1>Filtrage</h1>
<div id="tip" style="display:block;">
Pour voir le nombre de paquets en destination d'une adresse IP, cliquez sur cette dernière dans le tableau.<div id="ok" onclick="toggle_div(this,'tip');"><b>OK</b></div></div>
<b>Filtre</b>
@@ -18,10 +18,5 @@ Pour voir le nombre de paquets en destination d'une adresse IP, cliquez sur cett
<div id="tab">
</div>
<script src="filtre.js"></script>
-<script>
-function toggle_div(bouton, id) {
- var div = document.getElementById(id);
- div.style.display = "none";
-}
-</script>
+<script src="tip.js"></script>
"""))