Subversion Repositories Sites.tela-botanica.org

Rev

Rev 4 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
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 &ecirc;tes ici : <a href="sommaire.php3"> Accueil</a>&gt; Rechercher ...</div>
19
<INCLURE(incl_mot_recherche.php)>
20
<div id="contenu">
21
        <h1>Vous avez recherch&eacute; : &quot;#RECHERCHE&quot;</h1>
22
    <!-- Articles trouvés -->
23
        <B_articles_rubriques>
24
        <h2>Articles trouv&eacute;s</h2>
25
        <div class="menu_titre">
26
            <BOUCLE_articles_rubriques(ARTICLES){recherche}{par points} {inverse} {"<br />"}>
27
                                [<div class="intituler_rubrique"><a href="#URL_ARTICLE">(#TITRE)</a></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>
29
                            [<div>(#INTRODUCTION|couper{400})&nbsp;<a href="#URL_ARTICLE">Lire la suite ...</a></div>]
30
       </BOUCLE_articles_rubriques>
31
            </div>
32
            </B_articles_rubriques>
33
 
34
        <!-- Sites Web trouves -->
35
 
36
        <B_sites>
37
        <h2>Sites Web trouv&eacute;s</h2>
38
        <BOUCLE_sites(SITES) {recherche} {par points} {inverse} {"<br />"} >
39
               <div ><a href="#URL_SITE" target="_blank" title="#DESCRIPTIF">#NOM_SITE</a></div>
40
               <br />
41
      </BOUCLE_sites>
42
      </B_sites>
43
 
44
 
45
        <!-- Mots clés trouves -->
46
 
47
        <B_mots>
48
        <h2>Mots cl&eacute;s trouv&eacute;s </h2>
49
        <BOUCLE_mots(MOTS) {recherche} {par points} {inverse} {"<br />"} >
50
                <div ><a href="#URL_MOT">#TITRE</a></div>
51
                <br />
52
            </BOUCLE_mots>
53
            </B_mots>
54
 
55
</div>
56
<INCLURE(incl_footer.php)>
57
</div>
58
<!-- Menu de navigation rubriques -->
59
 
60
<div id="nav_gauche">
61
<INCLURE(incl_logo_tela.php)>
62
<INCLURE(incl_changer_monde.php)>
63
<INCLURE(incl_menu_gauche.php)>
64
<INCLURE(incl_identification_ellipse.php)>
65
</div>
66
<INCLURE(incl_footer_print.php)>
67
</div>
175 magali 68
</div>
4 david 69
</body>
70
</html>