Valid XHTML    Valid CSS2    

Listing du fichier taenhaut.php

 

00001     <?php
00002     
# (gH) -_- taenhaut.php ; TimeStamp (unix) : 12 Février 2010 vers 16:50
00003     
include_once("../std.php") ;
00004     
debutPageMinimal
("un textarea en haut","std.css taenhaut.css") ;
00005     
blockquote() ;
00006     
jsf
("taenhaut.js") ;
00007     
sdl
(2) ;
00008     
#######################################################################
00009     
00010     
div
("hautfixe") ;
00011     
h2
("Ceci est le \"textarea\" qui montre le déroulement du script") ;
00012     
sdl() ;
00013     
00014     
p
('pdroit') ;
00015     
$img1
= img("valid.png","Valid XHTML","88") ;
00016      echo
href
("http://validator.w3.org/check?uri=referer",$img1) ;
00017     
nbsp
(5) ;
00018     
$img2
= img("css.gif","Valid CSS2","88") ;
00019      echo
href
('http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fforge.info.univ-angers.fr%2F%7Egh%2Fstd.css',$img2) ;
00020     
finp() ;
00021     
sdl() ;
00022     
00023     
textarea
("visu_script","cadre",10,80,"visu_script") ;
00024     
fintextarea() ;
00025     
sdl() ;
00026     
00027     
findiv() ;
00028     
sdl
(2) ;
00029     
00030     
#######################################################################
00031     
00032     
div
("bas") ;
00033     
sdl() ;
00034     
00035     
h2
("Choisissez ce que vous voulez exécuter") ;
00036     
sdl() ;
00037     
00038     
p() ;
00039     
nbsp
(10) ;
00040     echo
href
("non.php","script 1","bouton_fin nou vert_pastel","a1","onclick='script1() ; return false '") ;
00041     
nbsp
(10) ;
00042     echo
href
("non.php","script 2","bouton_fin nou vert_pastel","a2","onclick='script2() ; return false '") ;
00043     
nbsp
(10) ;
00044     echo
href
("non.php","script 3","bouton_fin nou vert_pastel","a3","onclick='script3() ; return false '") ;
00045     
nbsp
(10) ;
00046     echo
href
("non.php","reset","bouton_fin nou vert_pastel","a4","onclick='raz() ; return false '") ;
00047     
finp() ;
00048     
sdl() ;
00049     
00050     
#######################################################################
00051     
00052     
h2
("Exécution du script 3","invisible","h3s3") ;
00053     
sdl() ;
00054     
00055     
div
("bleu","divs3") ;
00056     
findiv() ;
00057     
sdl
(2) ;
00058     
00059     
#######################################################################
00060     
findiv() ;
00061     
finPage() ;
00062     
?>

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)