source: trunk/cgi-bin/geisa_form_histo @ 1

Last change on this file since 1 was 1, checked in by cbipsl, 18 years ago

Geisa inital import

File size: 497 bytes
Line 
1#file=geisa_form_histo
2echo "<h3><li>"
3 echol "Choix des histogrammes" "Choosing the histograms"
4 echo "</li></h3>"
5echo "<ul>"
6echon "<input type=\"radio\" name=\"Histo\" value=\"inte\" checked>"
7 echol "intensit&eacute;s" "intensities"
8echon "<input type=\"radio\" name=\"Histo\" value=\"base\">"
9 echol "niveaux de base" "ground-levels"
10echon "<input type=\"radio\" name=\"Histo\" value=\"deux\">"
11 echol "intensit&eacute;s et niveaux de base" "both intensities and ground-levels"
12echo "</ul>"
Note: See TracBrowser for help on using the repository browser.