1134 |
mathias |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
|
2 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
3 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
4 |
<head>
|
|
|
5 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
|
6 |
<style type="text/css">
|
|
|
7 |
<!--
|
|
|
8 |
body {
|
|
|
9 |
font-family: Arial,Helvetica,Verdana,sans-serif;
|
|
|
10 |
font-size: 14px;
|
|
|
11 |
}
|
|
|
12 |
h1 {
|
|
|
13 |
font-size:15px;
|
|
|
14 |
color:#fd8c13;
|
|
|
15 |
margin:10px 0px 0px 0px;
|
|
|
16 |
text-transform:uppercase;
|
|
|
17 |
}
|
|
|
18 |
|
|
|
19 |
h1 > a {
|
|
|
20 |
color:#fd8c13;
|
|
|
21 |
}
|
|
|
22 |
|
|
|
23 |
h3 {
|
|
|
24 |
font-size:14px;
|
|
|
25 |
color:#454341 !important;
|
|
|
26 |
margin:0px;
|
|
|
27 |
}
|
|
|
28 |
|
|
|
29 |
h3 > a {
|
|
|
30 |
color:#454341;
|
|
|
31 |
}
|
|
|
32 |
|
|
|
33 |
h4 {
|
|
|
34 |
font-size:11px;
|
|
|
35 |
font-weight:normal;
|
|
|
36 |
color:#AAAAAA;
|
|
|
37 |
margin:2px 2px 2px 0;
|
|
|
38 |
}
|
|
|
39 |
|
|
|
40 |
h4 > a {
|
|
|
41 |
color:#AAAAAA;
|
|
|
42 |
}
|
|
|
43 |
|
|
|
44 |
h1 a, h3 a, h4 a {
|
|
|
45 |
color: inherit;
|
|
|
46 |
border-bottom: dotted 1px;
|
|
|
47 |
}
|
|
|
48 |
h3 a {
|
|
|
49 |
border-color:#CCCCCC;
|
|
|
50 |
}
|
|
|
51 |
a {
|
|
|
52 |
color:#598000;
|
|
|
53 |
text-decoration:none;
|
|
|
54 |
border-bottom:1px dotted #95ae5d;
|
|
|
55 |
}
|
|
|
56 |
a:hover {
|
|
|
57 |
color:#FD8C13;
|
|
|
58 |
border-bottom:1px dotted #95ae5d;
|
|
|
59 |
}
|
|
|
60 |
.lire-suite {
|
|
|
61 |
padding-left:10px;
|
|
|
62 |
background:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/petit_carre.png) no-repeat 0px 4px;
|
|
|
63 |
}
|
|
|
64 |
-->
|
|
|
65 |
</style>
|
|
|
66 |
<title></title>
|
|
|
67 |
</head>
|
|
|
68 |
<body bgcolor="#ffffff" text="#000000" link="#0227e1" vlink="#0227e1">
|
|
|
69 |
<img src="#URL_SITE_SPIP/IMG/logo_tela.png" border="0" alt="Les actualités de la botanique" />
|
|
|
70 |
<br /><br />
|
|
|
71 |
Bonjour, voici la lettre d'information sur l'actualité de la botanique francophone. Cette lettre présente les articles publiés sur le site Tela Botanica <a href="#URL_SITE_SPIP">#URL_SITE_SPIP</a> depuis une semaine.<br /><br />
|
|
|
72 |
<b>À savoir :</b> Publiez vos actualités et événements grâce à l'<a href="http://www.tela-botanica.org/actu/article220.html">espace rédacteur</a>.<br /><br />
|
|
|
73 |
Consultez <b>les événements</b> de votre région sur <a href="http://www.tela-botanica.org/page:evenements">www.tela-botanica.org/page:evenements</a><br/><br/>
|
|
|
74 |
<BOUCLE_rubriques(RUBRIQUES) {par num titre} {racine}{id_rubrique!=66}>
|
|
|
75 |
<B_last_articles>
|
|
|
76 |
<h1>[(#TITRE|supprimer_numero)]</h1><br />
|
|
|
77 |
<BOUCLE_last_articles(ARTICLES){id_rubrique}{age<=6}{par date}{inverse}>
|
|
|
78 |
<h3><a href="#URL_SITE_SPIP/#URL_ARTICLE">#TITRE</a></h3>
|
|
|
79 |
<h4>
|
|
|
80 |
Mise en ligne du [(#DATE|affdate)]
|
|
|
81 |
<B_auteurs><:par_auteur:> <BOUCLE_auteurs(AUTEURS) {id_article} {", "}>
|
|
|
82 |
#NOM
|
|
|
83 |
</BOUCLE_auteurs>
|
|
|
84 |
</B_auteurs>
|
|
|
85 |
</h4>
|
|
|
86 |
[(#INTRODUCTION|couper{300})] <span class="lire-suite"><a href="#URL_SITE_SPIP/#URL_ARTICLE">Lire la suite</a></span><br />
|
|
|
87 |
<br />
|
|
|
88 |
</BOUCLE_last_articles>
|
|
|
89 |
|
|
|
90 |
|
|
|
91 |
</BOUCLE_rubriques>
|
|
|
92 |
<?php
|
|
|
93 |
|
|
|
94 |
function formate_date($date) {
|
|
|
95 |
return date('d', strtotime($date)).
|
|
|
96 |
' '.$GLOBALS['mois'][date('n', strtotime ($date))].' '.date('Y',strtotime ($date));
|
|
|
97 |
}
|
|
|
98 |
|
|
|
99 |
include_once 'authentification.php';
|
|
|
100 |
$url_evenement = new Net_URL('http://www.tela-botanica.org/page:evenements?action=8');
|
|
|
101 |
|
|
|
102 |
// Note : tant que Papyrus ne permet pas d'appeler une fonction permettant de récupérer les info de Auth, on est obligé
|
|
|
103 |
// de les rentrer à la main ci-dessous....
|
|
|
104 |
//echo '<script type="text/javascript">';
|
|
|
105 |
|
|
|
106 |
/** Requete dans les tables du bazar pour présenter une liste des évènements
|
|
|
107 |
* à venir
|
|
|
108 |
* L'applette syndication de papyrus ne convenant pas pour ce type d'affichage
|
|
|
109 |
*/
|
|
|
110 |
|
|
|
111 |
// on récupère tous les types de natures et leurs identifiants
|
|
|
112 |
$requete = 'SELECT bn_id_nature, bn_label_nature FROM bazar_nature ' ;
|
|
|
113 |
$resultat = $GLOBALS['db']->query ($requete);
|
|
|
114 |
if (DB::isError($resultat)) {
|
|
|
115 |
//echo $resultat->getMessage().'<br />'.$resultat->getDebugInfo().'<br />'.$requete;
|
|
|
116 |
}
|
|
|
117 |
|
|
|
118 |
$liste_nat = array() ;
|
|
|
119 |
|
|
|
120 |
while($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
|
|
|
121 |
$liste_nat[$ligne['bn_id_nature']] = $ligne['bn_label_nature'] ;
|
|
|
122 |
}
|
|
|
123 |
|
|
|
124 |
$nat_en_cours = '' ;
|
|
|
125 |
|
|
|
126 |
$requete = 'SELECT * from bazar_fiche WHERE bf_statut_fiche=1 '.
|
|
|
127 |
'AND bf_date_debut_validite_fiche >= SUBDATE(NOW(), INTERVAL 156 HOUR) '.
|
|
|
128 |
'ORDER BY bf_ce_nature ASC , bf_date_debut_evenement ASC ';
|
|
|
129 |
//'group by bf_titre '. // à rajouter si on doit éviter d'afficher les fiches qui ont le même titre
|
|
|
130 |
|
|
|
131 |
$resultat = $GLOBALS['db']->query ($requete);
|
|
|
132 |
|
|
|
133 |
if (DB::isError($resultat)) {
|
|
|
134 |
echo $resultat->getMessage().'<br />'.$resultat->getDebugInfo().'<br />'.$requete;
|
|
|
135 |
}
|
|
|
136 |
|
|
|
137 |
$GLOBALS['jours'] = array (1 => 'lundi', 2 => 'mardi', 3 => 'mercredi', 4 => 'jeudi', 5 => 'vendredi',
|
|
|
138 |
6 => 'samedi', 0 => 'dimanche') ;
|
|
|
139 |
$GLOBALS['mois'] = array (1 => 'janvier', 2 => 'février', 3 => 'mars', 4 => 'avril', 5 => 'mai', 6 => 'juin',
|
|
|
140 |
7 => 'juillet', 8 => 'août', 9 => 'septembre', 10 => 'octobre', 11 =>'novembre',
|
|
|
141 |
12 => 'décembre') ;
|
|
|
142 |
|
|
|
143 |
|
|
|
144 |
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_OBJECT)) {
|
|
|
145 |
|
|
|
146 |
if($ligne->bf_ce_nature != $nat_en_cours) {
|
|
|
147 |
|
|
|
148 |
if($nat_en_cours != '') {
|
|
|
149 |
echo '</div>';
|
|
|
150 |
}
|
|
|
151 |
echo '<h1>'.$liste_nat[$ligne->bf_ce_nature].'</h1><br />'."\n";
|
|
|
152 |
echo '<div class="rss">';
|
|
|
153 |
$nat_en_cours = $ligne->bf_ce_nature ;
|
|
|
154 |
}
|
|
|
155 |
|
|
|
156 |
?>
|
|
|
157 |
<h3><?php $url_evenement->addQueryString ('id_fiche', $ligne->bf_id_fiche); ?><a href="<?php echo $url_evenement->getURL(); ?>"><?php echo htmlentities($ligne->bf_titre) ?></a></h3>
|
|
|
158 |
<h4><font size="-2">
|
|
|
159 |
Aura lieu
|
|
|
160 |
<?php
|
|
|
161 |
if ($ligne->bf_date_debut_evenement != $ligne->bf_date_fin_evenement) {
|
|
|
162 |
|
|
|
163 |
echo 'du '.formate_date($ligne->bf_date_debut_evenement).' au '.formate_date($ligne->bf_date_fin_evenement);
|
|
|
164 |
|
|
|
165 |
} else {
|
|
|
166 |
|
|
|
167 |
echo " le ".formate_date($ligne->bf_date_debut_evenement);
|
|
|
168 |
}
|
|
|
169 |
?>
|
|
|
170 |
</font></h4>
|
|
|
171 |
<?php echo couper(htmlentities($ligne->bf_description), 400); ?>
|
|
|
172 |
<span class="lire-suite"><a href="<?php echo $url_evenement->getURL(); ?>">Lire la suite</a></span>
|
|
|
173 |
<br /><br />
|
|
|
174 |
|
|
|
175 |
<?php }
|
|
|
176 |
|
|
|
177 |
echo '</div>';
|
|
|
178 |
|
|
|
179 |
$url_evenement->removeQueryString('id_fiche');
|
|
|
180 |
$url_evenement->removeQueryString('action');
|
|
|
181 |
?>
|
|
|
182 |
<hr />
|
|
|
183 |
<font size="-1">
|
|
|
184 |
Ne répondez pas à ce courriel qui est généré automatiquement, pour toute question écrivez plutôt à <a href="mailto:accueil@tela-botanica.org">accueil@tela-botanica.org</a> <br />
|
|
|
185 |
Lettre d'information de Tela Botanica <a href="#URL_SITE_SPIP/">http://www.tela-botanica.org/actu/</a><br />
|
|
|
186 |
Se désabonner : <a href="http://www.tela-botanica.org/page:inscription?m=annuaire_fiche_gestion_consultation&id_annuaire=1">www.tela-botanica.org/page:inscription?m=annuaire_fiche_gestion_consultation&id_annuaire=1</a>
|
|
|
187 |
</font>
|
|
|
188 |
</body>
|
|
|
189 |
|
|
|
190 |
</html>
|