import torrus 1.0.9
[freeside.git] / fs_selfservice / FS-SelfService / cgi / success.html
1 <HTML>
2   <HEAD>
3     <TITLE>Signup successful</TITLE>
4     <%= $head %>
5   </HEAD>
6   <BODY BGCOLOR="<%= $body_bgcolor || '#eeeeee' %>">
7   <%= $body_header %>
8
9 <FONT SIZE=7>Signup successful</FONT><BR><BR>
10
11 Thanks for signing up!  Save this information for future reference.
12 <BR><BR>
13
14 Signup information for <%= $email_name %>:
15 <BR><BR>
16
17 <%=
18     if ($signup_service eq 'svc_acct' || !$signup_service ) { #just in case
19       $OUT .= <<END
20         Username: $username<BR>
21         Password: $password<BR>
22         Access number: ($ac) / $exch - $local <BR>
23 END
24     } elsif ( $signup_service eq 'svc_phone' ) {
25       $OUT .= <<END
26         <!-- Countrycode: $countrycode <BR>-->
27         Phone number: $phonenum<BR>
28         SIP Server: itsp.sip.server.name<BR>
29         SIP Login: $phonenum<BR>
30         SIP Password: $sip_password<BR>
31         Voicemail PIN: $pin<BR>
32 END
33     } else {
34       die "unknown signup service $signup_service";
35     }
36 %>
37
38   Package: <%= $pkg %><BR>
39
40 <%= $body_footer %>