source: trunk/cgi-bin/cross_contents @ 1

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

Geisa inital import

File size: 835 bytes
Line 
1#file=cross_contents
2$cross <crossinfo|
3{
4echo "<table border>"
5echo "<captation><h3>"
6 echol "Contenu de la base <em>$crossbl</em>" "Contents of the <em>$crossbl</em> database"
7 echo "</h3></captation>"
8read nu1 nu2
9echo "<tr><th>&nbsp;"
10 echol "mol&eacute;cule" "molecule"
11 echo " </th><th>&nbsp;code </th><th>&nbsp;"
12 echol "temp&eacute;rature/pression" "temperature/pressure"
13 echo " </th></tr>"
14while read m k tpl;do
15echo "<tr><td align=center>$m</td><td align=center>$k</td><td><small>"
16for tp in $tpl;do
17if [ "$t" = "" ];then echo "$tp""/";t=$tp;else echo "$tp  &nbsp;";t=;fi
18done
19echo "</td></tr>";done
20echo "<captation align=bottom><h4><ul><li>"
21 echol "Domaine spectral" "Spectral range"
22 echo ": <em>$nu1</em>&nbsp;"
23 echol "&agrave;" "to"
24 echo " <em>$nu2</em> cm<sup>-1</sup></li></ul></h4></captation>"
25echo "</table>"
26}
Note: See TracBrowser for help on using the repository browser.