This commit was generated by cvs2svn to compensate for changes in r11022,
[freeside.git] / fs_selfservice / FS-SelfService / cgi / recharge_results.html
1 <%= $url = "$selfurl?session=$session_id;action="; ''; %>
2 <%= include('header', 'Recharge results') %>
3
4 <%= if ( $error ) {
5   $OUT .= qq!<FONT SIZE="+1" COLOR="#ff0000">Error processing your prepaid card: $error</FONT>!;
6 } else {
7   $OUT .= 'Prepaid card recharge successful!<BR><BR>';
8
9   $OUT .= '$'. sprintf('%.2f', $amount). ' added to your account.<BR><BR>'
10     if $amount;
11
12   $OUT .= $duration. ' added to your account.<BR><BR>'
13     if $seconds;
14
15   $OUT .= 'Thank you.';
16 } %>
17
18 <%= include('footer') %>