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