spip_nursit/prive/modeles/pagination.html
2023-06-01 17:30:12 +02:00

37 lines
No EOL
1.3 KiB
HTML

#ENV*{bloc_ancre}
#SET{bornes,#ENV{page_courante}|bornes_pagination{#ENV{nombre_pages},10}}
#SET{premiere, #GET{bornes}|reset}
#SET{derniere, #GET{bornes}|end}
#SET{pages,#GET{premiere}|range{#GET{derniere}}}
#SET{sep,#ENV{separateur,' | '}}
<B_pages>
[<span
class='label'>(#ENV{label,''})</span>][
(#SET{item, #ENV{page_courante}|moins{2}|mult{#ENV{pas}} })
]<span
class="pages">[<a
href='[(#ENV{url}|parametre_url{#ENV{debut},''})]##ENV{ancre}'
class='lien_pagination'
rel='nofollow'>(#GET{premiere}|>{1}|?{0})</a><span
class="tbc">[<span
class='sep'>(#GET*{sep})</span>]...[<span
class='sep'>(#GET*{sep})</span>]</span
>]<BOUCLE_pages(POUR){tableau #GET{pages}}>[
(#SET{item, #VALEUR|moins{1}|mult{#ENV{pas}} })
][(#ENV{url}
|parametre_url{#ENV{debut},#GET{item}|?{#GET{item}}}
|ancre_url{#ENV{ancre}}
|lien_ou_expose{#GET{item},#VALEUR|=={#ENV{page_courante}},lien_pagination,'',nofollow})][<span
class='sep'>(#VALEUR|<{#GET{derniere}}|?{#GET{sep}})</span
>]</BOUCLE_pages>[<span
class="tbc">[<span
class='sep'>(#GET*{sep})</span>]...[<span
class='sep'>(#GET*{sep})</span>]</span><a
href='[(#ENV{url}|parametre_url{#ENV{debut},#ENV{nombre_pages}|moins{1}|mult{#ENV{pas}}})]##ENV{ancre}'
class='lien_pagination'
rel='nofollow'>(#GET{derniere}|<{#ENV{nombre_pages}}|?{#ENV{nombre_pages}|moins{1}|mult{#ENV{pas}}})</a>]</span>
</B_pages>