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

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