WP File Manager
Current Path:
/
home
/
argothem
/
www
/
organecyberpresse
/
plugins
/
auto
/
spip_bonux
/
v4.2.0
/
modeles
/
Name
Action
..
pagination_noancre.html
Edit
Editing: pagination_noancre.html
#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{separateur,#ENV{separateur,'|'}} [(#SET{label,[(#ENV{label}|sinon{<span class='pagination_label'><:spip_bonux:pages:></span>})]})] <B_pages> [(#GET{label})] [<a href='[(#ENV{url}|parametre_url{#ENV{debut},''})]' class='lien_pagination' rel='nofollow'>(#GET{premiere}|>{1}|?{'...',''})</a> [<span class='sep separateur'>(#GET*{separateur})</span>]] <BOUCLE_pages(DATA){source tableau, #GET{pages}}> [(#SET{item, #VALEUR|moins{1}|mult{#ENV{pas}} })] [(#ENV{url}|parametre_url{#ENV{debut},#GET{item}}|lien_ou_expose{#VALEUR,#VALEUR|=={#ENV{page_courante}},lien_pagination,'',nofollow})] [<span class='sep separateur'>(#VALEUR|<{#GET{derniere}}|?{#GET{separateur}})</span>] </BOUCLE_pages> [[<span class='sep separateur'>(#GET*{separateur})</span>] <a href='[(#ENV{url}|parametre_url{#ENV{debut},#ENV{nombre_pages}|moins{1}|mult{#ENV{pas}}})]' class='lien_pagination' rel='nofollow'>(#GET{derniere}|<{#ENV{nombre_pages}}|?{'...',''})</a>] </B_pages>