Valid XHTML     Valid CSS2    

Listing du fichier f_aqtExcel.php

 

00001     <?php
00002     
00003     #   # (gH)   -_-  f_aqtExcel.php  ;  TimeStamp (unix) : 24 Décembre 2015 vers 19:25
00004     error_reporting
(E_ALL E_NOTICE ) ;
00005     
00006     include("std.php"
) ;
00007     $titre 
"Formulaire d'analyse de données QT dans un fichier Excel " ;
00008     debutPage
($titre,"strict","","") ;
00009     debutSection
() ;
00010     h1
($titre) ;
00011     
00012     $fExcel 
"her_extrait.xls" ;
00013     
00014     p
() ;
00015     echo "Vous pouvez cliquer "
.href($fExcel,"ici")." pour voir le fichier Excel nommé ".b($fExcel).". " ;
00016     finp
() ;
00017     
00018     # ---------------------------------------------------------------------
00019     
00020     form
("aqtExcel.php") ;
00021     
00022     p
() ;
00023       echo "Choisissez ce que vous voulez traiter&nbsp;:" 
;
00024       nbsp
(2) ;
00025       listeSelectFromTxt
("varQt","AGE TAILLE POIDS toutes") ;
00026       nbsp
(2) ;
00027       echo "puis cliquez sur " 
;
00028       input_submit
("analyser","","bouton_fin nou vert_pastel") ;
00029     finp
() ;
00030     
00031     finform
() ;
00032     
00033     # ---------------------------------------------------------------------
00034     
00035     p
() ;
00036      echo s_span
("Code-source de cette page","orange_stim nou")."&nbsp;: " ;
00037      echo href
("montresource.php?nomfic=f_aqtExcel.php","f_aqtExcel.php")."." ;
00038     finp
() ;
00039     
00040     
00041     # ---------------------------------------------------------------------
00042     
00043     finSection
() ;
00044     finPage
() ;
00045     ?>

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)