Subversion Repositories Sites.tela-botanica.org

Rev

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

<?php
include_once 'authentification.php' ;
if (!isset($debut_article)) {
    $debut_article=0;
}
$nb_affiche=10;
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="#LANG">

<BOUCLE_principale(MOTS){id_mot}{doublons}> 
<head>
<title>[(#TITRE|supprimer_numero)]</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"> Parcours par thème : </a> &gt;&gt;
                    <BOUCLE_hier(HIERARCHIE) {id_rubrique}>
                    <a href="#URL_RUBRIQUE">[(#TITRE|couper{30}|supprimer_numero)]</a> &gt;&gt;
                    </BOUCLE_hier>[(#TITRE|supprimer_numero|couper{30})]
            </div>
            <INCLURE(incl_mot_recherche.php)>
            <!-- Corps de la page -->
            <div id="contenu">
                        <p class="texte_descriptif">[<span class="categorie">(#TITRE|supprimer_numero)</span>]<span class="categorie">[ : </span>(#TEXTE)]</p>
                        <BOUCLE_articles_mots(ARTICLES){id_mot}{par date} {inverse} {"<hr />"}{debut_article,10}> 
                        <div class="menu_titre">
                                    [<a href="#URL_ARTICLE">(#LOGO_ARTICLE|right)</a>]
                                    <div class="intituler_rubrique"><a href="#URL_ARTICLE">#TITRE</a></div>
                                    <div class="date">[(#DATE|nom_jour)] [(#DATE|affdate)]
                                            <B_auteurs_un><:par_auteur:> <BOUCLE_auteurs_un(AUTEURS) {id_article} {", "}>
                                            #NOM</BOUCLE_auteurs_un>
                                            <BOUCLE_rub_art(RUBRIQUES){id_rubrique}{0,1}>
                                [ - <span class="lien_rub"><a href="#URL_RUBRIQUE">(#TITRE|supprimer_numero)</a></span>]
                                </BOUCLE_rub_art>
                                    </div>
                                    <div class="descriptif_contenu ">[(#INTRODUCTION|couper{400})]&nbsp;<a href="#URL_ARTICLE">Lire la suite ...</a></div>
                                    [<div ><:voir_en_ligne:>&nbsp;:&nbsp;<a href="#URL_SITE" >(#NOM_SITE)</a></div>]
                        </div>
                        </BOUCLE_articles_mots>
                        <!-- article: number ? -->
                        <?php $nb_art_total=0; ?>
                        <BOUCLE_art_count(ARTICLES){id_mot}>
                        <?php $nb_art_total++ ?> 
                        </BOUCLE_art_count> 
                        <?php 
            if ($nb_art_total > $nb_affiche) {
                echo "<div id=\"postarticle\">Pages&nbsp;:&nbsp;";
                if ($debut_article >= $nb_affiche) {
                    echo "<a href=\"mot.php3?id_mot=#ID_MOT&debut_article=".($debut_article-$nb_affiche)."\">Page pr&eacute;c&eacute;dente</a>&nbsp;";
                }
                for ($article = 0, $page = 1; $article < $nb_art_total; $article += $nb_affiche, $page++) {
                    if ($debut_article != $article) {
                        echo "<a href=\"mot.php3?id_mot=#ID_MOT&debut_article=$article\">$page</a>&nbsp;" ;
                    } else {
                        echo $page."&nbsp;" ;
                    }
                }
                if ($debut_article + $nb_affiche <$nb_art_total) {
                ?>
                            <a href="mot.php3?id_mot=#ID_MOT&debut_article=<?php echo $debut_article + $nb_affiche; ?>">Page suivante</a>
                            <?php } ?>
                        <br />Nombre total d'articles de la rubrique : <?php echo $nb_art_total; ?>
                        <?php 
                echo "</div>";
                        }
                        ?>
            </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 $rub = "#ID_SECTEUR" ;?>
<?php $mot_cle = "#ID_MOT" ;?>
<INCLURE(incl_menu_gauche.php)>
<INCLURE(incl_identification_ellipse.php)>

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

</BOUCLE_principale>

</body>
</html>