dfaa3078dddf3a324865f2339bfc992bfbfcaa51
[ptitvelo/web/www.git] / www / plugins / agenda_3_5 / squelettes / content / 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 <section>
11
12 <header class="cartouche">
13 <h1>[(#CONFIG{agenda/titre}|sinon{<:agenda:titre_sur_l_agenda:>}|entites_html)]</h1>
14 </header>
15
16 [<div class="chapo">(#CONFIG{agenda/descriptif}|propre)</div>]
17
18 <div class="main">
19 <INCLURE{fond=inclure/agenda-liste,env,ajax} />
20 </div>
21 </section>