summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/process_svc_external.html
blob: 1d2937b3e3959120feeea348dc2dba642e891386 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<HTML><HEAD><TITLE><%= $error ? 'MyAccount' : sprintf("Your serial number is %010d-$title", $id) %></TITLE></HEAD>
<BODY BGCOLOR="#eeeeee"><FONT SIZE=5>MyAccount</FONT><BR><BR>
<%= $url = "$selfurl?session=$session_id;action="; ''; %>
<%= include('myaccount_menu') %>
<TD VALIGN="top">

<FONT SIZE=4><%= $svc %> setup successfully.</FONT>

<BR><BR>Your serial number is <%= sprintf("%010d-$title", $id) %>

</TD></TR></TABLE>
<%= include('footer') %>