File "pagination_page.html"

Full path: /home/argothem/www/v4_old/fichiers_obsoletes_20220627_043105/prive/modeles/pagination_page.html
File size: 1.37 KB
MIME-type: text/html
Charset: utf-8

#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}|?{1})</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{#VALEUR,#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}})</a>]</span>[
	(#SET{item, #ENV{page_courante}|mult{#ENV{pas}} })
	]
</B_pages>