Subversion Repositories Sites.tela-botanica.org

Compare Revisions

No changes between revisions

Ignore whitespace Rev 607 → Rev 608

/tags/v4.0/actu/recherche.html
New file
0,0 → 1,61
<?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="recherche">
<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;#MORE_MOTIF&quot;</h1>
<!-- Articles trouvés -->
<?php echo $GLOBALS['_PAPYRUS_']['rendu']['CONTENU_CORPS']; ?>
 
<!-- Sites Web trouvés -->
<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>
</div>
</body>
</html>
Property changes:
Added: svn:executable
+*
\ No newline at end of property