'); /*================================================================================================== */ echo("
Parametre
CodeDescriptionBooléenChoix multiples
 ".$enteteParametre['tlId']."".$enteteParametre['tlLibelle']."".$enteteParametre['tlBooleen']."".$enteteParametre['tlChoixMultiple']."

Valeurs "); $numPa=1; foreach ($lesInfosParametre as $uneLigne) { if ($numPa<9) {$numPa=$numPa+1; $type = $choix; $indice = $uneLigne['pIndice']; echo(""); } } while ($numPa<9) { echo(""); $numPa=$numPa+1; } echo("
".$uneLigne['pIndice']." ".$uneLigne['pLibelle']." "); echo(" "); echo (" "); echo ("
...     
(suite) "); $numP=1; foreach ($lesInfosParametre as $uneLigne) { if ($numP>=9) { $type = $choix; $indice = $uneLigne['pIndice']; echo(""); } $numP=$numP+1; } if ($numP<9) {$numP=9;} while ($numP<17) { echo(""); $numP=$numP+1; } echo("
".$uneLigne['pIndice']." ".$uneLigne['pLibelle']." "); echo(" "); echo (" "); echo ("
...     
Observations
...
"); ?>