summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/delete_svc.html
blob: e2b26789dcd1b9627dcd246f336b1b5fa6bc97ba (plain)
1
2
3
4
5
6
7
8
9
10
<%= 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') %>