source: trunk/cgi-bin/geisa_contents @ 1

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

Geisa inital import

File size: 1.1 KB
Line 
1#file=geisa_contents
2$geisa <geisainf|
3{
4skip 7
5echo "<table border>"
6read l m n p q r s t u
7echo "<captation><h3>"
8 echol "Contenu de la base <em>$t</em>" "Contents of the <em>$t</em> data base"
9 echo "</h3></captation>"
10skip 4
11read l m n p q r
12echo "<tr><th>&nbsp;"
13echol "mol&eacute;cule" "molecule"
14echo " </th><th>&nbsp;$m </th><th>&nbsp;$n </th><th colspan=2>&nbsp;"
15echol "nombre de" "number of"
16echo "$r </th></tr>"
17skip 2
18while read l m n;test "$l" != "------";do
19echo "<tr><td>$l</td><td align=center>$m</td><td>`expr \"$n\" : '/\(.*\)/'`</td><td align=right colspan=2>`expr \"$n\" : '/.*/\(.*\)'`</td></tr>";done
20skip 2;ifs=$IFS;IFS=" =";read l m n p q r s t u v nu1 x y nu2;IFS=$ifs
21echo "<tr><th colspan=3></th><th>&nbsp;total</th><td align=right>$p</td></tr>"
22echo "<captation align=bottom><h4><ul><li>"
23echol "Domaine spectral" "Spectral area"
24echo ": <em>$nu1</em> &agrave; <em>$nu2</em> cm<sup>-1</sup></li></ul></h4></captation>"
25echo "<captation align=bottom><h4><ul><li>"
26echol "Nombre total de transitions" "Total number of transitions"
27echo ": <em>$p</em></li></ul></h4></captation>"
28echo "</table>"
29}
Note: See TracBrowser for help on using the repository browser.