Valid XHTML     Valid CSS2    

Listing du fichier demandeUniprot.php

 

00001     <?php
00002     #    (gH)   -_-  demandeUniprot.php  ;  TimeStamp (unix) : 30 Juin 2009 vers 09:38
00003     ######################################
00004     include(
"../std.php") ;
00005     debutPage
("Correspondance uniprot/interpro") ;
00006     debutSection
() ;
00007     ######################################
00008     
00009     $uniprot 
href("http://www.uniprot.org/","Uniprot") ;
00010     $interpo 
href("http://www.ebi.ac.uk/interpro/","Interpro") ;
00011     h2
("Recherche du numéro $interpo sur le site $uniprot") ;
00012     blockquote
() ;
00013     
00014     form
("reponseUniprot.php") ;
00015     
00016     p
() ;
00017     echo "Donner l'identifiant de la protéine : " 
;
00018     nbsp
(5) ;
00019     input_text
("uni_id","") ;
00020     nbsp
(5) ;
00021     input_submit
("envoi") ;
00022     finp
() ;
00023     finform
() ;
00024     finblockquote
() ;
00025     
00026     ## --------------------------------------
00027     
00028     h2
("Exemples") ;
00029     blockquote
() ;
00030     
00031     p
() ;
00032     echo "Exemple 1 : "
.href("reponseUniprot.php?uni_id=P46519","P46519")." ; " ;
00033     echo " un seul numéro interpro : "
.href("http://www.ebi.ac.uk/interpro/ISearch?query=IPR004864","004864")."." ;
00034     finp
() ;
00035     
00036     p
() ;
00037     echo "Exemple 2 : "
.href("reponseUniprot.php?uni_id=P46518","P46518")." ; " ;
00038     echo " deux numéros interpro, on veut "
.href("http://www.ebi.ac.uk/interpro/ISearch?query=IPR004864","004864")." qui correspond aux LEA." ;
00039     finp
() ;
00040     
00041     p
() ;
00042     echo "Exemple 3 : "
.href("reponseUniprot.php?uni_id=P46518Z","P46518Z")." ; identifiant incorrect, pas de numéro interpro." ;
00043     finp
() ;
00044     
00045     finblockquote
() ;
00046     
00047     ######################################
00048     finSection
() ;
00049     finPage
() ;
00050     ######################################
00051     ?>

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)