| 4 | 
           david | 
           1 | 
           <?php
  | 
        
        
            | 
            | 
           2 | 
           include_once 'authentification.php' ;
  | 
        
        
            | 
            | 
           3 | 
           ?>
  | 
        
        
            | 
            | 
           4 | 
           <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  | 
        
        
            | 
            | 
           5 | 
           <BOUCLE_article(ARTICLES) {id_article}>
  | 
        
        
            | 
            | 
           6 | 
           <html lang="#LANG">
  | 
        
        
            | 
            | 
           7 | 
           <head>
  | 
        
        
            | 
            | 
           8 | 
           <title>Forum de l'article : #TITRE</title>
  | 
        
        
            | 
            | 
           9 | 
           <INCLURE(incl_link_entete.php)>
  | 
        
        
            | 
            | 
           10 | 
           </head>
  | 
        
        
            | 
            | 
           11 | 
              | 
        
        
            | 
            | 
           12 | 
           <body >
  | 
        
        
            | 
            | 
           13 | 
           <div id="reducteur">
  | 
        
        
            | 
            | 
           14 | 
                   <INCLURE(incl_bandeau.php)>
  | 
        
        
            | 
            | 
           15 | 
                   <div id="droite">
  | 
        
        
            | 
            | 
           16 | 
                           <div id="pos_recherche">
  | 
        
        
            | 
            | 
           17 | 
                               Vous êtes ici : <a href="sommaire.php3">Accueil </a> >>
  | 
        
        
            | 
            | 
           18 | 
                               <BOUCLE_hier(HIERARCHIE) {id_rubrique} {" >> "}>
  | 
        
        
            | 
            | 
           19 | 
                               <a href="#URL_RUBRIQUE">[(#TITRE|supprimer_numero|couper{30})]</a>
  | 
        
        
            | 
            | 
           20 | 
                               </BOUCLE_hier>
  | 
        
        
            | 
            | 
           21 | 
                           </div>
  | 
        
        
            | 
            | 
           22 | 
                           <INCLURE(incl_mot_recherche.php)>
  | 
        
        
            | 
            | 
           23 | 
                   <!-- Contenu : poster un message dans le forum -->
  | 
        
        
            | 
            | 
           24 | 
                           <div id="contenu">
  | 
        
        
            | 
            | 
           25 | 
                                   <h1><:poster_message:></h1>
  | 
        
        
            | 
            | 
           26 | 
                                   [(#LOGO_ARTICLE|right)]
  | 
        
        
            | 
            | 
           27 | 
                                   <div class="intituler_rubrique"><a href="#URL_ARTICLE">#TITRE</a></div>
  | 
        
        
            | 
            | 
           28 | 
                                   <div class="date">
  | 
        
        
            | 
            | 
           29 | 
                                           <B_auteurs_un><:par_auteur:> <BOUCLE_auteurs_un(AUTEURS) {id_article} {", "}>
  | 
        
        
            | 
            | 
           30 | 
                                           <a href="auteur.php3?id_auteur=#ID_AUTEUR">#NOM</a></BOUCLE_auteurs_un> [- (#DATE|jour)]/[(#DATE|mois)]/[(#DATE|annee)]
  | 
        
        
            | 
            | 
           31 | 
                                   </div>
  | 
        
        
            | 
            | 
           32 | 
                                   <br />
  | 
        
        
            | 
            | 
           33 | 
                                   <div class="descriptif_contenu ">#INTRODUCTION</div>
  | 
        
        
            | 
            | 
           34 | 
                                   <br />
  | 
        
        
            | 
            | 
           35 | 
                                   <div id="box_forum">
  | 
        
        
            | 
            | 
           36 | 
                                           <div id="form_auteur">"[(#FORMULAIRE_FORUM)]</div>
  | 
        
        
            | 
            | 
           37 | 
                                   </div>
  | 
        
        
            | 
            | 
           38 | 
                           </div>
  | 
        
        
            | 
            | 
           39 | 
                           <INCLURE(incl_footer.php)>
  | 
        
        
            | 
            | 
           40 | 
                   </div>
  | 
        
        
            | 
            | 
           41 | 
                   <div id="nav_gauche">
  | 
        
        
            | 
            | 
           42 | 
           <INCLURE(incl_logo_tela.php)>
  | 
        
        
            | 
            | 
           43 | 
           <INCLURE(incl_changer_monde.php)>
  | 
        
        
            | 
            | 
           44 | 
           <?php $rub = "#ID_SECTEUR" ;?>
  | 
        
        
            | 
            | 
           45 | 
           <BOUCLE_motcle(MOTS){id_article}{0,1}>
  | 
        
        
            | 
            | 
           46 | 
           <?php $mot_cle = "#ID_MOT" ;?>
  | 
        
        
            | 
            | 
           47 | 
           </BOUCLE_motcle>
  | 
        
        
            | 
            | 
           48 | 
           <INCLURE(incl_menu_gauche.php)>
  | 
        
        
            | 
            | 
           49 | 
           <INCLURE(incl_identification_ellipse.php)>
  | 
        
        
            | 
            | 
           50 | 
           </BOUCLE_article>
  | 
        
        
            | 
            | 
           51 | 
           </div>
  | 
        
        
            | 
            | 
           52 | 
           <INCLURE(incl_footer_print.php)>
  | 
        
        
            | 
            | 
           53 | 
           </div>
  | 
        
        
            | 
            | 
           54 | 
              | 
        
        
            | 
            | 
           55 | 
           </body>
  | 
        
        
            | 
            | 
           56 | 
           </html>
  | 
        
        
            | 
            | 
           57 | 
              | 
        
        
            | 
            | 
           58 | 
              |