source: trunk/spip/esqueleto-redcta/plugins/agenda/1_9_2/agenda_jour.html @ 30

Last change on this file since 30 was 30, checked in by sebas, 17 years ago

nueva importacion del codigo del esqueleto de redcta con los plugins

File size: 2.4 KB
Line 
1<BOUCLE_jour(EVENEMENTS)
2        {agendafull date_debut, date_fin, jour, #ENV{annee}, #ENV{mois}, #ENV{jour}}
3>[(#DATE_DEBUT|Agenda_memo_full{#DATE_FIN,#TITRE,#DESCRIPTIF,#LIEU,#URL_ARTICLE,
4        calendrier-couleur[(#ENV{theme,0}|modulo{14,1})]})]</BOUCLE_jour>[(#DATE|Agenda_affiche_full{<:aucun_article:>, 'jour',
5        calendrier-couleur[(#ENV{theme,0}|modulo{14,1})]})][(#TOTAL_BOUCLE|?{' ',''})
6<div style='position: fixed; top:50px; left: 20px'>
7<table style='width: 10px'><tr>
8<td class='calendrier-couleur1'
9        ><a style='text-decoration: none;'
10        href='[(#SELF|parametre_url{theme,0})]'>&nbsp;&nbsp;</a></td></tr>
11<tr><td class='calendrier-couleur2'
12        ><a style='text-decoration: none;'
13        href='[(#SELF|parametre_url{theme,1})]'>&nbsp;&nbsp;</a></td></tr>
14<tr><td class='calendrier-couleur3'
15        ><a style='text-decoration: none;'
16        href='[(#SELF|parametre_url{theme,2})]'>&nbsp;&nbsp;</a></td></tr>
17<tr><td class='calendrier-couleur4'
18        ><a style='text-decoration: none;'
19        href='[(#SELF|parametre_url{theme,3})]'>&nbsp;&nbsp;</a></td></tr>
20<tr><td class='calendrier-couleur5'
21        ><a style='text-decoration: none;'
22        href='[(#SELF|parametre_url{theme,4})]'>&nbsp;&nbsp;</a></td></tr>
23<tr><td class='calendrier-couleur6'
24        ><a style='text-decoration: none;'
25        href='[(#SELF|parametre_url{theme,5})]'>&nbsp;&nbsp;</a></td></tr>
26<tr><td class='calendrier-couleur7'
27        ><a style='text-decoration: none;'
28        href='[(#SELF|parametre_url{theme,6})]'>&nbsp;&nbsp;</a></td></tr>
29<tr><td class='calendrier-couleur8'
30        ><a style='text-decoration: none;'
31        href='[(#SELF|parametre_url{theme,7})]'>&nbsp;&nbsp;</a></td></tr>
32<tr><td class='calendrier-couleur9'
33        ><a style='text-decoration: none;'
34        href='[(#SELF|parametre_url{theme,8})]'>&nbsp;&nbsp;</a></td></tr>
35<tr><td class='calendrier-couleur10'
36        ><a style='text-decoration: none;'
37        href='[(#SELF|parametre_url{theme,9})]'>&nbsp;&nbsp;</a></td></tr>
38<tr><td class='calendrier-couleur11'
39        ><a style='text-decoration: none;'
40        href='[(#SELF|parametre_url{theme,10})]'>&nbsp;&nbsp;</a></td></tr>
41<tr><td class='calendrier-couleur12'
42        ><a style='text-decoration: none;'
43        href='[(#SELF|parametre_url{theme,11})]'>&nbsp;&nbsp;</a></td></tr>
44<tr><td class='calendrier-couleur13'
45        ><a style='text-decoration: none;'
46        href='[(#SELF|parametre_url{theme,12})]'>&nbsp;&nbsp;</a></td></tr>
47<tr><td class='calendrier-couleur14'
48        ><a style='text-decoration: none;'
49        href='[(#SELF|parametre_url{theme,13})]'>&nbsp;&nbsp;</a></td></tr>
50</table>
51</div>
52]<//B_jour>
Note: See TracBrowser for help on using the repository browser.