You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
escal/agenda.html

84 lines
2.6 KiB
HTML

<!DOCTYPE html>
<html lang="#LANG" >
<head>
<title><:escal:agenda:> - [[(#NOM_SITE_SPIP|textebrut)]]
</title>
<INCLURE {fond=inclusions/inc-head, env}>
<meta name="robots" content="noindex, nofollow">
[<link href="(#CHEMIN{styles/agenda.css}|timestamp)" rel="stylesheet" type="text/css" />]
<script src="#EVAL{_DIR_JAVASCRIPT}layer.js"> </script>
<script src="#EVAL{_DIR_JAVASCRIPT}presentation.js"> </script>
</head>
<body id="top" [(#CONFIG{escal/config/menuH}|=={non}|non) onload="setHover('menu')"] class="page-agenda">
<div id="ombre-gauche">
<div id="ombre-droite">
<div id="conteneur">
[(#CONFIG{escal/config/espace}|=={haut}|oui)
<INCLURE {fond=inclusions/inc-espace_self}{env}>
]
<div id="entete">
<INCLURE {fond=inclusions/inc-entete}>
</div>
[(#CONFIG{escal/config/espace}|=={haut}|non)
<INCLURE {fond=inclusions/inc-espace_self}{env}>
]
<div class="nettoyeur"></div>
<div id="page">
<main id="contenu">
<BOUCLE_event1(EVENEMENTS){type_mot=Agenda_couleur}{0,1}>
</BOUCLE_event1>
#SET{total1,#TOTAL_BOUCLE}
</B_event1>
<BOUCLE_art1(ARTICLES){type_mot=Agenda_couleur}>
</BOUCLE_art1>
#SET{total2,#TOTAL_BOUCLE}
</B_art1>
[(#GET{total1}|plus{#GET{total2}}|>={1}|oui)<div class="agenda-legende">Légende : ]
<BOUCLE_event_couleur(MOTS){type=Agenda_couleur}>
<BOUCLE_art_affiche(ARTICLES){id_mot}{0,1}>
[<span class="agenda-couleurs" style="background-color:#_event_couleur:DESCRIPTIF*">(#_event_couleur:TEXTE*)</span>]
</BOUCLE_art_affiche>
<BOUCLE_event_affiche(EVENEMENTS){id_mot}{0,1}>
[<span class="agenda-couleurs" style="background-color:#_event_couleur:DESCRIPTIF*">(#_event_couleur:TEXTE*)</span>]
</BOUCLE_event_affiche>
<//B_art_affiche>
</BOUCLE_event_couleur>
[(#GET{total1}|plus{#GET{total2}}|>={1}|oui)</div>]
<span id="ecran-large">
<INCLURE{fond=calendrier,env}>
</span>
<span id="ecran-etroit">
<INCLURE{fond=inclusions/inc-events_mobile}{self=#SELF}>
</span>
</main>
</div><!-- fin page -->
<div id="pied">
<INCLURE {fond=inclusions/inc-pied}{skel=#SQUELETTE}{env}>
</div>
</div><!-- fin conteneur -->
</div>
</div>
</body>
</html>