Your IP : 216.73.216.59


Current Path : /home/quelfutuu/www/plugins/auto/couteau_suisse/v1.17.0/fonds/
Upload File :
Current File : /home/quelfutuu/www/plugins/auto/couteau_suisse/v1.17.0/fonds/decoupe.html

[(#REM)
	champs disponibles : artpage, derniere_page, items, self
	etendue : nombre minimum de pages pour la pagination etendue : << < 1 2 3 4 > >>
	(si les images debut.gif et debut_off.gif ne sont pas trouvees, alors ce modele utilise un "double precedent.gif"
	idem pour fin.gif)

]
#SET{etendue,4}
#SET{prec_off,#CHEMIN{img/decoupe/precedent_off.gif}}
#SET{prec_on,#CHEMIN{img/decoupe/precedent.gif}}
#SET{precpage,#ENV*{artpage}|moins{1}}
#SET{suiv_off,#CHEMIN{img/decoupe/suivant_off.gif}}
#SET{suiv_on,#CHEMIN{img/decoupe/suivant.gif}}
#SET{suivpage,#ENV*{artpage}|plus{1}}
#SET{debut_off,#CHEMIN{img/decoupe/debut_off.gif}}
#SET{debut_on,#CHEMIN{img/decoupe/debut.gif}}
#SET{fin_off,#CHEMIN{img/decoupe/fin_off.gif}}
#SET{fin_on,#CHEMIN{img/decoupe/fin.gif}}

[(#ENV*{artpage}|=={1}|oui)
	[(#ENV*{derniere_page}|>={#GET{etendue}}|oui)
		[(#GET{debut_off}|oui)
			<img class="no_image_filtrer" alt="<:couteau:page_debut:>" title="<:couteau:page_debut:>" src="#GET{debut_off}"/>
		]
		[(#GET{debut_off}|non)
			<img class="no_image_filtrer" alt="<:couteau:page_debut:>" title="<:couteau:page_debut:>" src="#GET{prec_off}"/><img class="no_image_filtrer" alt="<:couteau:page_debut:>" title="<:couteau:page_debut:>" src="#GET{prec_off}"/>
		]
	]
	<img class="no_image_filtrer" alt="<:couteau:page_precedente:>" title="<:couteau:page_precedente:>" src="#GET{prec_off}"/>
]
[(#ENV*{artpage}|=={1}|non)
	[(#ENV*{derniere_page}|>={#GET{etendue}}|oui)
		[(#GET{debut_on}|oui)
			<a title="<:couteau:page_debut:>" href="[(#ENV*{self}|decoupe_url{1,#ENV*{derniere_page}})]" class="decoupe_img"><img class="no_image_filtrer" alt="<:couteau:page_debut:>" title="<:couteau:page_debut:>" src="#GET{debut_on}"/></a>
		]
		[(#GET{debut_on}|non)
			<a title="<:couteau:page_debut:>" href="[(#ENV*{self}|decoupe_url{1,#ENV*{derniere_page}})]" class="decoupe_img"><img class="no_image_filtrer" alt="<:couteau:page_debut:>" title="<:couteau:page_debut:>" src="#GET{prec_on}"/><img class="no_image_filtrer" alt="<:couteau:page_debut:>" title="<:couteau:page_debut:>" src="#GET{prec_on}"/></a>
		]
	]
	<a title="<:couteau:page_precedente:>" href="[(#ENV*{self}|decoupe_url{#GET{precpage},#ENV*{derniere_page}})]" class="decoupe_img"><img class="no_image_filtrer" alt="<:couteau:page_precedente:>" title="<:couteau:page_precedente:>" src="#GET{prec_on}"/></a>
]
[(#ENV*{items})]
[(#ENV*{artpage}|=={#ENV*{derniere_page}}|oui)
	<img class="no_image_filtrer" alt="<:couteau:page_suivante:>" title="<:couteau:page_suivante:>" src="#GET{suiv_off}"/>
	[(#ENV*{derniere_page}|>={#GET{etendue}}|oui)
		[(#GET{fin_off}|oui)
			<img class="no_image_filtrer" alt="<:couteau:page_fin:>" title="<:couteau:page_fin:>" src="#GET{fin_off}"/>
		]
		[(#GET{fin_off}|non)
			<img class="no_image_filtrer" alt="<:couteau:page_fin:>" title="<:couteau:page_fin:>" src="#GET{suiv_off}"/><img class="no_image_filtrer" alt="<:couteau:page_fin:>" title="<:couteau:page_fin:>" src="#GET{suiv_off}"/>
		]
	]
]
[(#ENV*{artpage}|=={#ENV*{derniere_page}}|non)
	<a href="[(#ENV*{self}|decoupe_url{#GET{suivpage},#ENV*{derniere_page}})]" class="decoupe_img"><img class="no_image_filtrer" alt="<:couteau:page_suivante:>" title="<:couteau:page_suivante:>" src="#GET{suiv_on}"/></a>
	[(#ENV*{derniere_page}|>={#GET{etendue}}|oui)
		[(#GET{fin_on}|oui)
			<a title="<:couteau:page_fin:>" href="[(#ENV*{self}|decoupe_url{#ENV*{derniere_page},#ENV*{derniere_page}})]" class="decoupe_img"><img class="no_image_filtrer" alt="<:couteau:page_fin:>" title="<:couteau:page_fin:>" src="#GET{fin_on}"/></a>
		]
		[(#GET{fin_on}|non)
			<a title="<:couteau:page_fin:>" href="[(#ENV*{self}|decoupe_url{#ENV*{derniere_page},#ENV*{derniere_page}})]" class="decoupe_img"><img class="no_image_filtrer" alt="<:couteau:page_fin:>" title="<:couteau:page_fin:>" src="#GET{suiv_on}"/><img class="no_image_filtrer" alt="<:couteau:page_fin:>" title="<:couteau:page_fin:>" src="#GET{suiv_on}"/></a>
		]
	]
]