| 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 | 
           <html lang="#LANG">
  | 
        
        
            | 
            | 
           6 | 
           <head>
  | 
        
        
            | 
            | 
           7 | 
             <title><:resultats_recherche:> : #RECHERCHE</title>
  | 
        
        
            | 
            | 
           8 | 
           <INCLURE(incl_link_entete.php)>
  | 
        
        
            | 
            | 
           9 | 
           </head>
  | 
        
        
            | 
            | 
           10 | 
              | 
        
        
            | 
            | 
           11 | 
           <body bgcolor="white" dir="">
  | 
        
        
           | 175 | 
           magali | 
           12 | 
           <div id="recherche">
  | 
        
        
           | 4 | 
           david | 
           13 | 
           <div id="reducteur">
  | 
        
        
            | 
            | 
           14 | 
           <INCLURE(incl_bandeau.php)>
  | 
        
        
            | 
            | 
           15 | 
              | 
        
        
            | 
            | 
           16 | 
           <!-- Parcours de navigation -->
  | 
        
        
            | 
            | 
           17 | 
           <div id="droite">
  | 
        
        
            | 
            | 
           18 | 
           <div id="pos_recherche"> Vous êtes ici : <a href="sommaire.php3"> Accueil</a>> Rechercher ...</div>
  | 
        
        
            | 
            | 
           19 | 
           <INCLURE(incl_mot_recherche.php)>
  | 
        
        
            | 
            | 
           20 | 
           <div id="contenu">
  | 
        
        
           | 195 | 
           jpm | 
           21 | 
               <h1>Vous avez recherché : "#MORE_MOTIF"</h1>
  | 
        
        
            | 
            | 
           22 | 
           	<!-- Articles trouvés -->
  | 
        
        
            | 
            | 
           23 | 
               <?php echo $GLOBALS['_PAPYRUS_']['rendu']['CONTENU_CORPS']; ?>
  | 
        
        
            | 
            | 
           24 | 
              | 
        
        
            | 
            | 
           25 | 
           	<!-- Sites Web trouvés -->
  | 
        
        
           | 4 | 
           david | 
           26 | 
              | 
        
        
            | 
            | 
           27 | 
                   <B_sites>
  | 
        
        
            | 
            | 
           28 | 
                   <h2>Sites Web trouvés</h2>
  | 
        
        
            | 
            | 
           29 | 
                   <BOUCLE_sites(SITES) {recherche} {par points} {inverse} {"<br />"} >
  | 
        
        
            | 
            | 
           30 | 
                          <div ><a href="#URL_SITE" target="_blank" title="#DESCRIPTIF">#NOM_SITE</a></div>
  | 
        
        
            | 
            | 
           31 | 
                          <br />
  | 
        
        
            | 
            | 
           32 | 
                 </BOUCLE_sites>
  | 
        
        
            | 
            | 
           33 | 
                 </B_sites>
  | 
        
        
            | 
            | 
           34 | 
              | 
        
        
            | 
            | 
           35 | 
              | 
        
        
           | 195 | 
           jpm | 
           36 | 
           	<!-- Mots clés trouves -->
  | 
        
        
           | 4 | 
           david | 
           37 | 
              | 
        
        
            | 
            | 
           38 | 
                   <B_mots>
  | 
        
        
            | 
            | 
           39 | 
                   <h2>Mots clés trouvés </h2>
  | 
        
        
            | 
            | 
           40 | 
                   <BOUCLE_mots(MOTS) {recherche} {par points} {inverse} {"<br />"} >
  | 
        
        
            | 
            | 
           41 | 
                           <div ><a href="#URL_MOT">#TITRE</a></div>
  | 
        
        
            | 
            | 
           42 | 
                           <br />
  | 
        
        
            | 
            | 
           43 | 
                       </BOUCLE_mots>
  | 
        
        
            | 
            | 
           44 | 
                       </B_mots>
  | 
        
        
            | 
            | 
           45 | 
              | 
        
        
            | 
            | 
           46 | 
           </div>
  | 
        
        
            | 
            | 
           47 | 
           <INCLURE(incl_footer.php)>
  | 
        
        
            | 
            | 
           48 | 
           </div>
  | 
        
        
            | 
            | 
           49 | 
           <!-- Menu de navigation rubriques -->
  | 
        
        
            | 
            | 
           50 | 
              | 
        
        
            | 
            | 
           51 | 
           <div id="nav_gauche">
  | 
        
        
            | 
            | 
           52 | 
           <INCLURE(incl_logo_tela.php)>
  | 
        
        
            | 
            | 
           53 | 
           <INCLURE(incl_changer_monde.php)>
  | 
        
        
            | 
            | 
           54 | 
           <INCLURE(incl_menu_gauche.php)>
  | 
        
        
            | 
            | 
           55 | 
           <INCLURE(incl_identification_ellipse.php)>
  | 
        
        
            | 
            | 
           56 | 
           </div>
  | 
        
        
            | 
            | 
           57 | 
           <INCLURE(incl_footer_print.php)>
  | 
        
        
            | 
            | 
           58 | 
           </div>
  | 
        
        
           | 175 | 
           magali | 
           59 | 
           </div>
  | 
        
        
           | 4 | 
           david | 
           60 | 
           </body>
  | 
        
        
            | 
            | 
           61 | 
           </html>
  |