$nbrpages)$end=$nbrpages; // crée les tests de formulaire $script = $script_test_form; $script = str_replace("!!tests!!", test_field_value_comp('form', 'page', GREATER, $nbrpages, $msg["page_too_high"]) ."\n". test_field_value_comp('form', 'page', LESSER, 1, $msg["page_too_low"]), $script); $print = $script; // affichage de la barre de navigation $print .= "
\n"; return $print; } function printnavbar_onclick($page, $nbrpages, $url,$action='') { global $script_test_form; global $msg; $precedente = $page-1; $suivante = $page+1; // affichage de la barre de navigation $print = " \n"; return $print; }