Valid XHTML     Valid CSS2    

Listing du fichier sen_hist_rep_c.php

 

00001     <?php
00002     include(
"../std.php") ;
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 s_span
("Voici la correction de vos réponses","gbleu").".\n" ;
00012     finp
() ;
00013     
00014     blockquote
() ;
00015     table
(1,15,'collapse') ;
00016     
00017     $ide 
# indice de numéro
00018     $cum 
# cumul des points
00019     tr
() ;
00020       th
() ; echo "Evènement\n"        finth() ;
00021       th
() ; echo "Date exacte\n"      finth() ;
00022       th
() ; echo "Votre réponse\n"    finth() ;
00023       th
() ; echo "Réponse correcte&nbsp?\n"    finth() ;
00024       th
() ; echo "Cumul des points\n" finth() ;
00025     fintr
() ;
00026     foreach ($tabh 
as $cle => $valeur) {
00027       $ide
++ ;
00028       tr
() ;
00029       td
() ; echo "$valeur\n" fintd() ;
00030       td
("R") ; echo "$cle\n"    fintd() ;
00031       $rep 
$_GET["c".$ide] ;
00032       if ($rep
=="") { $rep "(aucune réponse)" ; } ;
00033       if ($rep
==$cle) {
00034          $cum
++ ;
00035          $repOk 
"oui" ;
00036          $rep 
s_span("&nbsp;$rep&nbsp;",'gvert') ;
00037       } else {
00038          $rep 
s_span("&nbsp;$rep&nbsp;",'grouge') ;
00039          $repOk 
"non" ;
00040       } ; # fin de si
00041       td
("R") ; echo "$rep\n" fintd() ;
00042       td
("c") ; echo "$repOk\n" fintd() ;
00043       td
("R") ; echo "$cum\n" fintd() ;
00044       fintr
() ;
00045     } ; # fin pourchaque
00046     fintable
() ;
00047     finblockquote
() ;
00048     
00049     finSection
() ;
00050     finPage
() ;
00051     ?>

La coloration syntaxique est réalisée par un enrobage de la function php nommée highlight_file

mais si vous préférez, vous pouvez utiliser celle de SyntaxHighlighter ou même celle de geshi.

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)