diff options
Diffstat (limited to 'www/html')
-rwxr-xr-x | www/html/destination.py | 2 | ||||
-rwxr-xr-x | www/html/filtrage.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/html/destination.py b/www/html/destination.py index 032d797..e0729b1 100755 --- a/www/html/destination.py +++ b/www/html/destination.py @@ -52,7 +52,7 @@ def index(req): """</tr>""") #write the html page - req.write(baseHTML("Destination",""" + req.write(baseHTML(ip,""" <h1>IP Destination : """ + ip + """</h1> <p>Nombre de paquets en destination de """+ ip + """ : <b>"""+ str(count[0])+ """</b></p> <table class="data_tab"> diff --git a/www/html/filtrage.py b/www/html/filtrage.py index 2ec6a72..ca9cd30 100755 --- a/www/html/filtrage.py +++ b/www/html/filtrage.py @@ -9,7 +9,7 @@ def index(req): content=str() #write the html page - req.write(baseHTML("ATS-Project",""" + req.write(baseHTML("Filtrage",""" <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> |