#!/usr/bin/python3 # -*- coding: utf-8 -*- import mod_python from fonctions import baseHTML, connexionBD, lien def index(req): req.content_type="text/html" content=str() #write the html page req.write(baseHTML("ATS-Project","""

Filtrage

Filtre
"""))