source: trunk/spip/esqueleto-redcta/plugins/agenda/1_9_0/formulaires/calendrier_mini.html @ 30

Last change on this file since 30 was 30, checked in by sebas, 17 years ago

nueva importacion del codigo del esqueleto de redcta con los plugins

File size: 1.7 KB
Line 
1<div id="calendar">
2        <h2><BOUCLE_titre(ARTICLES){id_article}>#TITRE</BOUCLE_titre><:icone_calendrier:><//B_titre></h2>
3        <table summary="<:icone_calendrier:>">
4                <caption>[
5                        <a
6                                href="(#ENV{self}|parametre_url{#ENV{var_date},[(#ENV{date}|Agenda_moisdecal{-1,'Y-m'})]})"
7                                title="[(#ENV{date}|Agenda_moisdecal{-1,'Y-m'}|affdate_mois_annee)]">&#171;</a>][
8                        (#ENV{date}|affdate_mois_annee)][
9                        <a
10                                href="(#ENV{self}|parametre_url{#ENV{var_date},[(#ENV{date}|Agenda_moisdecal{1,'Y-m'})]})"
11                                title="[(#ENV{date}|Agenda_moisdecal{1,'Y-m'}|affdate_mois_annee)]">&#187;</a>]
12                </caption>
13                <thead>
14                        <tr>
15                                <th scope="col"><abbr title="<:date_jour_2:>"><:date_jour_2|spip_substr{0,1}|strtoupper:></abbr></th>
16                                <th scope="col"><abbr title="<:date_jour_3:>"><:date_jour_3|spip_substr{0,1}|strtoupper:></abbr></th>
17                                <th scope="col"><abbr title="<:date_jour_4:>"><:date_jour_4|spip_substr{0,1}|strtoupper:></abbr></th>
18                                <th scope="col"><abbr title="<:date_jour_5:>"><:date_jour_5|spip_substr{0,1}|strtoupper:></abbr></th>
19                                <th scope="col"><abbr title="<:date_jour_6:>"><:date_jour_6|spip_substr{0,1}|strtoupper:></abbr></th>
20                                <th scope="col"><abbr title="<:date_jour_7:>"><:date_jour_7|spip_substr{0,1}|strtoupper:></abbr></th>
21                                <th scope="col"><abbr title="<:date_jour_1:>"><:date_jour_1|spip_substr{0,1}|strtoupper:></abbr></th>
22                        </tr>
23                </thead>
24                <tbody><BOUCLE_calendrier(EVENEMENTS)
25                        {id_article}{id_mot?}
26                        {agenda date_debut, mois, (#ENV{date}|annee), (#ENV{date}|mois)}>[
27                        (#DATE_DEBUT|Agenda_memo_full{#DATE_FIN,[(#TITRE|addslashes)],
28                                #DESCRIPTIF,#LIEU,
29                                [(#ENV{self}|parametre_url{#ENV{var_date},[(#DATE_DEBUT|affdate{'Y-m-d'})]})]})
30                        ]</BOUCLE_calendrier>[
31                        (#ENV{date}|agenda_mini)
32                        ]</tbody>
33        </table>
34        <span>&nbsp;</span>
35</div>
Note: See TracBrowser for help on using the repository browser.