123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- [(#REM) Cf.: http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
- ]<!--[if lt IE 7 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js ie ie6"> <![endif]-->
- <!--[if IE 7 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js ie ie7"> <![endif]-->
- <!--[if IE 8 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js ie ie8"> <![endif]-->
- <!--[if IE 9 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js ie ie9"> <![endif]-->
- <!--[if (gt IE 9)|!(IE)]><!--> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js"> <!--<![endif]-->
- <head>
- <script type='text/javascript'>/*<![CDATA[*/(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement);/*]]>*/</script>
- <title><:resultats_recherche:> - [(#NOM_SITE_SPIP|textebrut)]</title>
- <INCLURE{fond=inclure/head} />
- <meta name="robots" content="none" />
- </head>
- <body class="pas_surlignable page_recherche">
- <div class="page">
- <INCLURE{fond=inclure/header} />
- <INCLURE{fond=inclure/nav,env} />
-
- <div class="main">
- [(#REM) Contenu principal : Resultats de la recherche ]
- <div class="wrapper">
- <div class="content" id="content">
- <p class="arbo"><a href="#URL_SITE_SPIP/"><:accueil_site:></a> > <:info_rechercher:>[ > <strong class="on">(#RECHERCHE)</strong>]</p>
-
- [<div class="cartouche">
- <h1><:resultats_recherche:></h1>
- <p class="soustitre">« (#RECHERCHE) »</p>
- </div>]
-
- [(#REM) Articles trouves ]
- <B_articles>
- <div class="menu menu_articles">
- #ANCRE_PAGINATION
- <h2><:articles:> (#GRAND_TOTAL)</h2>
- <ul class="spip">
- <BOUCLE_articles(ARTICLES) {recherche} {!par points} {pagination}>
- <li><a href="#URL_ARTICLE">#TITRE</a></li>
- </BOUCLE_articles>
- </ul>
- [<p class="pagination">(#PAGINATION)</p>]
- </div>
- </B_articles>
-
- [(#REM) Rubriques trouvees ]
- <B_rubriques>
- <div class="menu menu_rubriques">
- #ANCRE_PAGINATION
- <h2><:rubriques:> (#GRAND_TOTAL)</h2>
- <ul class="spip">
- <BOUCLE_rubriques(RUBRIQUES) {recherche} {!par points} {pagination 5}>
- <li><a href="#URL_RUBRIQUE">#TITRE</a></li>
- </BOUCLE_rubriques>
- </ul>
- [<p class="pagination">(#PAGINATION)</p>]
- </div>
- </B_rubriques>
-
- [(#REM) Mots-cles trouves ]
- <B_mots>
- <div class="menu menu_mots">
- #ANCRE_PAGINATION
- <h2><:mots_clefs:> (#GRAND_TOTAL)</h2>
- <ul class="spip">
- <BOUCLE_mots(MOTS) {recherche} {!par points} {pagination 5}>
- <li><a href="#URL_MOT">#TITRE</a></li>
- </BOUCLE_mots>
- </ul>
- [<p class="pagination">(#PAGINATION)</p>]
- </div>
- </B_mots>
-
- [(#REM) Breves trouvees ]
- <B_breves>
- <div class="menu menu_breves">
- #ANCRE_PAGINATION
- <h2><:breves:breves:> (#GRAND_TOTAL)</h2>
- <ul class="spip">
- <BOUCLE_breves(BREVES) {recherche} {!par points} {pagination 5}>
- <li><a href="#URL_BREVE">#TITRE</a></li>
- </BOUCLE_breves>
- </ul>
- [<p class="pagination">(#PAGINATION)</p>]
- </div>
- </B_breves>
-
- [(#REM) Messages trouves ]
- <B_messages>
- <div class="menu menu_comments">
- #ANCRE_PAGINATION
- <h2><:messages_forum:> (#GRAND_TOTAL)</h2>
- <ul class="spip">
- <BOUCLE_messages(FORUMS?) {recherche} {!par points} {pagination 5}>
- [<li><a href="#URL_FORUM"[ title="(#TITRE|attribut_html|couper{80})"]>(#TEXTE|couper{80})</a></li>]
- </BOUCLE_messages>
- </ul>
- [<p class="pagination">(#PAGINATION)</p>]
- </div>
- </B_messages>
-
- [(#REM) Sites web trouves ]
- <B_sites>
- <div class="menu menu_sites">
- #ANCRE_PAGINATION
- <h2><:sites_web:> (#GRAND_TOTAL)</h2>
- <ul class="spip">
- <BOUCLE_sites(SITES) {recherche} {!par points} {pagination 5}>
- <li><a href="[(#ID_SYNDIC|generer_url_entite{site,'','',#CONNECT})]">#NOM_SITE</a></li>
- </BOUCLE_sites>
- </ul>
- [<p class="pagination">(#PAGINATION)</p>]
- </div>
- </B_sites>
-
- </div><!--.content-->
- </div><!--.wrapper-->
-
-
- <div class="aside">
- <INCLURE{fond=inclure/navsub, id_rubrique} />
- #FORMULAIRE_RECHERCHE
- </div><!--.aside-->
- </div><!--.main-->
-
- <INCLURE{fond=inclure/footer,self=#SELF} />
-
- </div><!--.page-->
- </body>
- </html>
|