add artera turbo handling to self-service and reseller interfaces
[freeside.git] / fs_selfservice / FS-SelfService / cgi / process_svc_external.html
1 <HTML><HEAD><TITLE><%= $error ? 'MyAccount' : sprintf("Your serial number is %010d-$title", $id) %></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
8 <FONT SIZE=4><%= $svc %> setup sucessfully.</FONT>
9
10 <BR><BR>Your serial number is <%= sprintf("%010d-$title", $id) %>
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