106 |
jpm |
1 |
<?php
|
|
|
2 |
/**
|
|
|
3 |
* gentiana - index.php
|
|
|
4 |
*
|
|
|
5 |
* Description :
|
|
|
6 |
*
|
|
|
7 |
*@package gentiana
|
|
|
8 |
//Auteur original :
|
|
|
9 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
|
|
10 |
//Autres auteurs :
|
|
|
11 |
*@author Aucun
|
|
|
12 |
*@copyright Tela-Botanica 1999-2007
|
|
|
13 |
*@version $Revision$ $Date$
|
|
|
14 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
15 |
*/
|
|
|
16 |
define('MAGPIE_DIR', 'api/syndication_rss/magpierss/');
|
|
|
17 |
define('MAGPIE_CACHE_DIR', 'tmp/magpie_cache');
|
|
|
18 |
define('MAGPIE_CACHE_ON', true);
|
|
|
19 |
define('RSS_URL', 'http://www.gentiana.org/page:actu_rss');//http://www.tela-botanica.org/actu/backend.php3
|
|
|
20 |
define('RSS_DESCRIPTION_LONGUEUR', 200);
|
|
|
21 |
require_once MAGPIE_DIR.'rss_fetch.inc';
|
|
|
22 |
require_once 'accueil/class.html2text.inc';
|
|
|
23 |
$rss = fetch_rss(RSS_URL);
|
|
|
24 |
function recupererImage($txt)
|
|
|
25 |
{
|
|
|
26 |
if (preg_match('/<img .*src="([^"]+)"/', $txt, $match)) {
|
|
|
27 |
return array('src' => $match[1], 'alt' => $match[2]);
|
|
|
28 |
}
|
|
|
29 |
return false;
|
|
|
30 |
}
|
|
|
31 |
?>
|
|
|
32 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
|
33 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
34 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
35 |
<head>
|
|
|
36 |
<title>Gentiana</title>
|
|
|
37 |
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
|
|
38 |
<meta http-equiv="Content-style-type" content="text/css" />
|
|
|
39 |
<meta http-equiv="Content-script-type" content="text/javascript" />
|
|
|
40 |
<meta http-equiv="Content-language" content="fr" />
|
|
|
41 |
<meta name="robots" content="noindex,nofollow" />
|
|
|
42 |
<meta name="author" content="Tela Botanica" />
|
|
|
43 |
<meta name="keywords" content="Gentiana, association, botanique, botanistes, isère, langue française, France, végétaux, nature, environnement, connaissance, protection, plante, plantes protégées, floristique, cartographie, découvrir, fleurs." />
|
|
|
44 |
<meta name="description" content="Sites web de l'association Gentiana" />
|
|
|
45 |
<link rel="stylesheet" type="text/css" media="screen" href="accueil/accueil_simple.css" />
|
|
|
46 |
<style type="text/css" media="screen"><!-- @import "accueil/accueil_prairie.css"; --></style>
|
|
|
47 |
<link rel="stylesheet" type="text/css" media="print" href="accueil/impression.css" />
|
|
|
48 |
<link rel="alternate stylesheet" type="text/css" media="screen" href="accueil/accueil_bas_debit.css" title="Connexion bas débit" />
|
|
|
49 |
</head>
|
|
|
50 |
<body>
|
|
|
51 |
<div id="centrage">
|
|
|
52 |
<div id="cartouche">
|
|
|
53 |
<h1><a href="/" title="Retour à la page d'accueil"><img id="logo_gentiana" src="accueil/logo_gentiana.png" alt="Gentiana"/></a></h1>
|
|
|
54 |
<div id="zone_sites">
|
|
|
55 |
<h1 id="titre_sites">Sites de l'association Gentiana</h1>
|
|
|
56 |
<ul id="liste_sites">
|
|
|
57 |
<li id="site_asso_gentiana"><a href="http://www.gentiana.org/site:gentiana">L'association Gentiana</a></li>
|
|
|
58 |
<li id="site_flore_isere"><a href="http://www.gentiana.org/site:flore">La flore de l'Isère</a></li>
|
|
|
59 |
<li id="site_gestion_raisonnable"><a href="http://www.gentiana.org/site:gestion">La gestion raisonnable</a></li>
|
|
|
60 |
<!-- <li id="site_animation_botanique"><a href="http://www.gentiana.org/site:animation">Animation botanique</a></li> -->
|
|
|
61 |
</ul>
|
|
|
62 |
</div>
|
|
|
63 |
<div id="zone_actu">
|
|
|
64 |
<h1 id="titre_actu" title="<?=$rss->channel['title'];?>">Actualités • Agenda</h1>
|
|
|
65 |
<ul id="liste_actu">
|
|
|
66 |
<?php foreach ($rss->items as $item) : ?>
|
|
|
67 |
<?php
|
|
|
68 |
// Si Atom nous remplissons le champ description
|
|
|
69 |
if (isset($item['atom_content']) && !isset($item['description'])) {
|
|
|
70 |
$item['description'] = $item['atom_content'];
|
|
|
71 |
}
|
|
|
72 |
// Récupération d'une image présente dans le txt
|
|
|
73 |
$image = recupererImage($item['description']);
|
|
|
74 |
if ($image) {
|
|
|
75 |
$item['image'] = $image;
|
|
|
76 |
}
|
|
|
77 |
// Nettoyage du html
|
|
|
78 |
$h2t = new html2text($item['description']);
|
|
|
79 |
$item['description'] = $h2t->get_text();
|
|
|
80 |
?>
|
|
|
81 |
<li class="rss_actu">
|
|
|
82 |
<h2 class="rss_titre"><a href="<?=$item['link']; ?>"><?=$item['title']; ?></a></h2>
|
|
|
83 |
<?php if ($image) : ?>
|
|
|
84 |
<img class="rss_image" src="<?=$item['image']['src'];?>" alt="<?=$item['image']['alt'];?>" width="50" height="50"/>
|
|
|
85 |
<?php endif; ?>
|
|
|
86 |
<p class="rss_date">Publié le <?=strftime('%d.%m.%Y',strtotime($item['pubdate'])); ?></p>
|
|
|
87 |
<p class="rss_description"><? echo substr($item['description'],0, RSS_DESCRIPTION_LONGUEUR).'...'; ?></p>
|
|
|
88 |
</li>
|
|
|
89 |
<?php endforeach; ?>
|
|
|
90 |
</ul>
|
|
|
91 |
</div>
|
|
|
92 |
<div id="zone_logos">
|
|
|
93 |
<h1 id="titre_logos">Les partenaires de Gentiana</h1>
|
|
|
94 |
<ul id="liste_logos">
|
|
|
95 |
<li id="logo_cg_isere"><a href="http://www.cg38.fr/" title="Aller sur le site du Conseil Générale de l'Isère"><img src="accueil/logo_cg_isere.png" alt="Conseil Générale de l'Isère"/></a></li>
|
127 |
mathias |
96 |
<li id="logo_tela_botanica"><a href="http://www.tela-botanica.org/" title="Aller sur le site de Tela Botanica"><img src="http://resources.tela-botanica.org/tb/img/128x128/logo_foncesurfondclair.png" alt="Tela Botanica" style="width: 70px;"/></a></li>
|
106 |
jpm |
97 |
<li id="logo_rhone_alpes"><a href="http://www.rhonealpes.fr/" title="Aller sur le site de Rhône-Alpes"><img src="accueil/logo_rhone_alpes.png" alt="Rhônes-Alpes"/></a></li>
|
|
|
98 |
</ul>
|
|
|
99 |
</div>
|
|
|
100 |
</div>
|
|
|
101 |
</div>
|
|
|
102 |
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
|
|
|
103 |
<script type="text/javascript">_uacct = "UA-2735398-1";urchinTracker();</script>
|
|
|
104 |
</body>
|
7 |
jpm |
105 |
</html>
|