Subversion Repositories Sites.tela-botanica.org

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

<?php
include_once 'authentification.php' ;
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html lang="#LANG">

<head>
<title>Les fils d'information</title>
<INCLURE(incl_link_entete.php)>
</head>

<body>
<div id="reducteur">
<INCLURE(incl_bandeau.php)>
<!-- Parcours de navigation -->
<div id="droite">
        <div id="pos_recherche">Vous &ecirc;tes ici : <a href="sommaire.php3">Accueil </a> &gt; Les fils d'information</div>
        <INCLURE(incl_mot_recherche.php)>
        <div id="contenu">
                        <BOUCLE_syndic(SITES){tout}{syndication=oui}{par num nom_site}>
                            <B_art_synd>
                            <div class="rss">
                            <h1 class="titre_rss">[<a href="#URL_SITE" target="_blank">(#NOM_SITE|supprimer_numero)</a>]</h1>
                            <BOUCLE_art_synd(SYNDIC_ARTICLES){id_syndic}{0,5}{par date}{inverse}>
                                        <div class="item">
                                                [<a href="#URL_ARTICLE" target="_blank" class="intituler_rubrique">(#TITRE)</a>][<span class="date"> - (#DATE|affdate)</span>]
                                        </div>
                            </BOUCLE_art_synd>
                            </div>
                            </B_art_synd>
                        </BOUCLE_syndic>
                        <p style="clear:both"></p>
        </div>
        <INCLURE(incl_footer.php)>
</div>

<!-- Menu de navigation rubriques -->

<div id="nav_gauche">
<INCLURE(incl_logo_tela.php)>
<INCLURE(incl_changer_monde.php)>
<?php 
$selection = "fils";
?>
<INCLURE(incl_menu_gauche.php)>
<INCLURE(incl_identification_ellipse.php)>
</div>

<INCLURE(incl_footer_print.php)>
</div>

</body>
</html>