From d119e50131eba37e79947d98f68d8b9f8052b65f Mon Sep 17 00:00:00 2001 From: "Committo,Ergo:sum" <esj@rezo.net> Date: Wed, 24 Aug 2005 06:24:25 +0000 Subject: [PATCH] eviter de multiples occurrences du parametre 'theme' --- dist/agenda_jour.html | 56 ++++++++++++++++++++++++++++++++----------- 1 file changed, 42 insertions(+), 14 deletions(-) diff --git a/dist/agenda_jour.html b/dist/agenda_jour.html index 4e5d677886..c0f93fe2dc 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> -- GitLab