Author: cedric@yterium.com
Date: Sat Aug 12 20:51:17 2006
New Revision: 4511
Log:
adaptation des squelettes agenda de la dist aux evenements (pour modele)
Added:
_plugins_branche_stable_/_spip_1_9_0_/agenda/agenda_jour.html
_plugins_branche_stable_/_spip_1_9_0_/agenda/agenda_mois.html
_plugins_branche_stable_/_spip_1_9_0_/agenda/agenda_periode.html
_plugins_branche_stable_/_spip_1_9_0_/agenda/agenda_semaine.html
Added: _plugins_branche_stable_/_spip_1_9_0_/agenda/agenda_jour.html
--- _plugins_branche_stable_/_spip_1_9_0_/agenda/agenda_jour.html (added)
+++ _plugins_branche_stable_/_spip_1_9_0_/agenda/agenda_jour.html Sat Aug 12 20:51:17 2006
@@ -0,0 +1,52 @@
+<BOUCLE_jour(EVENEMENTS)
+ {agendafull date_debut, date_fin, jour, #ENV{annee}, #ENV{mois}, #ENV{jour}}
+>[(#DATE_DEBUT|Agenda_memo_full{#DATE_FIN,#TITRE,#DESCRIPTIF,#LIEU,#URL_ARTICLE,
+ calendrier-couleur[(#ENV{theme,0}|modulo{14,1})]})]</BOUCLE_jour>[(#TOTAL_BOUCLE|Agenda_affiche_full{<:aucun_article:>, 'jour',
+ calendrier-couleur[(#ENV{theme,0}|modulo{14,1})]})][(#TOTAL_BOUCLE|?{' ',''})
+<div style='position: fixed; top:50px; left: 20px'>
+<table style='width: 10px'><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>
Added: _plugins_branche_stable_/_spip_1_9_0_/agenda/agenda_mois.html
--- _plugins_branche_stable_/_spip_1_9_0_/agenda/agenda_mois.html (added)
+++ _plugins_branche_stable_/_spip_1_9_0_/agenda/agenda_mois.html Sat Aug 12 20:51:17 2006
@@ -0,0 +1,7 @@
+<BOUCLE_mois(EVENEMENTS)
+ {agendafull date_debut,date_fin, mois, #ENV{annee}, #ENV{mois}}
+>[(#DATE_DEBUT|Agenda_memo_full{#DATE_FIN,#TITRE,#DESCRIPTIF,#LIEU,#URL_ARTICLE,
+ calendrier-couleur[(#ID_SECTEUR|
+ modulo{14,1})]})]</BOUCLE_mois>[(#TOTAL_BOUCLE|
+ Agenda_affiche_full{<:aucun_article:>, 'mois'}
+)]<//B_mois>
\ No newline at end of file
Added: _plugins_branche_stable_/_spip_1_9_0_/agenda/agenda_periode.html
--- _plugins_branche_stable_/_spip_1_9_0_/agenda/agenda_periode.html (added)
+++ _plugins_branche_stable_/_spip_1_9_0_/agenda/agenda_periode.html Sat Aug 12 20:51:17 2006
@@ -0,0 +1,8 @@
+<BOUCLE_periode(EVENEMENTS)
+ {agendafull date_debut, date_fin, periode,
+ #ENV{annee}, #ENV{mois}, #ENV{jour},
+ #ENV{annee_fin}, #ENV{mois_fin}, #ENV{jour_fin}}>[
+(#DATE_DEBUT|Agenda_memo_full{#DATE_FIN,#TITRE,#DESCRIPTIF,#LIEU,#URL_ARTICLE, 'calendrier-couleur6'})
+]</BOUCLE_periode>[(#TOTAL_BOUCLE|
+ Agenda_affiche_full{<:aucun_article:>, 'periode', 'calendrier-couleur6'}
+)]<//B_periode>
\ No newline at end of file
Added: _plugins_branche_stable_/_spip_1_9_0_/agenda/agenda_semaine.html
--- _plugins_branche_stable_/_spip_1_9_0_/agenda/agenda_semaine.html (added)
+++ _plugins_branche_stable_/_spip_1_9_0_/agenda/agenda_semaine.html Sat Aug 12 20:51:17 2006
@@ -0,0 +1,7 @@
+<BOUCLE_semaine(EVENEMENTS)
+ {agendafull date_debut, date_fin, semaine, #ENV{annee}, #ENV{mois}, #ENV{jour}}
+>[(#DATE_DEBUT|Agenda_memo_full{#DATE_FIN,#TITRE,#DESCRIPTIF,#LIEU,#URL_ARTICLE,
+ [(#COMPTEUR_BOUCLE|
+ alterner{'calendrier-couleur2', 'calendrier-couleur4'})]})]</BOUCLE_semaine>[(#TOTAL_BOUCLE|
+ Agenda_affiche_full{<:aucun_article:>, 'semaine', 'calendrier-couleur2','calendrier-couleur4'}
+)]<//B_semaine>