<? /***************************************************/ // $h=HAUTEUR_VIGNETTE; $w=LARGEUR_VIGNETTE; // $pl=VIGNETTES_PAR_LIGNE; $infos=CACHER_LES_INFOS; // $max=MAX_PAR_PAGE; $parms=LIST_VIGNETTES // $act=TABLEAU_IMAGES; $i=NUMERO_PAGE; // $b1=CODE_GRAS_PAGE_COURS; $bl2=FIN_TAG_B; /***************************************************/ //---- Lien de retour à la première page $back_2_1st = "<a href=\"$PHP_SELF?dir=$dir&h=$h&w=$w&from=0&pl=$pl&max=$max&infos=$infos$parms\"><<</a> "; //---- Lien de page précédente $back = "<a href=\"$PHP_SELF?dir=$dir&h=$h&w=$w&pl=$pl&infos=$infos&from=".($from-$max-1)."&max=$max$parms\"><</a> "; //---- Lien de numéro de page $page_list = "<a href=\"$PHP_SELF?dir=$dir&h=$h&w=$w&from=".(($i-1)*$max)."&max=$max&infos=$infos&pl=$pl$parms\">$b1".$i."$b2</a> "; //---- Lien de page suivante $next = "<a href=\"$PHP_SELF?dir=$dir&h=$h&w=$w&pl=$pl&infos=$infos&from=".($from+$max+1)."&max=$max$parms\">></a> "; //---- Lien de dernière page $go_to_last = "<a href=\"$PHP_SELF?dir=$dir&h=$h&w=$w&from=".(count($imgs)-$max)."&max=$max&infos=$infos&pl=$pl$parms\">>></a>"; ?>