This commit was generated by cvs2svn to compensate for changes in r3921,
[freeside.git] / fs_selfservice / FS-SelfService / cgi / 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 <TABLE BORDER=0 CELLPADDING=4><TR>
5 <%= include('myaccount_menu') %>
6 <TD VALIGN="top">
7 <FONT SIZE=4>Payment results</FONT><BR><BR>
8 <%= if ( $error ) {
9   $OUT .= qq!<FONT SIZE="+1" COLOR="#ff0000">Error processing your payment: $error</FONT>!;
10 } else {
11   $OUT .= 'Your payment was processed sucessfully.  Thank you.';
12 } %>
13 </TD></TR></TABLE>
14 <HR>
15 <FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
16 </BODY></HTML>
17