<% include templates/header.htm %> <% if SHOW == "ADD" %>
Enter new string variable:
<% if SHOW_WARN == "ADD" %>
Please choose another name. This one is in the list already (see below).
<% /if %>
Name:
Expression:
<% STRING_VALUE %>
<% /if %> <% if SHOW == "EDIT" %>
Edit this regular expression:
Name:
<% STRING_NAME %>
Expression:
<% STRING_VALUE %>
<% /if %> <% if SHOW == "DEL" %>
Delete this regular expression?
Name:
<% STRING_NAME %>
Expression:
<% STRING_VALUE %>
<% /if %>
Existing string variables definitions:
Name:
Expression:
Add new
<% loop STRINGS %>
<% NAME %>
<% VALUE %>
Delete
Edit
<% /loop %>
<% include templates/footer.htm %>