summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/process_svc_external.html
diff options
context:
space:
mode:
authorivan <ivan>2004-10-17 14:01:47 +0000
committerivan <ivan>2004-10-17 14:01:47 +0000
commitdda265d579b6f754feea0deacd12ae358d552f11 (patch)
tree5a3e65646f7af3a19145f333c457e82b09a7525e /fs_selfservice/FS-SelfService/cgi/process_svc_external.html
parentb50276a1fc993e07ef839f87a0611680bbda2ce7 (diff)
add artera turbo handling to self-service and reseller interfaces
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/process_svc_external.html')
-rw-r--r--fs_selfservice/FS-SelfService/cgi/process_svc_external.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/process_svc_external.html b/fs_selfservice/FS-SelfService/cgi/process_svc_external.html
new file mode 100644
index 000000000..772cf0838
--- /dev/null
+++ b/fs_selfservice/FS-SelfService/cgi/process_svc_external.html
@@ -0,0 +1,16 @@
+<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="; ''; %>
+<TABLE BORDER=0 CELLPADDING=4><TR>
+<%= include('myaccount_menu') %>
+<TD VALIGN="top">
+
+<FONT SIZE=4><%= $svc %> setup sucessfully.</FONT>
+
+<BR><BR>Your serial number is <%= sprintf("%010d-$title", $id) %>
+
+</TD></TR></TABLE>
+<HR>
+<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
+</BODY></HTML>
+