Valid XHTML     Valid CSS2    

Listing du fichier cmpdtd_f.php

 

00001     <?php
00002     
# (gH) -_- analysedtd.php ; TimeStamp (unix) : 15 Août 2012 vers 14:34
00003     
00004     
error_reporting(E_ALL) ;
00005     include(
"../std.php") ;
00006     include(
"cmpdtd_inc.php") ;
00007     
00008     
#############################################################################
00009     
00010     
$host
= getenv("HTTP_HOST") ;
00011     
$newUrl
= "http://forge.info.univ-angers.fr/~gh/internet/Webrd/cmpdtd_f.php" ;
00012     
00013     if (
$host
=="www.info.univ-angers.fr") {
00014     
debutPageRedir
("redirection",0,$newUrl) ;
00015     
finPage() ;
00016      exit(-
1) ;
00017     }
# fin si
00018     
00019     #############################################################################
00020     
00021     
debutPage
("Comparaison de grammaires DTD","strict") ;
00022     
debutSection() ;
00023     
00024     
#############################################################################
00025     
00026     
$tabGrams
= lesGrammaires() ;
00027     
$nomsGrams
= implode(" ",array_keys($tabGrams)) ;
00028     
00029     
h2
("Choisissez les grammaires à comparer") ;
00030     
blockquote() ;
00031     
00032     
form
("cmpdtd.php") ;
00033      for (
$igram
=1;$igram<=2;$igram++) {
00034     
p() ;
00035      echo
"Grammaire
$igram &nbsp; &nbsp; " ;
00036     
sdl() ;
00037     
listeSelectFromTxt
("gram$igram",$nomsGrams,$igram,"",1) ;
00038     
finp() ;
00039      } ;
# fin pour igram
00040     
p() ;
00041     
nbsp
(30) ;
00042     
input_submit
("go !","envoyer","vert_pastel") ;
00043     
finp() ;
00044     
finform() ;
00045     
finblockquote() ;
00046     
00047     
#############################################################################
00048     
00049     
p() ;
00050     echo
href
("montresource.php?nomfic=cmpdtd_f.php","Code source php de cette page","orange_stim nou").". " ;
00051     
finp() ;
00052     
00053     
#############################################################################
00054     
00055     
finSection() ;
00056     
finPage() ;
00057     
?>

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)