Last change
on this file since 47968 was
47968,
checked in by teddy.spip@…, 10 years ago
|
Quelques corrections et amélioration pour être au plus proche du thème original.
|
-
Property svn:executable set to
*
|
File size:
1.2 KB
|
Line | |
---|
1 | |
---|
2 | [(#REM) Fil d'Ariane ] |
---|
3 | <p id="hierarchie"><a href="#URL_SITE_SPIP/"><:accueil_site:></a> > <:info_rechercher:>[ > <strong class="on">(#RECHERCHE)</strong>]</p> |
---|
4 | |
---|
5 | <div class="contenu-principal"> |
---|
6 | [<div class="cartouche"> |
---|
7 | <h1 class="h1"><:resultats_recherche:></h1> |
---|
8 | <p class="soustitre">« (#RECHERCHE) »</p> |
---|
9 | </div>] |
---|
10 | |
---|
11 | [(#REM) Articles trouves ] |
---|
12 | <B_articles> |
---|
13 | <div class="liste resultats articles"> |
---|
14 | #ANCRE_PAGINATION |
---|
15 | <h2 class="h2"><:articles:> (#GRAND_TOTAL)</h2> |
---|
16 | <ul class="liste-items" id="loop"> |
---|
17 | <BOUCLE_articles(ARTICLES) {recherche} {par points}{inverse} {pagination}> |
---|
18 | #INCLURE{fond=inclure/article-resume,id_article} |
---|
19 | </BOUCLE_articles> |
---|
20 | </ul> |
---|
21 | [<p class="pagination">(#PAGINATION)</p>] |
---|
22 | </div> |
---|
23 | </B_articles> |
---|
24 | |
---|
25 | [(#REM) Rubriques trouvees ] |
---|
26 | <B_rubriques> |
---|
27 | <div class="liste resultats rubriques"> |
---|
28 | #ANCRE_PAGINATION |
---|
29 | <h2 class="h2"><:rubriques:> (#GRAND_TOTAL)</h2> |
---|
30 | <ul class="liste-items"> |
---|
31 | <BOUCLE_rubriques(RUBRIQUES) {recherche} {par points}{inverse} {pagination 5}> |
---|
32 | <li class="item"><a href="#URL_RUBRIQUE">#TITRE</a></li> |
---|
33 | </BOUCLE_rubriques> |
---|
34 | </ul> |
---|
35 | [<p class="pagination">(#PAGINATION)</p>] |
---|
36 | </div> |
---|
37 | </B_rubriques> |
---|
38 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.