#!/usr/bin/perl use usabcgi; print "Content-type:text/html\n\n"; print "
Thank you very much for helping us improve the usability of the Greenstone software\n
We received your report at $reportvals{\"time\"}, any updates are shown below.\n
To track this report continue to use the URL http://$ENV{HTTP_HOST}$ENV{SCRIPT_NAME}?$ENV{QUERY_STRING}.\n"; print "
None at this time.
\n"; } else { print $reportvals{"update"}; } print "Contact us with any queries or if you would like this report to be removed from the database. Please include your report ID number ($ENV{QUERY_STRING}) if your query concerns this report specifically.\n"; print "";