aboutsummaryrefslogtreecommitdiff
path: root/www/html/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'www/html/index.py')
-rwxr-xr-xwww/html/index.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/html/index.py b/www/html/index.py
index f670a37..7e45dca 100755
--- a/www/html/index.py
+++ b/www/html/index.py
@@ -32,10 +32,15 @@ def index(req):
#write the html page
req.write(baseHTML("ATS-Project","""
<center><h1>ATS-Project</h1></center>
+<b>Filtrage</b>
+<input type="text" id="condition" onkeyup="cherche()">
+<div id="tab">
<center><table>
<tr><th>Heure</th><th>Protocole</th><th>IP Source</th><th>IP Destination</th><th>Port Source</th><th>Port Destination</th></tr>
"""
+ content +
"""
</table></center>
+</div>
+<script src="filtre.js"></script>
"""))