Subversion Repositories Sites.tela-botanica.org

Rev

Rev 4 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 175
1
<?php
1
<?php
2
include_once 'authentification.php' ;
2
include_once 'authentification.php' ;
3
?>
3
?>
4
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5
<html lang="#LANG">
5
<html lang="#LANG">
6
<head>
6
<head>
7
  <title><:resultats_recherche:> : #RECHERCHE</title>
7
  <title><:resultats_recherche:> : #RECHERCHE</title>
8
<INCLURE(incl_link_entete.php)>
8
<INCLURE(incl_link_entete.php)>
9
</head>
9
</head>
10
 
10
 
11
<body bgcolor="white" dir="">
11
<body bgcolor="white" dir="">
-
 
12
<div id="recherche">
12
<div id="reducteur">
13
<div id="reducteur">
13
<INCLURE(incl_bandeau.php)>
14
<INCLURE(incl_bandeau.php)>
14
 
15
 
15
<!-- Parcours de navigation -->
16
<!-- Parcours de navigation -->
16
<div id="droite">
17
<div id="droite">
17
<div id="pos_recherche"> Vous &ecirc;tes ici : <a href="sommaire.php3"> Accueil</a>&gt; Rechercher ...</div>
18
<div id="pos_recherche"> Vous &ecirc;tes ici : <a href="sommaire.php3"> Accueil</a>&gt; Rechercher ...</div>
18
<INCLURE(incl_mot_recherche.php)>
19
<INCLURE(incl_mot_recherche.php)>
19
<div id="contenu">
20
<div id="contenu">
20
        <h1>Vous avez recherch&eacute; : &quot;#RECHERCHE&quot;</h1>
21
        <h1>Vous avez recherch&eacute; : &quot;#RECHERCHE&quot;</h1>
21
    <!-- Articles trouvés -->
22
    <!-- Articles trouvés -->
22
        <B_articles_rubriques>
23
        <B_articles_rubriques>
23
        <h2>Articles trouv&eacute;s</h2>
24
        <h2>Articles trouv&eacute;s</h2>
24
        <div class="menu_titre">
25
        <div class="menu_titre">
25
            <BOUCLE_articles_rubriques(ARTICLES){recherche}{par points} {inverse} {"<br />"}> 
26
            <BOUCLE_articles_rubriques(ARTICLES){recherche}{par points} {inverse} {"<br />"}> 
26
                                [<div class="intituler_rubrique"><a href="#URL_ARTICLE">(#TITRE)</a></div>]
27
                                [<div class="intituler_rubrique"><a href="#URL_ARTICLE">(#TITRE)</a></div>]
27
                            <div class="date">[(#DATE|nom_jour)] [(#DATE|affdate)] <B_auteurs_un><:par_auteur:> <BOUCLE_auteurs_un(AUTEURS) {id_article} {", "}>#NOM</BOUCLE_auteurs_un></div>	
28
                            <div class="date">[(#DATE|nom_jour)] [(#DATE|affdate)] <B_auteurs_un><:par_auteur:> <BOUCLE_auteurs_un(AUTEURS) {id_article} {", "}>#NOM</BOUCLE_auteurs_un></div>	
28
                            [<div>(#INTRODUCTION|couper{400})&nbsp;<a href="#URL_ARTICLE">Lire la suite ...</a></div>]
29
                            [<div>(#INTRODUCTION|couper{400})&nbsp;<a href="#URL_ARTICLE">Lire la suite ...</a></div>]
29
       </BOUCLE_articles_rubriques> 
30
       </BOUCLE_articles_rubriques> 
30
            </div>
31
            </div>
31
            </B_articles_rubriques>
32
            </B_articles_rubriques>
32
    
33
    
33
        <!-- Sites Web trouves -->
34
        <!-- Sites Web trouves -->
34
        
35
        
35
        <B_sites>
36
        <B_sites>
36
        <h2>Sites Web trouv&eacute;s</h2>
37
        <h2>Sites Web trouv&eacute;s</h2>
37
        <BOUCLE_sites(SITES) {recherche} {par points} {inverse} {"<br />"} >
38
        <BOUCLE_sites(SITES) {recherche} {par points} {inverse} {"<br />"} >
38
               <div ><a href="#URL_SITE" target="_blank" title="#DESCRIPTIF">#NOM_SITE</a></div>
39
               <div ><a href="#URL_SITE" target="_blank" title="#DESCRIPTIF">#NOM_SITE</a></div>
39
               <br />
40
               <br />
40
      </BOUCLE_sites>
41
      </BOUCLE_sites>
41
      </B_sites>
42
      </B_sites>
42
            
43
            
43
   
44
   
44
        <!-- Mots clés trouves -->
45
        <!-- Mots clés trouves -->
45
        
46
        
46
        <B_mots>
47
        <B_mots>
47
        <h2>Mots cl&eacute;s trouv&eacute;s </h2>
48
        <h2>Mots cl&eacute;s trouv&eacute;s </h2>
48
        <BOUCLE_mots(MOTS) {recherche} {par points} {inverse} {"<br />"} >
49
        <BOUCLE_mots(MOTS) {recherche} {par points} {inverse} {"<br />"} >
49
                <div ><a href="#URL_MOT">#TITRE</a></div>
50
                <div ><a href="#URL_MOT">#TITRE</a></div>
50
                <br />
51
                <br />
51
            </BOUCLE_mots>
52
            </BOUCLE_mots>
52
            </B_mots>
53
            </B_mots>
53
            
54
            
54
</div>
55
</div>
55
<INCLURE(incl_footer.php)>
56
<INCLURE(incl_footer.php)>
56
</div>
57
</div>
57
<!-- Menu de navigation rubriques -->
58
<!-- Menu de navigation rubriques -->
58
 
59
 
59
<div id="nav_gauche">
60
<div id="nav_gauche">
60
<INCLURE(incl_logo_tela.php)>
61
<INCLURE(incl_logo_tela.php)>
61
<INCLURE(incl_changer_monde.php)>
62
<INCLURE(incl_changer_monde.php)>
62
<INCLURE(incl_menu_gauche.php)>
63
<INCLURE(incl_menu_gauche.php)>
63
<INCLURE(incl_identification_ellipse.php)>
64
<INCLURE(incl_identification_ellipse.php)>
64
</div>
65
</div>
65
<INCLURE(incl_footer_print.php)>
66
<INCLURE(incl_footer_print.php)>
66
</div>
67
</div>
67
 
68
</div>
68
</body>
69
</body>
69
</html>
70
</html>