summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/bill.html
diff options
context:
space:
mode:
authorjeff <jeff>2008-01-23 19:18:39 +0000
committerjeff <jeff>2008-01-23 19:18:39 +0000
commitc0fdb0884f3e5fb72e83e0b65d52b5a593bd670a (patch)
tree15f3eea41077877223c3d45f992abb6df172eeb8 /fs_selfservice/FS-SelfService/cgi/bill.html
parent9270d54732d8cf73030555fdc32fa9ff929b22c2 (diff)
change service, billing, and payment info in selfservice
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/bill.html')
-rw-r--r--fs_selfservice/FS-SelfService/cgi/bill.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/bill.html b/fs_selfservice/FS-SelfService/cgi/bill.html
new file mode 100644
index 000000000..bbdf1f210
--- /dev/null
+++ b/fs_selfservice/FS-SelfService/cgi/bill.html
@@ -0,0 +1,7 @@
+<TR>
+ <TD ALIGN="right">P.O.&nbsp;number</TD>
+ <TD><INPUT TYPE="text" NAME="payinfo" SIZE=10 MAXLENGTH=20 VALUE="<%=$payinfo%>"></TD>
+</TR><TR>
+ <TD ALIGN="right">Attention</TD>
+ <TD><INPUT TYPE="text" SIZE=32 MAXLENGTH=80 NAME="payname" VALUE="<%=$payname%>"></TD>
+</TR>