Valid XHTML     Valid CSS2    

Listing du fichier chglng.php avec syntaxhighlighter


        <?php
        #    (gH)   -_-  chglng.php  ;  TimeStamp (unix) : 30 Janvier 2010 vers 19:23
        include("../std.php") ;
        debutPage("Changement de langue","strict","","chglng2.js") ;
        debutSection() ;
        ####################################################################
        
        $h1 = "Site multilingue" ;
        h1($h1) ;
        sdl() ;
        
        p() ;
        nbsp(10) ;
        sdl() ;
        echo href("javascript:langue(\"FR\")",img("../images/drapeau_fr.png")) ;
        sdl() ;
        nbsp(10) ;
        sdl() ;
        echo href("javascript:langue(\"EN\")",img("../images/drapeau_uk.png")) ;
        sdl() ;
        finp() ;
        sdl() ;
        
        p("","p1") ;
        cmt("p1") ;
        finp() ;
        sdl() ;
        
        blockquote() ;
        p("","p2") ;
        cmt("p2") ;
        finp() ;
        finblockquote() ;
        sdl() ;
        
        p("","p3") ;
        cmt("p3") ;
        finp() ;
        sdl() ;
        
        noscript() ;
        p("","p4") ;
        cmt("p4") ;
        echo "Javascript est non activé, aucun action ne sera exécutée." ;
        finp() ;
        sdl() ;
        finnoscript() ;
        
        
        ####################################################################
        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)