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