<% 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:
--none--
<% loop INHERITS %>
selected<% /if %> ><% NAME %>
<% /loop %>
<% /if %> <% if SHOW == "DEL" %>
Delete this group?
Name:
<% GROUP_NAME %>
<% /if %>
Existing groups:
Name:
Status
Add new
global
Included
Edit
<% loop GROUPS %>
<% NAME %>
<% if VALUE %>Included<% else %>Not included<% /if %>
Delete
Edit
<% /loop %>
<% include templates/footer.htm %>