diff options
author | mark <mark> | 2010-08-05 20:10:42 +0000 |
---|---|---|
committer | mark <mark> | 2010-08-05 20:10:42 +0000 |
commit | b93983d6758cd67b7bcb6c4118344981d8bb6e8d (patch) | |
tree | 2648e64bc26442675d1d6ab443f1e773bee4c1f5 /httemplate/search/cust_pkg_summary.html | |
parent | b90c466e6b0d4477855ff3ff7b8f40937b129364 (diff) |
Package summary report, RT#8461
Diffstat (limited to 'httemplate/search/cust_pkg_summary.html')
-rw-r--r-- | httemplate/search/cust_pkg_summary.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/httemplate/search/cust_pkg_summary.html b/httemplate/search/cust_pkg_summary.html new file mode 100644 index 000000000..a0ef47210 --- /dev/null +++ b/httemplate/search/cust_pkg_summary.html @@ -0,0 +1,24 @@ +<% include( '/elements/header.html', 'Package Summary Report' ) %> + +<FORM ACTION="cust_pkg_summary.cgi" METHOD="GET"> + +<TABLE BGCOLOR="#cccccc" CELLSPACING=0> + + <TR> + <TH CLASS="background" COLSPAN=2 ALIGN="left"> + <FONT SIZE="+1">Search options</FONT> + </TH> + </TR> + + <% include ('/elements/tr-input-beginning_ending.html') %> + +</TABLE> + +<BR> +<INPUT TYPE="submit" VALUE="Get Report"> + +</FORM> + +<% include('/elements/footer.html') %> +<%init> +</%init> |