<% include templates/header.htm %> <% if SHOW == "ADD" %>

Enter new group name to add: <% if SHOW_WARN == "ADD" %> Please choose another name. This one is in the list already (see below). <% /if %>
Name:
Inherits:
  
<% /if %> <% if SHOW == "DEL" %>

Delete this group?
Name:
<% GROUP_NAME %>
  
<% /if %>
Existing groups:
<% loop GROUPS %> <% /loop %>
Name: Status   Add new
global  Included     Edit
<% NAME %>  <% if VALUE %>Included<% else %>Not included<% /if %>
Delete  Edit
<% include templates/footer.htm %>