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

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


<%= include('footer') %>