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