Valid XHTML     Valid CSS2    

Listing du fichier index1.php

 

00001     <?php
00002     #   # (gH)   -_-  index1.php  ;  TimeStamp (unix) : 01 Août 2019 vers 19:25
00003     error_reporting
(E_ALL E_NOTICE ) ;
00004     header
('Content-Type "text/html; charset=iso-8859-1"') ;
00005     ini_set
'default_charset''ISO-8859-1' );
00006     include("../std7.php"
) ;
00007     debutPage
("DEVWEB LicPro","strict") ;
00008     debutSection
() ;
00009     
00010     $R      
ghRouge("R")     ;
00011     $XML    
ghRouge("XML")   ;
00012     $Awk    
ghRouge("AWK")   ;
00013     $PHP    
ghVert("PHP")    ;
00014     $Python 
ghBleu("Python") ;
00015     $Ruby   
ghRouge("Ruby")  ;
00016     $HTML   
ghVert("HTML")   ;
00017     $XHTML  
ghVert("XHTML")  ;
00018     $CSS    
ghVert("CSS")    ;
00019     $SQL    
ghVert("SQL")    ;
00020     $SVG    
ghVert("SVG")    ;
00021     $AJAX   
ghVert("AJAX")   ;
00022     $Web    
b("Web")         ;
00023     
00024     $JPGRAPH      
ghVert("JpGraph")        ;
00025     $Javascript   
ghRouge("Javascript")    ;
00026     
00027     ## -------------------------------------------------------------------
00028     
00029     # redirection éventuelle de www.info vers forge.info
00030     
00031     $host 
getenv("HTTP_HOST") ; #echo " HOST : $host " ;
00032     
00033     if (
$host=="www.info.univ-angers.fr") {
00034     
00035        $titre  
"pps" ;
00036        $temps  
;
00037        $newUrl 
"http://forge.info.univ-angers.fr/~gh/internet/index1.php" ;
00038     
00039        debutPageRedir
($titre,$temps,$newUrl) ;
00040     
00041     } ; # fin si
00042     
00043     ## -------------------------------------------------------------------
00044     
00045     ####################################################################################
00046     
00047     h1
("Développement Web","grouge") ;
00048     blockquote
() ;
00049     h2
("Licence professionnelle, Angers") ;
00050     
00051     p
() ;
00052     nbsp
(20) ;
00053     echo s_span
("gilles.hunault \"at\" univ-angers.fr","gvert") ;
00054     finp
() ;
00055     
00056     finblockquote
() ;
00057     
00058     ####################################################################################
00059     
00060     h2
("But du cours","gbleu")  ;
00061     
00062     ####################################################################################
00063     
00064     include(
"butducours.php") ;
00065     
00066     ####################################################################################
00067     
00068     h2
("Séances de cours prévues","gbleu") ;
00069     
00070     ####################################################################################
00071     
00072     include(
"seancesdecours.php") ;
00073     
00074     ####################################################################################
00075     
00076     h2
("Travaux dirigés","gbleu") ;
00077     
00078     ####################################################################################
00079     
00080     include(
"travauxdiriges.php") ;
00081     
00082     ####################################################################################
00083     
00084     h2
("Travaux pratiques","gbleu") ;
00085     
00086     ####################################################################################
00087     
00088     include(
"travauxpratiques.php") ;
00089     
00090     $celcat 
"https://edt.univ-angers.fr/edt/ressource?type=G9FDC055BB1C34F92E0530100007F467B&id=9F8A5BD6B1CC88EDE0530100007FD17D" ;
00091     p
() ;
00092       echo b
("Horaires selon CELCAT")."&nbsp;:&nbsp;".href($celcat,"&nbsp;g467965&nbsp;","bouton_fin nou bleu_pastel") ;
00093     finp
() ;
00094     
00095     p
() ;
00096      echo "Une interface "
.ghRouge("HTML5")." pour ce cours " ;
00097      echo " se trouve "
.ahref("index2.php",copies("&nbsp;",3)."ici".copies("&nbsp;",3),"bouton_fin nou orange_pastel")."." ;
00098     finp
() ;
00099     
00100     p
() ;
00101      echo " Le détail des documents de cours, des exercices et de leur corrigé " 
;
00102      echo " est "
.ahref("pdc.php",copies("&nbsp;",3)."là".copies("&nbsp;",3),"bouton_fin nou jaune_pastel")."." ;
00103     finp
() ;
00104     
00105     p
() ;
00106     echo href
("cclicpro.php","Consignes pour le controle continu","grouge")." &nbsp; &nbsp; (2020/2021) " ;
00107     finp
() ;
00108     
00109     p
() ;
00110     echo em
('Le "'.ghRouge("fil rouge").'" se nomme '.href("Lte/",'LTE'))."." ;
00111     finp
() ;
00112     
00113     pvide
() ;
00114     
00115     p
() ;
00116     echo href
("montresource.php?nomfic=index1.php","Code-source de cette page","orange_stim nou")."." ;
00117     finp
() ;
00118     
00119     ####################################################################################
00120     
00121     finSection
() ;
00122     finPage
() ;
00123     ?>

La coloration syntaxique est réalisée par un enrobage de la function php nommée highlight_file

mais si vous préférez, vous pouvez utiliser celle de SyntaxHighlighter ou même celle de geshi.

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)