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

Enter new list of actions: <% if SHOW_WARN == "ADD" %> Please choose another name. This one is in the list already (see below). <% /if %>
Name:
Actions:
  
<% /if %> <% if SHOW == "EDIT" %>

Edit this list of actions:
Name:
<% ACTION_NAME %>
Action:
  
<% /if %> <% if SHOW == "DEL" %>

Delete this list of actions?
Name:
<% ACTION_NAME %>
Actions:
<% ACTION_VALUE %>
  
<% /if %>
Existing actions:
<% loop ACTIONS %> <% /loop %>
Name: Actions: Add new
<% NAME %>  <% VALUE %>  Delete   Edit  
<% TEST %> <% include templates/footer.htm %>