Listing du fichier raphael.php
00001 <?php
00002 # # (gH) -_- raphael.php ; TimeStamp (unix) : 11 Août 2014 vers 22:57
00003 error_reporting(E_ALL | E_NOTICE ) ;
00004 include("std7.php") ;
00005 $titre = "Raphael.js DEMO" ;
00006 debutPage($titre,"strict","","../js/raphael.js") ;
00007 debutSection() ;
00008 h1($titre) ;
00009 sdl(2) ;
00010
00011 div("","page") ;
00012 jsf("raphaeldemo.js") ;
00013 findiv() ;
00014
00015 sdl(2) ;
00016
00017 ## -------------------------------------------------------------------------------------------
00018
00019 pvide() ;
00020
00021 p() ;
00022 echo href("montresource.php?nomfic=raphael.php","Code-source de cette page","orange_stim nou")." ; " ;
00023 echo " fichier inclus : ".href("montresource.php?nomfic=raphaeldemo.js","raphaeldemo.js","orange_stim nou")."." ;
00024 finp() ;
00025
00026 finSection() ;
00027 finPage() ;
00028 ?>
Pour ne pas voir les numéros de ligne, ajoutez &nl=non à la suite du nom du fichier.
Retour à la page principale de (gH)