Valid XHTML     Valid CSS2    

Listing du fichier index1.php avec syntaxhighlighter


        <?php
        #   # (gH)   -_-  index1.php  ;  TimeStamp (unix) : 01 Août 2019 vers 19:25
        error_reporting(E_ALL | E_NOTICE ) ;
        header('Content-Type "text/html; charset=iso-8859-1"') ;
        ini_set( 'default_charset', 'ISO-8859-1' );
        include("../std7.php") ;
        debutPage("DEVWEB LicPro","strict") ;
        debutSection() ;
        
        $R      = ghRouge("R")     ;
        $XML    = ghRouge("XML")   ;
        $Awk    = ghRouge("AWK")   ;
        $PHP    = ghVert("PHP")    ;
        $Python = ghBleu("Python") ;
        $Ruby   = ghRouge("Ruby")  ;
        $HTML   = ghVert("HTML")   ;
        $XHTML  = ghVert("XHTML")  ;
        $CSS    = ghVert("CSS")    ;
        $SQL    = ghVert("SQL")    ;
        $SVG    = ghVert("SVG")    ;
        $AJAX   = ghVert("AJAX")   ;
        $Web    = b("Web")         ;
        
        $JPGRAPH      = ghVert("JpGraph")        ;
        $Javascript   = ghRouge("Javascript")    ;
        
        ## -------------------------------------------------------------------
        
        # redirection éventuelle de www.info vers forge.info
        
        $host = getenv("HTTP_HOST") ; #echo " HOST : $host " ;
        
        if ($host=="www.info.univ-angers.fr") {
        
           $titre  = "pps" ;
           $temps  = 0 ;
           $newUrl = "http://forge.info.univ-angers.fr/~gh/internet/index1.php" ;
        
           debutPageRedir($titre,$temps,$newUrl) ;
        
        } ; # fin si
        
        ## -------------------------------------------------------------------
        
        ####################################################################################
        
        h1("Développement Web","grouge") ;
        blockquote() ;
        h2("Licence professionnelle, Angers") ;
        
        p() ;
        nbsp(20) ;
        echo s_span("gilles.hunault \"at\" univ-angers.fr","gvert") ;
        finp() ;
        
        finblockquote() ;
        
        ####################################################################################
        
        h2("But du cours","gbleu")  ;
        
        ####################################################################################
        
        include("butducours.php") ;
        
        ####################################################################################
        
        h2("Séances de cours prévues","gbleu") ;
        
        ####################################################################################
        
        include("seancesdecours.php") ;
        
        ####################################################################################
        
        h2("Travaux dirigés","gbleu") ;
        
        ####################################################################################
        
        include("travauxdiriges.php") ;
        
        ####################################################################################
        
        h2("Travaux pratiques","gbleu") ;
        
        ####################################################################################
        
        include("travauxpratiques.php") ;
        
        $celcat = "https://edt.univ-angers.fr/edt/ressource?type=G9FDC055BB1C34F92E0530100007F467B&id=9F8A5BD6B1CC88EDE0530100007FD17D" ;
        p() ;
          echo b("Horaires selon CELCAT")."&nbsp;:&nbsp;".href($celcat,"&nbsp;g467965&nbsp;","bouton_fin nou bleu_pastel") ;
        finp() ;
        
        p() ;
         echo "Une interface ".ghRouge("HTML5")." pour ce cours " ;
         echo " se trouve ".ahref("index2.php",copies("&nbsp;",3)."ici".copies("&nbsp;",3),"bouton_fin nou orange_pastel")."." ;
        finp() ;
        
        p() ;
         echo " Le détail des documents de cours, des exercices et de leur corrigé " ;
         echo " est ".ahref("pdc.php",copies("&nbsp;",3)."là".copies("&nbsp;",3),"bouton_fin nou jaune_pastel")."." ;
        finp() ;
        
        p() ;
        echo href("cclicpro.php","Consignes pour le controle continu","grouge")." &nbsp; &nbsp; (2020/2021) " ;
        finp() ;
        
        p() ;
        echo em('Le "'.ghRouge("fil rouge").'" se nomme '.href("Lte/",'LTE'))."." ;
        finp() ;
        
        pvide() ;
        
        p() ;
        echo href("montresource.php?nomfic=index1.php","Code-source de cette page","orange_stim nou")."." ;
        finp() ;
        
        ####################################################################################
        
        finSection() ;
        finPage() ;
        ?>
        

La coloration syntaxique est réalisée par : SyntaxHighlighter.

Si vous préférez, vous pouvez utiliser celle de geshi ou même celle construite autour de la fonction highlight_file.

 

 

retour gH    Retour à la page principale de   (gH)