put the footer in one frigging file, whew
[freeside.git] / fs_selfservice / FS-SelfService / cgi / ach_payment_results.html
1 <HTML><HEAD><TITLE>MyAccount</TITLE></HEAD>
2 <BODY BGCOLOR="#eeeeee"><FONT SIZE=5>MyAccount</FONT><BR><BR>
3 <%= $url = "$selfurl?session=$session_id;action="; ''; %>
4 <%= include('myaccount_menu') %>
5 <TD VALIGN="top">
6 <FONT SIZE=4>Payment results</FONT><BR><BR>
7 <%= if ( $error ) {
8   $OUT .= qq!<FONT SIZE="+1" COLOR="#ff0000">Error processing your payment: $error</FONT>!;
9 } else {
10   $OUT .= 'Your payment was processed successfully.  Thank you.';
11 } %>
12 </TD></TR></TABLE>
13 <%= include('footer') %>