This commit was generated by cvs2svn to compensate for changes in r6252,
[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 <HR>
14 <FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
15 </BODY></HTML>
16