amélioration page résultat de recherche

This commit is contained in:
chankalan 2022-05-26 11:51:17 +02:00
parent 7f05591dd6
commit 2bffd8c512
4 changed files with 50 additions and 37 deletions

View File

@ -61,4 +61,9 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
's_abonner_aux_actus' => 'Sabonner aux actus',
'tous_les_podcasts' => 'Tous les podcasts !',
'recherche_sans_resultat' => 'Il ny a apparemment aucun résultat pour cette recherche.',
'reponses_triees_par_pertinence' => 'réponses triées par pertinence.',
'reponse' => 'réponse.',
);

View File

@ -1,5 +1,14 @@
<h1><:libreavous:tous_les_podcasts:/></h1>
<p><:baz_april:votre_recherche:></p>
#FORMULAIRE_RECHERCHE
<h1><:resultats_recherche:/>
[<br />« (#RECHERCHE) »]</h1>
<BOUCLE_emissions(RUBRIQUES){composition=emissions}>
<B_articles>
<p><strong>#GRAND_TOTAL</strong> [(#TOTAL_BOUCLE|>={2}|?{<:libreavous:reponses_triees_par_pertinence:>,<:libreavous:reponse:>})]</p>
<BOUCLE_articles(ARTICLES) {id_rubrique} {recherche} {par points}{inverse} {pagination 10}>
</BOUCLE_articles>
<p><:libreavous:recherche_sans_resultat:></p>
<//B_articles>
</BOUCLE_emissions>

View File

@ -3,7 +3,6 @@
<B_articles>
<div class="liste articles emissions resultats">
#ANCRE_PAGINATION
<h2 class="h2"><:articles:> (#GRAND_TOTAL)</h2>
<ul class="liste-items">
<BOUCLE_articles(ARTICLES) {id_rubrique} {recherche} {par points}{inverse} {pagination 10}>
<li class="item"><INCLURE{fond=inclure/resume/emission,id_article,recherche=#ENV{recherche},composition,env} /></li>

View File

@ -1141,13 +1141,13 @@ a:hover .fab, a:hover .fas {
.page_recherche, .page_plan {
.page_content .formulaire_spip.formulaire_recherche {
float: right;
padding-left: 0 !important;
padding-right: 2rem;
width: 250px;
margin: 0;
}
.page_content {
background: white;
p {
margin: 0;
}
}
}