diff options
Diffstat (limited to 'httemplate/search/report_tax.html')
-rwxr-xr-x | httemplate/search/report_tax.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/httemplate/search/report_tax.html b/httemplate/search/report_tax.html new file mode 100755 index 000000000..a7beb2471 --- /dev/null +++ b/httemplate/search/report_tax.html @@ -0,0 +1,23 @@ +<HTML> + <HEAD> + <TITLE>Tax Report Criteria</TITLE> + </HEAD> + <BODY> + <CENTER> + <H1>Tax Report Criteria</H1> + </CENTER> + <HR> + <FORM ACTION="report_tax.cgi" METHOD="post"> + Return <B>tax report</B> for period: + from <INPUT TYPE="text" NAME="beginning"> + to <INPUT TYPE="text" NAME="ending"> + + <P><INPUT TYPE="submit" VALUE="Get Report"> + + </FORM> + + <HR> + + </BODY> +</HTML> + |