From c0fdb0884f3e5fb72e83e0b65d52b5a593bd670a Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 23 Jan 2008 19:18:39 +0000 Subject: change service, billing, and payment info in selfservice --- fs_selfservice/FS-SelfService/cgi/check.html | 54 ++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 fs_selfservice/FS-SelfService/cgi/check.html (limited to 'fs_selfservice/FS-SelfService/cgi/check.html') diff --git a/fs_selfservice/FS-SelfService/cgi/check.html b/fs_selfservice/FS-SelfService/cgi/check.html new file mode 100644 index 000000000..68753fe08 --- /dev/null +++ b/fs_selfservice/FS-SelfService/cgi/check.html @@ -0,0 +1,54 @@ + + Account type + + + + + Account number + + + ABA/Routing number + + + Bank name + + + <%= + $OUT = ''; + if ($show_paystate) { + $OUT .= qq!Bank state'; + } + %> + <%= + $OUT = ''; + if ($show_ss) { + $OUT .= 'Account holder
Social '; + $OUT .= 'security or tax ID #'; + $OUT .= qq!!; + $OUT .= ''; + } + %> + <%= + $OUT = ''; + if ($show_stateid) { + $OUT .= ''; + $OUT .= qq!Account holder
$stateid_label!; + $OUT .= qq!!; + $OUT .= qq!$stateid_state_label!; + $OUT .= ''; + } + %> + -- cgit v1.2.1