Valid XHTML    Valid CSS2    

Listing du fichier sen_hist_form_c.php

 

00001     <?php
00002     
include_once("../std.php") ; # fonctions standards (gH)
00003     
debutPage
("Questionnaire d'histoire") ;
00004     
debutSection() ;
00005     include(
"sen_hist.php") ;
00006     
$tabh
= hist() ;
00007     
00008     
h1
("Questionnaire d'histoire") ;
00009     
00010     
p() ;
00011     echo
"Donner les dates correspondants aux évènements puis cliquer sur le bouton de correction.\n" ;
00012     
finp() ;
00013     
00014     
form
('sen_hist_rep_c.php') ;
00015     
blockquote() ;
00016     
table
(1,5,'collapse') ;
00017     
tr() ;
00018     
th
() ; echo "Evènement\n" ; finth() ;
00019     
th
() ; echo "Date ?\n" ; finth() ;
00020     
fintr() ;
00021     
$ide
= 0 ; # indice de numéro
00022     
foreach (
$tabh as $cle => $valeur) {
00023     
$ide++ ;
00024     
tr() ;
00025     
td() ;
00026      echo
$valeur ;
00027     
fintd() ;
00028     
td() ;
00029     
input_text
("c$ide","",8,'tajaunec') ;
00030     
fintd() ;
00031     
fintr() ;
00032     } ;
# fin pourchaque
00033     
fintable() ;
00034     
00035     
p() ;
00036     
input_submit
('correction') ;
00037     
finp() ;
00038     
00039     
finblockquote() ;
00040     
finform() ;
00041     
00042     
finSection() ;
00043     
finPage() ;
00044     
?>

Pour ne pas voir les numéros de ligne, ajoutez &nl=non à la suite du nom du fichier.

 

 

retour gH    Retour à la page principale de   (gH)