summaryrefslogtreecommitdiff
path: root/httemplate/search/report_tax.html
blob: 38b665a5aca03de2e7dd29e0b919999d1e218c04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<HTML>
  <HEAD>
    <TITLE>Tax Report Criteria</TITLE>
  </HEAD>
  <BODY BGCOLOR="#e8e8e8">
    <H1>Tax Report Criteria</H1>
    <FORM ACTION="report_tax.cgi" METHOD="GET">
    <TABLE>
     <%= include( '/elements/tr-select-agent.html' ) %>
     <%= include( '/elements/tr-input-beginning_ending.html' ) %>
    </TABLE>

      <BR><INPUT TYPE="submit" VALUE="Get Report">

    </FORM>
  </BODY>
</HTML>