summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_pkg.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/cust_pkg.html')
-rwxr-xr-xhttemplate/search/cust_pkg.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/httemplate/search/cust_pkg.html b/httemplate/search/cust_pkg.html
new file mode 100755
index 0000000..bb0a540
--- /dev/null
+++ b/httemplate/search/cust_pkg.html
@@ -0,0 +1,24 @@
+<HTML>
+ <HEAD>
+ <TITLE>Packages</TITLE>
+ </HEAD>
+ <BODY>
+ <CENTER>
+ <H1>Packages</H1>
+ </CENTER>
+ <HR>
+ <FORM ACTION="cust_pkg.cgi" METHOD="post">
+ <INPUT TYPE="hidden" NAME="magic" VALUE="bill">
+ Return <B>packages</B> with next bill date:
+ from <INPUT TYPE="text" NAME="beginning"> <i>m/d/y</i>
+ to <INPUT TYPE="text" NAME="ending"> <i>m/d/y</i>
+
+ <P><INPUT TYPE="submit" VALUE="Get Report">
+
+ </FORM>
+
+ <HR>
+
+ </BODY>
+</HTML>
+