diff --git a/dist/agenda_jour.html b/dist/agenda_jour.html index 4e5d67788652922707a67cf9f8bbd494d9d52ec7..c0f93fe2dcb97f52ace7c611bc50c394d222390d 100644 --- a/dist/agenda_jour.html +++ b/dist/agenda_jour.html @@ -5,20 +5,48 @@ calendrier-couleur[(#ENV{theme,0}|modulo{14,1})]}) <div style='position: fixed; top:50px; left: 20px'> <table style='width: 10px'><tr> -<td class='calendrier-couleur1'><a style='text-decoration: none;' href='[(#SELF)]&theme=0'> </a></td></tr> -<tr><td class='calendrier-couleur2'><a style='text-decoration: none;' href='[(#SELF)]&theme=1''> </a></td></tr> -<tr><td class='calendrier-couleur3'><a style='text-decoration: none;' href='[(#SELF)]&theme=2'> </a></td></tr> -<tr><td class='calendrier-couleur4'><a style='text-decoration: none;' href='[(#SELF)]&theme=3'> </a></td></tr> -<tr><td class='calendrier-couleur5'><a style='text-decoration: none;' href='[(#SELF)]&theme=4'> </a></td></tr> -<tr><td class='calendrier-couleur6'><a style='text-decoration: none;' href='[(#SELF)]&theme=5''> </a></td></tr> -<tr><td class='calendrier-couleur7'><a style='text-decoration: none;' href='[(#SELF)]&theme=6'> </a></td></tr> -<tr><td class='calendrier-couleur8'><a style='text-decoration: none;' href='[(#SELF)]&theme=7'> </a></td></tr> -<tr><td class='calendrier-couleur9'><a style='text-decoration: none;' href='[(#SELF)]&theme=8'> </a></td></tr> -<tr><td class='calendrier-couleur10'><a style='text-decoration: none;' href='[(#SELF)]&theme=9'> </a></td></tr> -<tr><td class='calendrier-couleur11'><a style='text-decoration: none;' href='[(#SELF)]&theme=10'> </a></td></tr> -<tr><td class='calendrier-couleur12'><a style='text-decoration: none;' href='[(#SELF)]&theme=11'> </a></td></tr> -<tr><td class='calendrier-couleur13'><a style='text-decoration: none;' href='[(#SELF)]&theme=12'> </a></td></tr> -<tr><td class='calendrier-couleur14'><a style='text-decoration: none;' href='[(#SELF)]&theme=13'> </a></td></tr> +<td class='calendrier-couleur1' + ><a style='text-decoration: none;' + href='[(#SELF|parametre_url{theme,0})]'> </a></td></tr> +<tr><td class='calendrier-couleur2' + ><a style='text-decoration: none;' + href='[(#SELF|parametre_url{theme,1'})]'> </a></td></tr> +<tr><td class='calendrier-couleur3' + ><a style='text-decoration: none;' + href='[(#SELF|parametre_url{theme,2})]'> </a></td></tr> +<tr><td class='calendrier-couleur4' + ><a style='text-decoration: none;' + href='[(#SELF|parametre_url{theme,3})]'> </a></td></tr> +<tr><td class='calendrier-couleur5' + ><a style='text-decoration: none;' + href='[(#SELF|parametre_url{theme,4})]'> </a></td></tr> +<tr><td class='calendrier-couleur6' + ><a style='text-decoration: none;' + href='[(#SELF|parametre_url{theme,5'})]'> </a></td></tr> +<tr><td class='calendrier-couleur7' + ><a style='text-decoration: none;' + href='[(#SELF|parametre_url{theme,6})]'> </a></td></tr> +<tr><td class='calendrier-couleur8' + ><a style='text-decoration: none;' + href='[(#SELF|parametre_url{theme,7})]'> </a></td></tr> +<tr><td class='calendrier-couleur9' + ><a style='text-decoration: none;' + href='[(#SELF|parametre_url{theme,8})]'> </a></td></tr> +<tr><td class='calendrier-couleur10' + ><a style='text-decoration: none;' + href='[(#SELF|parametre_url{theme,9})]'> </a></td></tr> +<tr><td class='calendrier-couleur11' + ><a style='text-decoration: none;' + href='[(#SELF|parametre_url{theme,10})]'> </a></td></tr> +<tr><td class='calendrier-couleur12' + ><a style='text-decoration: none;' + href='[(#SELF|parametre_url{theme,11})]'> </a></td></tr> +<tr><td class='calendrier-couleur13' + ><a style='text-decoration: none;' + href='[(#SELF|parametre_url{theme,12})]'> </a></td></tr> +<tr><td class='calendrier-couleur14' + ><a style='text-decoration: none;' + href='[(#SELF|parametre_url{theme,13})]'> </a></td></tr> </table> </div> ]<//B_jour>