Valid XHTML     Valid CSS2    

Listing du fichier canviz.php

 

00001     <?php
00002     
# # (gH) -_- canviz.php ; TimeStamp (unix) : 08 Août 2014 vers 18:38
00003     
error_reporting(E_ALL | E_NOTICE ) ;
00004     include(
"std.php") ;
00005     
$titre
= "Canviz demo ! " ;
00006     
debutPageMinimal
($titre,"strict") ;
00007     
h1
($titre) ;
00008     
# adapted from http://www.canviz.org/index.html
00009     
?>
00010     

00011     <!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="canviz-ie6.css" /><![endif]-->
00012     <!--[if IE]><script type="text/javascript" src="excanvas/excanvas.js"></script><![endif]-->
00013     
00014     <?php
00015     
00016     jsf
(
"prototype/prototype.js") ;
00017     
jsf
("path/path.js") ;
00018     
jsf
("canviz.js") ;
00019     
jsf
("x11colors.js") ;
00020     
jsf
("graphs/graphlist.js") ;
00021     
jsf
("graphs/layoutlist.js") ;
00022     
jsf
("cpage1.js") ;
00023     
00024     
div
("","busy") ; findiv() ;
00025     
00026     
form
("javascript:void(0)") ;
00027     
00028     
p
("cadre","choix") ;
00029     
jsf
("cpage2.js") ;
00030     
finp() ;
00031     
00032     
finform() ;
00033     
00034     
div
("","page_container") ;
00035     
00036     
div
("","graph_container") ; findiv() ;
00037     
00038     
div
("","debug_output") ; findiv() ;
00039     
00040     
findiv() ;
00041     
00042     
###################################################################################################
00043     
00044     
finPageMinimal() ;
00045     
?>

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)