summaryrefslogtreecommitdiffstats
path: root/dansguardian-edit-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-09-11 14:31:28 +0000
committerTed Trask <ttrask01@yahoo.com>2008-09-11 14:31:28 +0000
commit2764edeac9b4b54096f7a3c5eaa5b202e0c32f01 (patch)
tree97cef2733c05861c8e6b9062a2d5bafda694a7a3 /dansguardian-edit-html.lsp
parent6d20b13cb8257b69654e508383eac0acaa135889 (diff)
downloadacf-dansguardian-2764edeac9b4b54096f7a3c5eaa5b202e0c32f01.tar.bz2
acf-dansguardian-2764edeac9b4b54096f7a3c5eaa5b202e0c32f01.tar.xz
Modified dansguardian. Changed advanced to listfiles and expert to listconfigfiles. Made general and edit be normal forms. Removed categories, which didn't work.
git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1465 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'dansguardian-edit-html.lsp')
l---------[-rw-r--r--]dansguardian-edit-html.lsp19
1 files changed, 1 insertions, 18 deletions
diff --git a/dansguardian-edit-html.lsp b/dansguardian-edit-html.lsp
index 99cf55a..15b1930 100644..120000
--- a/dansguardian-edit-html.lsp
+++ b/dansguardian-edit-html.lsp
@@ -1,18 +1 @@
-<%
- local form = ...
- local service = form.service
-
-%>
-<h1>Content Filter (<% io.write( service.name ) %>)</h1>
-
-<form action="" method="POST">
-<p><pre class=error><% io.write( service.cfgerr ) %></pre></p>
-<p>These parameters define the interface and port that Dansguardian uses to accept connections.</p>
-
-<textarea name="config"><% io.write( service.config ) %></textarea>
-<input class="text" type="hidden" name="name" value="<% io.write( service.name ) %>">
-
-<h3>Save Changes</h3>
-<dl><dt>Save the content of the above box</dt><dd><input class="submit" type="submit" name="cmd" value="save"></dd></dl>
-</form>
-
+../filedetails-html.lsp \ No newline at end of file