Commit | Line | Data |
---|---|---|
c495c100 P |
1 | #CACHE{7200} |
2 | <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> | |
3 | <html dir="#LANG_DIR" lang="#LANG"> | |
4 | <head> | |
5 | <title><:icone_agenda:> - [(#NOM_SITE_SPIP|textebrut)]</title> | |
6 | [<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|couper{150}|textebrut)" />] | |
7 | <INCLURE{fond=inc-head}> | |
8 | <meta name="robots" content="none" /> | |
9 | <link rel="stylesheet" href="#CHEMIN{agenda.css}" type="text/css" /> | |
10 | <script type="text/javascript" src="#EVAL{_DIR_JAVASCRIPT}layer.js"> </script> | |
11 | <script type="text/javascript" src="#EVAL{_DIR_JAVASCRIPT}presentation.js"> </script> | |
12 | </head> | |
13 | ||
14 | <body class="page_agenda"> | |
15 | [(#ENV{type, mois}|agenda_connu)<INCLURE {fond=agenda_#ENV{type,mois}} {type} {delais=900} {annee} {mois} {jour} {echelle} {partie_cal} {theme}>] | |
16 | </body></html> |