<% 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:
Name:
Actions:
Add new
<% loop ACTIONS %>
<% NAME %>
<% VALUE %>
Delete
Edit
<% /loop %>
<% TEST %> <% include templates/footer.htm %>