source: trunk/cgi-bin/cross_form_moltps_nu @ 1

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

Geisa inital import

File size: 1.7 KB
Line 
1#file=cross_form_moltps_nu
2s=" checked"
3c="<input type=\"checkbox\" name=\"Mole_"
4echo "<h3><li>"
5 echol "Choix des mol&eacute;cules" "Choosing molecules"
6 echo "</li></h3>"
7echo "<input type=\"radio\" name=\"Moles\" value=\"all\">"
8 echol "Toutes les mol&eacute;cules de la liste ci-dessous." "All the molecules of the following list."
9echo "<br>"
10echo "<input type=\"radio\" name=\"Moles\" value=\"sel\" checked>"
11 echol "S&eacute;lection parmi les mol&eacute;cules ou temp&eacute;rature/pression disponibles dans la liste suivante." "One or more molecules or their temperature/pressure given in the following list."
12echo "<ul>"
13$cross <crossinfo|
14{
15read nu1 nu2
16while read m k tpl;do
17echo "</font><font size=4><strong>$c$m"_0"\"$s>$m</strong></font><font size=2>"
18s=;
19n=0;for tp in $tpl;do
20[ "$t" = "" ]&&{ t=$tp; continue;}
21p=$tp;n=`expr $n + 1`
22echo "$c$m""_$n\">$t""/$p";t=;
23done
24done
25echo "</font>"
26echo "</ul>"
27echo "<h3><li>"
28 echol "Choix du domaine spectral en cm<sup>-1</sup>" "Choosing the spectral arae limits in cm<sup>-1</sup>"
29 echo "</li></h3>"
30echo "<ul><em>"
31 echol "Les valeurs sp&eacute;cifi&eacute;es doivent &ecirc;tre comprises entre $nu1 et $nu2" "Those values should be given in the range $nu1-$nu2."
32 echo ".</em></ul>"
33echo "<ul>"
34echo "<input type=\"hidden\" name=\"Numin\" value=\"$nu1\">"
35echo "<em>"
36 echol "Limite Inf&eacute;rieure" "Lower Limit"
37 echo ":</em>&nbsp;<input type=\"text\" name=\"Nu1\" size=\"10\" maxlength=\"20\" value=\"$nu1\">"
38echo "<input type=\"hidden\" name=\"Numax\" value=\"$nu2\">"
39echo "<em>"
40 echol "Limite Sup&eacute;rieure" "Upper Limit"
41 echo ":</em>&nbsp;<input type=\"text\" name=\"Nu2\" size=\"10\" maxlength=\"20\" value=\"$nu2\">"
42}
43echo "</ul>"
Note: See TracBrowser for help on using the repository browser.