#!/bin/csh -f

# delinventory
# February 20, 1997 RCG

#Delete data from the U.S. GLOBEC Georges Bank Inventory Files

echo "Content-type: text/html"
echo ""

#set scriptcgi="invtest"
set scriptcgi="inv"

set script_loc=/data/rgroman/Inventory/scripts
cd $script_loc

echo "<h2>Delete data from the U.S. GLOBEC Georges Bank Inventory</h2>"

echo "If the options below are satisfactory, then "
echo "click on <form action="\""/$scriptcgi/dodelete"\"" method="\""POST"\"">"
echo "<input type="\""submit"\""value="\""Delete data"\""><p>"

echo "Project: <input name="\""project"\"" size="\""15"\"" >"

echo "</form>"
