#!/bin/csh -f

set tmp=$PATH_INFO
setenv OBJ $tmp:r

if ( $#argv == 0 ) then
  echo "Content-type: text/html"
  echo ""
else if ( "$argv[$#argv]" == "-f" ) then
else
  echo "Content-type: text/html"
  echo ""
endif

echo "<h1>$OBJ -- Other options</h1>"

setenv QUERY_STRING "`/data/globec/htmlbin/bin/htmlesc '$QUERY_STRING'`"
setenv ACTUAL `/data/globec/htmlbin/bin/fixurl $PATH_INFO`

cat << XXstuffXX
<a href="$ACTUAL?$QUERY_STRING">List</a> at this level<p>
<a href="/jg/plotopt$PATH_INFO?$QUERY_STRING">Plot</a> An X-Y plot<p>
<a href="/jg/mapoptjg$PATH_INFO?$QUERY_STRING">Map</a> Plot stations on map (JGOFS software)<p>
<a href="/jg/fullplotopt$PATH_INFO?$QUERY_STRING">Full Plot</a> Allows 
specifying details for an X-Y plot<p>
<a href="/jg/listopt$PATH_INFO?$QUERY_STRING">Other</a> listings<p>
<a href="/jg/selopt$PATH_INFO?$QUERY_STRING">Subselections</a> of data<p>
<a href="/jg/transopt$PATH_INFO?$QUERY_STRING">Manipulating</a> data [math 
operations, dynamic calculations, join].
Click <a href="http://globec.whoi.edu/globec-dir/mathematical-transformations-help.html"
>here</a> for help. <p>
<a href="/jg/makematlab$PATH_INFO?$QUERY_STRING">Matlab</a> file of 
all data at this level and further in. 
Click <a href="http://globec.whoi.edu/globec-dir/matlab-downloading-help.html">here</a> for help.<p>
XXstuffXX
