diff options
| author | clyhtsuriva <clyhtsuriva@gmail.com> | 2020-05-21 09:18:58 +0200 |
|---|---|---|
| committer | clyhtsuriva <clyhtsuriva@gmail.com> | 2020-05-21 09:18:58 +0200 |
| commit | 5e7d446f792a5fba71606a71f6398e249446b1c7 (patch) | |
| tree | 83a1f8cd2a89982e9251d3814bb6a2c2021fa215 /www/html/syntaxe.py | |
| parent | ec99f84d8285a9439b726da67eb0422249b9e185 (diff) | |
| download | ATS-5e7d446f792a5fba71606a71f6398e249446b1c7.tar.gz ATS-5e7d446f792a5fba71606a71f6398e249446b1c7.tar.bz2 ATS-5e7d446f792a5fba71606a71f6398e249446b1c7.zip | |
Beaucoup de changements
Diffstat (limited to '')
| -rwxr-xr-x | www/html/syntaxe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/html/syntaxe.py b/www/html/syntaxe.py index 8f941b5..28c3967 100755 --- a/www/html/syntaxe.py +++ b/www/html/syntaxe.py @@ -9,7 +9,7 @@ def index(req): content=str() #write the html page - req.write(baseHTML("ATS-Project",""" + req.write(baseHTML("ATS - Syntaxe",""" <h1>Syntaxe</h1> <p>La """+lien('syntaxe.py','syntaxe')+""" pour utiliser les filtres disponibles sur la page """+lien('filtrage.py','filtrage')+""" est la suivante :</p> <p><colonne>='<valeur>'</p><br/> |
