<% include templates/header.htm %> <% if SHOW == "ADD" %>
Enter new language to add:
<% if SHOW_WARN == "ADD" %>
Please choose another name. This one is in the list already (see below).
<% /if %>
Name:
Inherits:
--none--
<% loop INHERITS %>
selected<% /if %>><% NAME %>
<% /loop %>
<% /if %> <% if SHOW == "DEL" %>
Delete this language? (Not recommended. Please see documentation.)
Name:
<% LANG_NAME %>
<% /if %> <% if SHOW == "EDIT" %>
Edit this language:
<% LANG_NAME %>
<% loop MESSAGES %>
<% NAME %>
<% VALUE %>
<% HELP %>
<% /loop %>
<% else %>
Existing languages:
Name:
Status
Add new
<% loop LANGS %>
<% NAME %>
<% if VALUE %>Included<% else %>Not included<% /if %>
Delete
Edit
<% /loop %>
<% /if %> <% include templates/footer.htm %>