Last change
on this file since 74801 was
74801,
checked in by jcvilleneuve@…, 8 years ago
|
corrections mineures pour validation XHTML des title quand le descriptif contient des guillemets
|
File size:
1.0 KB
|
Line | |
---|
1 | <!-- affichage de la liste des articles agenda --> |
---|
2 | |
---|
3 | <BOUCLE_selection_rubrique(RUBRIQUES){titre_mot=agenda}{lang}> |
---|
4 | <BOUCLE_selection_articles1(ARTICLES){branche}{age_redac<=0}{doublons evenements}> |
---|
5 | </BOUCLE_selection_articles1> |
---|
6 | </BOUCLE_selection_rubrique> |
---|
7 | |
---|
8 | <BOUCLE_selection_articles(ARTICLES){titre_mot=agenda}{lang}{age_redac<=0}{doublons evenements}> |
---|
9 | </BOUCLE_selection_articles> |
---|
10 | |
---|
11 | <B_articles_agenda> |
---|
12 | #SET{nbrpageventcalendrier,#CONFIG{escal/config/pagincalendrier,5}} |
---|
13 | <div id="entete-evenement"> |
---|
14 | <:escal:evenements:> |
---|
15 | </div> |
---|
16 | |
---|
17 | <p style="align:right">#PAGINATION</p> |
---|
18 | <BOUCLE_articles_agenda(ARTICLES){!doublons evenements}{par date_redac}{pagination #GET{nbrpageventcalendrier}}> |
---|
19 | <div class="liste-evenements"> |
---|
20 | [(#DATE_REDAC|jour)-][(#DATE_REDAC|mois):] |
---|
21 | <a href="[(#URL_ARTICLE|parametre_url{lang,#ENV{lang}})]" title="[(#DESCRIPTIF|textebrut|entites_html)]">#TITRE</a> |
---|
22 | </div> |
---|
23 | </BOUCLE_articles_agenda> |
---|
24 | <div class="liste-evenements"> |
---|
25 | <:escal:evenements_non:> |
---|
26 | </div> |
---|
27 | <//B_articles_agenda> |
---|
Note: See
TracBrowser
for help on using the repository browser.