aboutsummaryrefslogtreecommitdiff
path: root/www/html/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'www/html/index.py')
-rwxr-xr-xwww/html/index.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/html/index.py b/www/html/index.py
index b709c3a..7f419b0 100755
--- a/www/html/index.py
+++ b/www/html/index.py
@@ -44,7 +44,8 @@ def index(req):
<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>
<p>Nombre total de paquets : <b>"""+ count +"""</b></p>
-<em><div id="ici" onclick="affiche_tas()">Pour afficher toute la table, cliquez sur ce texte.</div></em><br/>
+<em>Pour afficher toute la table, cliquez</em>
+<button onclick="affiche_tas()">ICI</button><br/>
<div id="tab">
<table class="data_tab">
<tr><th>Heure</th><th>Protocole</th><th>IP Source</th><th>IP Destination</th><th>Port Source</th><th>Port Destination</th></tr>