4 |
david |
1 |
<BOUCLE_jour(ARTICLES)
|
|
|
2 |
{agenda date, jour, #ENV{annee}, #ENV{mois}, #ENV{jour}}{par date}
|
|
|
3 |
>[(#DATE|agenda_memo{#DESCRIPTIF, #TITRE, #URL_ARTICLE,
|
|
|
4 |
calendrier-couleur[(#ENV{theme,0}|modulo{14,1})]})]</BOUCLE_jour>[(#TOTAL_BOUCLE|agenda_affiche{<:aucun_article:>, 'jour',
|
|
|
5 |
calendrier-couleur[(#ENV{theme,0}|modulo{14,1})]})
|
|
|
6 |
<div style='position: fixed; top:50px; left: 20px'>
|
|
|
7 |
<table style='width: 10px'><tr>
|
|
|
8 |
<td class='calendrier-couleur1'><a style='text-decoration: none;' href='[(#SELF)]&theme=0'> </a></td></tr>
|
|
|
9 |
<tr><td class='calendrier-couleur2'><a style='text-decoration: none;' href='[(#SELF)]&theme=1''> </a></td></tr>
|
|
|
10 |
<tr><td class='calendrier-couleur3'><a style='text-decoration: none;' href='[(#SELF)]&theme=2'> </a></td></tr>
|
|
|
11 |
<tr><td class='calendrier-couleur4'><a style='text-decoration: none;' href='[(#SELF)]&theme=3'> </a></td></tr>
|
|
|
12 |
<tr><td class='calendrier-couleur5'><a style='text-decoration: none;' href='[(#SELF)]&theme=4'> </a></td></tr>
|
|
|
13 |
<tr><td class='calendrier-couleur6'><a style='text-decoration: none;' href='[(#SELF)]&theme=5''> </a></td></tr>
|
|
|
14 |
<tr><td class='calendrier-couleur7'><a style='text-decoration: none;' href='[(#SELF)]&theme=6'> </a></td></tr>
|
|
|
15 |
<tr><td class='calendrier-couleur8'><a style='text-decoration: none;' href='[(#SELF)]&theme=7'> </a></td></tr>
|
|
|
16 |
<tr><td class='calendrier-couleur9'><a style='text-decoration: none;' href='[(#SELF)]&theme=8'> </a></td></tr>
|
|
|
17 |
<tr><td class='calendrier-couleur10'><a style='text-decoration: none;' href='[(#SELF)]&theme=9'> </a></td></tr>
|
|
|
18 |
<tr><td class='calendrier-couleur11'><a style='text-decoration: none;' href='[(#SELF)]&theme=10'> </a></td></tr>
|
|
|
19 |
<tr><td class='calendrier-couleur12'><a style='text-decoration: none;' href='[(#SELF)]&theme=11'> </a></td></tr>
|
|
|
20 |
<tr><td class='calendrier-couleur13'><a style='text-decoration: none;' href='[(#SELF)]&theme=12'> </a></td></tr>
|
|
|
21 |
<tr><td class='calendrier-couleur14'><a style='text-decoration: none;' href='[(#SELF)]&theme=13'> </a></td></tr>
|
|
|
22 |
</table>
|
|
|
23 |
</div>
|
|
|
24 |
]<//B_jour>
|