Skip to content
Extraits de code Groupes Projets
Valider d119e501 rédigé par esj's avatar esj
Parcourir les fichiers

eviter de multiples occurrences du parametre 'theme'

parent 44ff4484
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -5,20 +5,48 @@ ...@@ -5,20 +5,48 @@
calendrier-couleur[(#ENV{theme,0}|modulo{14,1})]}) calendrier-couleur[(#ENV{theme,0}|modulo{14,1})]})
<div style='position: fixed; top:50px; left: 20px'> <div style='position: fixed; top:50px; left: 20px'>
<table style='width: 10px'><tr> <table style='width: 10px'><tr>
<td class='calendrier-couleur1'><a style='text-decoration: none;' href='[(#SELF)]&theme=0'>&nbsp;&nbsp;</a></td></tr> <td class='calendrier-couleur1'
<tr><td class='calendrier-couleur2'><a style='text-decoration: none;' href='[(#SELF)]&theme=1''>&nbsp;&nbsp;</a></td></tr> ><a style='text-decoration: none;'
<tr><td class='calendrier-couleur3'><a style='text-decoration: none;' href='[(#SELF)]&theme=2'>&nbsp;&nbsp;</a></td></tr> href='[(#SELF|parametre_url{theme,0})]'>&nbsp;&nbsp;</a></td></tr>
<tr><td class='calendrier-couleur4'><a style='text-decoration: none;' href='[(#SELF)]&theme=3'>&nbsp;&nbsp;</a></td></tr> <tr><td class='calendrier-couleur2'
<tr><td class='calendrier-couleur5'><a style='text-decoration: none;' href='[(#SELF)]&theme=4'>&nbsp;&nbsp;</a></td></tr> ><a style='text-decoration: none;'
<tr><td class='calendrier-couleur6'><a style='text-decoration: none;' href='[(#SELF)]&theme=5''>&nbsp;&nbsp;</a></td></tr> href='[(#SELF|parametre_url{theme,1'})]'>&nbsp;&nbsp;</a></td></tr>
<tr><td class='calendrier-couleur7'><a style='text-decoration: none;' href='[(#SELF)]&theme=6'>&nbsp;&nbsp;</a></td></tr> <tr><td class='calendrier-couleur3'
<tr><td class='calendrier-couleur8'><a style='text-decoration: none;' href='[(#SELF)]&theme=7'>&nbsp;&nbsp;</a></td></tr> ><a style='text-decoration: none;'
<tr><td class='calendrier-couleur9'><a style='text-decoration: none;' href='[(#SELF)]&theme=8'>&nbsp;&nbsp;</a></td></tr> href='[(#SELF|parametre_url{theme,2})]'>&nbsp;&nbsp;</a></td></tr>
<tr><td class='calendrier-couleur10'><a style='text-decoration: none;' href='[(#SELF)]&theme=9'>&nbsp;&nbsp;</a></td></tr> <tr><td class='calendrier-couleur4'
<tr><td class='calendrier-couleur11'><a style='text-decoration: none;' href='[(#SELF)]&theme=10'>&nbsp;&nbsp;</a></td></tr> ><a style='text-decoration: none;'
<tr><td class='calendrier-couleur12'><a style='text-decoration: none;' href='[(#SELF)]&theme=11'>&nbsp;&nbsp;</a></td></tr> href='[(#SELF|parametre_url{theme,3})]'>&nbsp;&nbsp;</a></td></tr>
<tr><td class='calendrier-couleur13'><a style='text-decoration: none;' href='[(#SELF)]&theme=12'>&nbsp;&nbsp;</a></td></tr> <tr><td class='calendrier-couleur5'
<tr><td class='calendrier-couleur14'><a style='text-decoration: none;' href='[(#SELF)]&theme=13'>&nbsp;&nbsp;</a></td></tr> ><a style='text-decoration: none;'
href='[(#SELF|parametre_url{theme,4})]'>&nbsp;&nbsp;</a></td></tr>
<tr><td class='calendrier-couleur6'
><a style='text-decoration: none;'
href='[(#SELF|parametre_url{theme,5'})]'>&nbsp;&nbsp;</a></td></tr>
<tr><td class='calendrier-couleur7'
><a style='text-decoration: none;'
href='[(#SELF|parametre_url{theme,6})]'>&nbsp;&nbsp;</a></td></tr>
<tr><td class='calendrier-couleur8'
><a style='text-decoration: none;'
href='[(#SELF|parametre_url{theme,7})]'>&nbsp;&nbsp;</a></td></tr>
<tr><td class='calendrier-couleur9'
><a style='text-decoration: none;'
href='[(#SELF|parametre_url{theme,8})]'>&nbsp;&nbsp;</a></td></tr>
<tr><td class='calendrier-couleur10'
><a style='text-decoration: none;'
href='[(#SELF|parametre_url{theme,9})]'>&nbsp;&nbsp;</a></td></tr>
<tr><td class='calendrier-couleur11'
><a style='text-decoration: none;'
href='[(#SELF|parametre_url{theme,10})]'>&nbsp;&nbsp;</a></td></tr>
<tr><td class='calendrier-couleur12'
><a style='text-decoration: none;'
href='[(#SELF|parametre_url{theme,11})]'>&nbsp;&nbsp;</a></td></tr>
<tr><td class='calendrier-couleur13'
><a style='text-decoration: none;'
href='[(#SELF|parametre_url{theme,12})]'>&nbsp;&nbsp;</a></td></tr>
<tr><td class='calendrier-couleur14'
><a style='text-decoration: none;'
href='[(#SELF|parametre_url{theme,13})]'>&nbsp;&nbsp;</a></td></tr>
</table> </table>
</div> </div>
]<//B_jour> ]<//B_jour>
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter