summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/delete_svc.html
blob: e16b01eea119f206e9df5424089dbb84530d88d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
<%= $url = "$selfurl?session=$session_id;action="; ''; %>
<%= include('header') %>

<%= if ( $error ) {
  $OUT .= qq!<FONT SIZE="+1" COLOR="#ff0000">Error: $error</FONT>!;
} else {
  $OUT .= "<FONT SIZE=4>$svc removed.</FONT>";
} %>


<%= include('footer') %>