Valid XHTML     Valid CSS2    

Listing du fichier ncis.php

 

00001     <?php
00002     
00003     #    (gH)   -_-  ncis.php  ;  TimeStamp (unix) : 31 Mars 2013 vers 11:09
00004     
00005     error_reporting
(E_ALL E_NOTICE E_STRICT) ;
00006     include("std.php"
) ;
00007     debutPage
("Aidons Abby","strict") ;
00008     debutSection
() ;
00009     
00010     #############################################################################################
00011     
00012     h2
("Aidons Abby à trouver les suspects") ;
00013     
00014     table
(0,25) ;
00015       tr
() ;
00016         td
("C","valigntop") ;
00017            p
() ;
00018              $img 
"http://static1.ozap.com/articles/0/15/02/10/@/1415258-pauley-perrette-est-abby-sciuto-dans-diapo-1.jpg" ;
00019              $url 
"http://fr.wikipedia.org/wiki/Abigail_Sciuto" ;
00020              echo href
($url,img($img,$img,350)) ;
00021            finp
() ;
00022         fintd
() ;
00023         td
("C","valigntop") ;
00024           pvide
() ;
00025           h3
("Saisissez ci-dessous la plaque minéralogique de la voiture") ;
00026           p
() ;
00027           echo "(de 1 à 4 chiffres, un espace, deux lettres, un espace et enfin deux chiffres)" 
;
00028           finp
() ;
00029           form
("ncis_res.php") ;
00030            p
() ;
00031              echo input_text
("plaque","","12","tajaunec") ;
00032            finp
() ;
00033            p
() ;
00034              echo input_submit
("envoyer") ;
00035            finp
() ;
00036           finform
() ;
00037         fintd
() ;
00038       fintr
() ;
00039       tr
() ;
00040         td
("C","valigntop") ;
00041            p
() ;
00042              $img 
"mcgee.jpg" ;
00043              $url 
"http://ncis.navy.free.fr/personnages/agent_special_timothy_mcgee.php" ;
00044              echo href
($url,img($img,$img,350)) ;
00045            finp
() ;
00046         fintd
() ;
00047         td
("L","valigntop") ;
00048           pvide
() ;
00049           h3
("Mc Gee propose de mettre des \"tirets du 6\" quand on ne sait pas de quel chiffre ou de quelle lettre il s'agit.") ;
00050           p
() ;
00051           echo "Essayer d'utiliser son système de recherche de suspect&nbsp;:" 
;
00052           finp
() ;
00053           form
("ncis_res2.php") ;
00054            p
() ;
00055              echo input_text
("plaque2","","12","tajaunec") ;
00056            finp
() ;
00057            p
() ;
00058              echo input_submit
("envoyer") ;
00059            finp
() ;
00060           finform
() ;
00061         fintd
() ;
00062       fintr
() ;
00063     fintable
() ;
00064     
00065     pvide
() ;
00066     
00067     p
() ;
00068     echo href
("montresource.php?nomfic=ncis.php","Code-source PHP de cette page","orange_stim nou")."." ;
00069     finp
() ;
00070     
00071     
00072     #############################################################################################
00073     
00074     finSection
() ;
00075     finPage
() ;
00076     ?>

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)