Valid XHTML     Valid CSS2    

Listing du fichier l2xml_6_exercices.php

 

00001     <?php
00002     
# # (gH) -_- l2xml_6_exercices.php ; TimeStamp (unix) : 15 Ao&ucirc;t 2017 vers 11:16
00003     
include("std.php") ;
00004     if (!isset(
$_GET
["standalone"])) { debutPage("XML exercices corrig&eacute;s","strict","","l2xml.js") ; } ;
00005     
00006     
$HTML
= s_span("HTML" ,"grouge") ;
00007     
$XHTML
= s_span("XHTML","grouge") ;
00008     
$XPATH
= s_span("XPATH","grouge") ;
00009     
$XML
= s_span("XML" ,"grouge") ;
00010     
$DTD
= s_span("DTD" ,"grouge") ;
00011     
$XSD
= s_span("XSD" ,"grouge") ;
00012     
$XSL
= s_span("XSL" ,"grouge") ;
00013     
$CSS
= s_span("CSS" ,"grouge") ;
00014     
$Yaml
= ghVert("Yaml") ;
00015     
$Json
= ghVert("Json") ;
00016     
00017     
debutSection() ;
00018     
blockquote() ;
00019     
00020     
h1
("Exercices corrig&eacute;s pour ".ghRouge("XML")) ;
00021     
00022     
pvide() ;
00023     
00024     
p
("texte demiLargeur") ;
00025     echo
"Cinq s&eacute;ries d'exercices sont propos&eacute;s. " ;
00026     echo
" Vous pouvez acc&eacute;der &agrave; ces T.P. &agrave; l'aide des liens suivants&nbsp;:" ;
00027     
finp() ;
00028     
00029     
$mots
= [ "rien","outils ligne de commandes","structuration","validation","transformation","programmation" ] ;
00030     
00031     
blockquote() ;
00032     for (
$itp
=1;$itp<=5;$itp++) {
00033     
p
("texte" );
00034      if (!isset(
$_GET
["standalone"])) {
00035      echo
href
("l2xml_6_tp".$itp.".php","T.P. num&eacute;ro $itp")."&nbsp;:&nbsp;".$mots[$itp] ;
00036      } else {
00037     
blockquote() ;
00038     
div
("plusgros") ;
00039     
$numTP
= 60 + $itp ;
00040     
$dscTP
=s_span("&nbsp;T.P. num&eacute;ro $itp&nbsp;","plusgros bouton_fin nou orange_pastel")."&nbsp;:&nbsp;".$mots[$itp] ;
00041      echo
s_span
($dscTP, "nav-link","tp$itp",' onclick="partie('.$numTP.')" ') ;
00042     
findiv() ;
00043     
finblockquote() ;
00044      } ;
# fin si
00045     
finp() ;
00046     } ;
# fin pour itp
00047     
finblockquote() ;
00048     
00049     
finblockquote() ;
00050     
finSection() ;
00051     if (!isset(
$_GET
["standalone"])) {
00052     
pvide() ;
00053     
p() ;
00054      echo
href
("montresource.php?nomfic=l2xml_6_exercices.php","Code-source php de cette page","orange_stim nou")."." ;
00055     
finp() ;
00056     
finPage() ;
00057     } ;
# fin si
00058     
?>

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)