Valid XHTML    Valid CSS2    

Listing du fichier m1xmlcl.php

 

00001     <?php
00002     
# # (gH) -_- m1xmlcl.php ; TimeStamp (unix) : 08 Août 2017 vers 11:32
00003     
include("std.php") ;
00004     
debutPage
("XML en M1 (2018)","strict") ;
00005     
debutSection() ;
00006     
h1
("XML en M1 (2018), université d'Angers ") ;
00007     
h2
(s_nbsp(4).href("../../","gilles.hunault@univ-angers.fr","gvert nou")) ;
00008     
pvide() ;
00009     
h2
("Utilisez les rubriques du menu pour accéder à la partie du cours qui vous intéresse&nbsp;","gbleu") ;
00010     
pvide() ;
00011     
h3
("Une interface ".s_span("&laquo; à la ".em("responsive Web design")." &raquo; ","gnoir")." est ".href("m1xml.php","ici").".","grouge") ;
00012     
pvide() ;
00013     
00014     
###################################################################
00015     
00016     
$rubs = array(
00017     
"m1xml_1_introduction.php"
=> "Introduction" ,
00018     
"m1xml_2_structure.php"
=> "Structuration" ,
00019     
"m1xml_3_valide.php"
=> "Validation" ,
00020     
"m1xml_4_transforme.php"
=> "Transformation" ,
00021     
"m1xml_5_conclusion.php"
=> "Conclusion" ,
00022     
"m1xml_6_tp1.php"
=> "T.P. numéro 1" ,
00023     
"m1xml_6_tp2.php"
=> "T.P. numéro 2"
00024     
) ; # fin de array
00025     
00026     ###################################################################
00027     
00028     
blockquote() ;
00029     
00030     
$irub
= 0 ;
00031     foreach (
$rubs
as $url=>$rub) {
00032     
$irub++ ;
00033      if (
$irub
<=5) {
00034     
$jrub
= $irub.". " ;
00035      } else {
00036     
$jrub
= "" ;
00037      } ;
# fin si
00038     
if (
$irub==6) { pvide() ; } ;
00039     
h3
($jrub.href($url,$rub,"nou")) ;
00040     } ;
# fin pour chaque
00041     
00042     
p() ;
00043     echo
href
("http://celcat.univ-angers.fr/web/publi/etu/g467981.html","&nbsp;Horaires selon CELCAT&nbsp;","bouton_fin nou vert_pastel") ;
00044     
finp() ;
00045     
00046     
pvide() ;
00047     
p() ;
00048     echo
href
("montresource.php?nomfic=m1xmlcl.php","Code-source php de cette page","orange_stim nou")."." ;
00049     
finp() ;
00050     
00051     
finblockquote() ;
00052     
finSection() ;
00053     
finPage() ;
00054     
?>

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)