[PLUGINS] +clavettes et dependances
[lhc/web/clavette_www.git] / www / plugins / agenda_3_5 / squelettes / content / rubrique-agenda.html
1 [(#REM)
2 /**
3 * Plugin Agenda 4 pour Spip 3.0
4 * Licence GPL 3
5 *
6 * 2006-2011
7 * Auteurs : cf paquet.xml
8 */
9 ]
10 <BOUCLE_rub(RUBRIQUES){id_rubrique}>
11 <section>
12
13 <header class="cartouche">
14 <h1 class="#EDIT{titre}">[(#LOGO_RUBRIQUE|image_reduire)]#TITRE</h1>
15 </header>
16
17 <div class="main">
18 [<div class="#EDIT{texte} chapo">(#TEXTE)</div>]
19
20 <INCLURE{fond=inclure/agenda-liste,id_rubrique,env,ajax} />
21 </div>
22
23 </section>
24 </BOUCLE_rub>