Last change
on this file since 133 was
106,
checked in by guille, 16 years ago
|
se agregaron los modulos de redcta
|
File size:
1.3 KB
|
Line | |
---|
1 | <B_lesevenements> |
---|
2 | <div class="agendabanner"></div> |
---|
3 | <div class="agendain"> |
---|
4 | <BOUCLE_lesevenements(EVENEMENTS){age_debut>=-9}{age_debut<=0}{par date}> |
---|
5 | <div class="agendafecha"> |
---|
6 | [[(#DATE_DEBUT|nom_jour)] (#DATE_DEBUT|affdate_jourcourt|unique)] |
---|
7 | </div> |
---|
8 | <div class="agendatit"> |
---|
9 | <a href="#URL_ARTICLE#[(#DATE_DEBUT||affdate{'Y-m-d'})]">[(#TITRE|supprimer_numero)]</a> |
---|
10 | </div> |
---|
11 | <div class="agendaevent"> |
---|
12 | [(#HORAIRE|=={oui}|?{[<b>(#DATE_DEBUT|heures)]:[(#DATE_DEBUT|minutes) horas],''})</b><br>] |
---|
13 | [lugar: (#LIEU)]</div> |
---|
14 | |
---|
15 | </BOUCLE_lesevenements> |
---|
16 | <!-- Esto si no hay noticias en el dia acual ni en el proximo --> |
---|
17 | </div> |
---|
18 | </B_lesevenements> |
---|
19 | <B_lesevenements1> |
---|
20 | <div class="agendain"> |
---|
21 | <BOUCLE_lesevenements1(EVENEMENTS){age_debut>=-8}{age_debut<=-1}{par date}> |
---|
22 | <div class="agendafecha"> |
---|
23 | [[(#DATE_DEBUT|nom_jour)] (#DATE_DEBUT|affdate_jourcourt|unique)] |
---|
24 | </div> |
---|
25 | <div class="agendatit"> |
---|
26 | <a href="#URL_ARTICLE#[(#DATE_DEBUT||affdate{'Y-m-d'})]">[(#TITRE|supprimer_numero)]</a> |
---|
27 | </div> |
---|
28 | <div class="agendaevent"> |
---|
29 | [(#HORAIRE|=={oui}|?{[<b>(#DATE_DEBUT|heures)]:[(#DATE_DEBUT|minutes) horas],''})</b><br>] |
---|
30 | [lugar: (#LIEU)]</div> |
---|
31 | </BOUCLE_lesevenements1> |
---|
32 | </div> |
---|
33 | </B_lesevenements1> |
---|
34 | <//B_lesevenements1> |
---|
35 | <//B_lesevenements> |
---|
Note: See
TracBrowser
for help on using the repository browser.