Valid XHTML     Valid CSS2    

Listing du fichier demandeUniprot.php avec syntaxhighlighter


        <?php
        #    (gH)   -_-  demandeUniprot.php  ;  TimeStamp (unix) : 30 Juin 2009 vers 09:38
        ######################################
        include("../std.php") ;
        debutPage("Correspondance uniprot/interpro") ;
        debutSection() ;
        ######################################
        
        $uniprot = href("http://www.uniprot.org/","Uniprot") ;
        $interpo = href("http://www.ebi.ac.uk/interpro/","Interpro") ;
        h2("Recherche du numéro $interpo sur le site $uniprot") ;
        blockquote() ;
        
        form("reponseUniprot.php") ;
        
        p() ;
        echo "Donner l'identifiant de la protéine : " ;
        nbsp(5) ;
        input_text("uni_id","") ;
        nbsp(5) ;
        input_submit("envoi") ;
        finp() ;
        finform() ;
        finblockquote() ;
        
        ## --------------------------------------
        
        h2("Exemples") ;
        blockquote() ;
        
        p() ;
        echo "Exemple 1 : ".href("reponseUniprot.php?uni_id=P46519","P46519")." ; " ;
        echo " un seul numéro interpro : ".href("http://www.ebi.ac.uk/interpro/ISearch?query=IPR004864","004864")."." ;
        finp() ;
        
        p() ;
        echo "Exemple 2 : ".href("reponseUniprot.php?uni_id=P46518","P46518")." ; " ;
        echo " deux numéros interpro, on veut ".href("http://www.ebi.ac.uk/interpro/ISearch?query=IPR004864","004864")." qui correspond aux LEA." ;
        finp() ;
        
        p() ;
        echo "Exemple 3 : ".href("reponseUniprot.php?uni_id=P46518Z","P46518Z")." ; identifiant incorrect, pas de numéro interpro." ;
        finp() ;
        
        finblockquote() ;
        
        ######################################
        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)