Listing du fichier sen_hist_form_c.php avec syntaxhighlighter
<?php include_once("../std.php") ; # fonctions standards (gH) debutPage("Questionnaire d'histoire") ; debutSection() ; include("sen_hist.php") ; $tabh = hist() ; h1("Questionnaire d'histoire") ; p() ; echo "Donner les dates correspondants aux évènements puis cliquer sur le bouton de correction.\n" ; finp() ; form('sen_hist_rep_c.php') ; blockquote() ; table(1,5,'collapse') ; tr() ; th() ; echo "Evènement\n" ; finth() ; th() ; echo "Date ?\n" ; finth() ; fintr() ; $ide = 0 ; # indice de numéro foreach ($tabh as $cle => $valeur) { $ide++ ; tr() ; td() ; echo $valeur ; fintd() ; td() ; input_text("c$ide","",8,'tajaunec') ; fintd() ; fintr() ; } ; # fin pourchaque fintable() ; p() ; input_submit('correction') ; finp() ; finblockquote() ; finform() ; finSection() ; finPage() ; ?>La coloration syntaxique est réalisée par : SyntaxHighlighter.
Si vous préférez, vous pouvez utiliser celle de geshi ou même celle construite autour de la fonction highlight_file.
Retour à la page principale de (gH)