<HTML> <!-- name of file: rpt2.html -->
<HEAD> <TITLE>Basic Report Selection Screen</TITLE> </HEAD>
<BODY> <H1>Basic Report Selection Screen</H1>

<form method="post"
action="/cgi-bin/mmoxcey/oratut/report3.pl">
<input type="hidden" name="call_type" value="open">
<input type=submit value="Show Open Calls">
</form>

<form method="post"
action="/cgi-bin/mmoxcey/oratut/report3.pl">
<input type="hidden" name="call_type" value="closed">
<input type=submit value="Show Closed Calls">
</form>

<form method="post"
action="/cgi-bin/mmoxcey/oratut/report3.pl">
<input type="hidden" name="call_type" value="date_rng">
<input type=submit value="Show Calls for Date Range"><br>
Dates: from <input name="beg_date" type="text"size=11 maxlength=11>
to <input name="end_date" type="text"size=11 maxlength=11>
(format: DD-MON-YYYY example: 01-jan-2000)
</form>

<HR>
<ADDRESS>
Mike Moxcey<BR>
email:
<A href="mailto:Michael.S.Moxcey@usda.gov">Michael.S.Moxcey@usda.gov</A>
</ADDRESS><br>
Links to
<a href="http://www.wwwvoice.com/bud/bud.html">Bud Ugly Web Designs</a>,
<a href="http://www.cooltext.com/">Cooltext.com</a>, and
<a href="http://www.aphis.usda.gov/~mmoxcey/htmledit.html">Web Page Tutorial</a> sites.

</BODY>
</HTML>