Subversion Repositories Sites.tela-botanica.org

Compare Revisions

No changes between revisions

Ignore whitespace Rev 3 → Rev 4

/trunk/actu/recherche.html
New file
0,0 → 1,69
<?php
include_once 'authentification.php' ;
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="#LANG">
<head>
<title><:resultats_recherche:> : #RECHERCHE</title>
<INCLURE(incl_link_entete.php)>
</head>
 
<body bgcolor="white" dir="">
<div id="reducteur">
<INCLURE(incl_bandeau.php)>
 
<!-- Parcours de navigation -->
<div id="droite">
<div id="pos_recherche"> Vous &ecirc;tes ici : <a href="sommaire.php3"> Accueil</a>&gt; Rechercher ...</div>
<INCLURE(incl_mot_recherche.php)>
<div id="contenu">
<h1>Vous avez recherch&eacute; : &quot;#RECHERCHE&quot;</h1>
<!-- Articles trouvés -->
<B_articles_rubriques>
<h2>Articles trouv&eacute;s</h2>
<div class="menu_titre">
<BOUCLE_articles_rubriques(ARTICLES){recherche}{par points} {inverse} {"<br />"}>
[<div class="intituler_rubrique"><a href="#URL_ARTICLE">(#TITRE)</a></div>]
<div class="date">[(#DATE|nom_jour)] [(#DATE|affdate)] <B_auteurs_un><:par_auteur:> <BOUCLE_auteurs_un(AUTEURS) {id_article} {", "}>#NOM</BOUCLE_auteurs_un></div>
[<div>(#INTRODUCTION|couper{400})&nbsp;<a href="#URL_ARTICLE">Lire la suite ...</a></div>]
</BOUCLE_articles_rubriques>
</div>
</B_articles_rubriques>
<!-- Sites Web trouves -->
<B_sites>
<h2>Sites Web trouv&eacute;s</h2>
<BOUCLE_sites(SITES) {recherche} {par points} {inverse} {"<br />"} >
<div ><a href="#URL_SITE" target="_blank" title="#DESCRIPTIF">#NOM_SITE</a></div>
<br />
</BOUCLE_sites>
</B_sites>
<!-- Mots clés trouves -->
<B_mots>
<h2>Mots cl&eacute;s trouv&eacute;s </h2>
<BOUCLE_mots(MOTS) {recherche} {par points} {inverse} {"<br />"} >
<div ><a href="#URL_MOT">#TITRE</a></div>
<br />
</BOUCLE_mots>
</B_mots>
</div>
<INCLURE(incl_footer.php)>
</div>
<!-- Menu de navigation rubriques -->
 
<div id="nav_gauche">
<INCLURE(incl_logo_tela.php)>
<INCLURE(incl_changer_monde.php)>
<INCLURE(incl_menu_gauche.php)>
<INCLURE(incl_identification_ellipse.php)>
</div>
<INCLURE(incl_footer_print.php)>
</div>
 
</body>
</html>
Property changes:
Added: svn:executable
+*
\ No newline at end of property