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

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

Edit this regular expression:
Name:
<% REGEXP_NAME %>
Expression:
  
<% /if %> <% if SHOW == "DEL" %>

Delete this regular expression?
Name:
<% REGEXP_NAME %>
Expression:
<% REGEXP_VALUE %>
  
<% /if %>
Existing regular expressions:
<% loop REGEXPS %> <% /loop %>
Name: Expression: Add new
<% NAME %>  <% VALUE %>  Delete   Edit  
<% TEST %> <% include templates/footer.htm %>