<% include templates/header.htm %>
Edit the
<% GROUP_NAME %>
group sections:
Globals
Warnings
Logging
Embedding
Content filtering
WBL
<% if GROUP_NAME == "global" %>
RBL
<% /if %>
<% SECTION_MSG %>
<% if SECTION != "wbl" %>
<% /if %>
<% loop PARAMS %>
<% if STYLE == "list" %>
<% NAME %>
<% loop LIST %>
selected<% /if %>><% LIST_OPT %>
<% /loop %>
<% HELP %>
<% elsif STYLE == "string" %>
<% NAME %>
<% HELP %>
<% elsif STYLE == "pushpop" %>
<% NAME %>
<% BR_VALUE %>
<% loop LIST %>
<% LIST_OPT %>
<% /loop %>
<% elsif STYLE == "wbllist" %>
<% loop WBL_LIST %>
selected<% /if %>><% LIST_OPT %>
<% /loop %>
<% VALUE %>
<% HELP %>
<% else %>
<% NAME %>
<% VALUE %>
<% HELP %>
<% /if %>
<% /loop %>
<% if SECTION != "wbl" %>
<% /if %> <% if SECTION == 'filters' %>
Existent filters
Filter type:
Regular expression
Action
<% loop FILTERS %>
<% if STYLE == "filterlist" %>
<% loop FILTER_LIST %>
selected<% /if %>><% LIST_OPT %>
<% /loop %>
<% loop REGEXP_LIST %>
selected<% /if %>><% LIST_OPT %>
<% /loop %>
<% loop ACTION_LIST %>
selected<% /if %>><% LIST_OPT %>
<% /loop %>
<% /if %> <% /loop %>
<% /if %>
<% include templates/footer.htm %>