You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
101 lines
2.7 KiB
101 lines
2.7 KiB
3 years ago
|
<article id="main">
|
||
|
<header class="main">
|
||
|
<h1><:resultats_recherche:></h1>[
|
||
|
<p class="soustitre">« (#RECHERCHE) »</p>]
|
||
|
<!-- breadcrumb -->
|
||
|
<INCLURE{fond=breadcrumb/article,env} />
|
||
|
</header>
|
||
|
<section class="wrapper style5">
|
||
|
<div class="inner">
|
||
|
|
||
|
[(#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>
|
||
|
</section>
|
||
|
</article>
|
||
|
|
||
|
|
||
|
|