source: trunk/cgi-bin/geisa_form_moliso_nu @ 1

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

Geisa inital import

File size: 1.3 KB
Line 
1#file=geisa_form_moliso_nu
2s=" checked"
3c="<input type=\"radio\" name=\"Moliso\" value=\""
4echo "<h3><li>"
5 echol "Choix de la mol&eacute;cule" "Choosing one mole"
6 echo "</li></h3>"
7echo "<ul>"
8$geisa <geisainf|
9{
10skip 15
11while read m l;[ $m != ------ ];do
12echo "</font><font size=4><strong>"
13if [ $allisot = 0 ]; then echo "&nbsp;"; else echon "$c$m\"$s>";s=; fi
14echo "$m</strong></font><font size=2>"
15ifs=$IFS;IFS=" -";for n in `expr "$l" : '.*/\(.*\)/'`;do echo "$c$m"_"$n\"$s>$n";s=;done
16IFS=$ifs;done
17echo "</font>"
18echo "</ul>"
19skip 2;ifs=$IFS;IFS=" =";read l m n p q r s t u v nu1 x y nu2;IFS=$ifs
20echo "<h3><li>"
21 echol "Choix du domaine spectral en cm<sup>-1</sup>," "Choosing the spectral area in cm<sup>-1</sup>,"
22 echol "de <em>$nu1</em> &agrave <em>$nu2</em>" "from <em>$nu1</em> to <em>$nu2</em>"
23 echo "</li></h3>"
24echo "<ul>"
25echo "<em>"
26 echol "Limite Inf&eacute;rieure" "Lower Bound"
27 echo ":</em>&nbsp;<input type=\"text\" name=\"Nu1\" size=\"10\" maxlength=\"20\" value=\"$nu1\">"
28echo " &nbsp;&nbsp;<em>"
29 echol "Limite Sup&eacute;rieure" "Upper Bound"
30 echo ":</em>&nbsp;<input type=\"text\" name=\"Nu2\" size=\"10\" maxlength=\"20\" value=\"$nu2\">"
31}
32[ "$dnu_opt" = 0 ]||
33{
34echo " &nbsp;&nbsp;<em>"
35 echol "Pas d'Etude" "Sampling Step"
36 echo ":</em>&nbsp;<input type=\"text\" name=\"Dnu\" size=\"10\" maxlength=\"20\">"
37}
38echo "</ul>"
Note: See TracBrowser for help on using the repository browser.