diff options
author | ivan <ivan> | 2003-05-13 03:22:35 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-05-13 03:22:35 +0000 |
commit | 9033414f18177eb733d1a227d2be1c15d244f766 (patch) | |
tree | 5313ffc6779b320cdb93d864a10d667b58e63427 /fs_selfservice/FS-SelfService/cgi/myaccount.html | |
parent | 6a961cb36a8f9606a168331fd5c3625c3bbec9c2 (diff) |
- self-service updates: cleanup and beginnings of "make a payment"
- fix pod masking FS::svc_acct::cust_svc
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/myaccount.html')
-rw-r--r-- | fs_selfservice/FS-SelfService/cgi/myaccount.html | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount.html b/fs_selfservice/FS-SelfService/cgi/myaccount.html index f8a916eea..d8bfe0cb1 100644 --- a/fs_selfservice/FS-SelfService/cgi/myaccount.html +++ b/fs_selfservice/FS-SelfService/cgi/myaccount.html @@ -3,20 +3,23 @@ <%= $url = "$selfurl?session=$session_id;action="; ''; %> <TABLE BORDER=0 CELLPADDING=4><TR><TD VALIGN="top" HEIGHT=384 BGCOLOR="#dddddd"> <A HREF="<%= $url %>myaccount">MyAccount</A><BR> -<A HREF="<%= $url %>other">SomethingElse</A><BR> +<!-- <A HREF="<%= $url %>other">SomethingElse</A><BR> --> </TD><TD VALIGN="top"> Hello <%= $name %>!<BR><BR> -Your customer number is <%= $custnum %><BR><BR> Your contact information<BR><%= $small_custview %> -Your outstanding balance is $<%= $balance %><BR><BR> +<BR> +<%= if ( $balance ) { + $OUT .= qq! <B><A HREF="${url}make_payment">Make a $balance payment</A></B>!; +} %> +<BR><BR> <!--<TABLE BORDER=1 CELLSPACING=0 CELLPADDING=2 BORDERCOLOR="#999999"> <TR><TH>Invoice</TH><TH>Date</TH><TH>Owed</TH></TR>--> <%= if ( @open_invoices ) { $OUT .= '<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=2 BGCOLOR="#eeeeee">'. '<TR><TH BGCOLOR="#ff3333" COLSPAN=5>Open Invoices</TH><TD>'; - my $link = qq!<A HREF="<%= $selfurl %>?session=<%= $session_id %>;action=myaccount!; + my $link = qq!<A HREF="<%= $url %>myaccount!; my $col1 = "ffffff"; my $col2 = "dddddd"; my $col = $col1; @@ -40,7 +43,7 @@ Your outstanding balance is $<%= $balance %><BR><BR> </TD></TR></TABLE> <HR> -<FONT SIZE="-2">small text</FONT> +<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT> </BODY></HTML> |