5 changed files with 151 additions and 1 deletions
@ -0,0 +1,100 @@
|
||||
<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> |
||||
|
||||
|
||||
|
@ -0,0 +1,9 @@
|
||||
<div class="recherche"><form action="[(#ENV{action})]" method="get"> |
||||
[(#ENV{action}|form_hidden)] |
||||
[<input type="hidden" name="lang" value="(#ENV{lang})" />] |
||||
<label for="recherche"><:info_rechercher_02:></label> |
||||
<div class="input-group"> |
||||
<input class="text search" type="search" placeholder="Rechercher" aria-label="Rechercher" name="recherche" id="recherche"[ value="(#ENV{recherche})"] /> |
||||
<button type="submit" class="submit">ok</button> |
||||
</div> |
||||
</form></div> |
Loading…
Reference in new issue