summaryrefslogtreecommitdiffstats
path: root/syslog-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'syslog-config-html.lsp')
-rw-r--r--syslog-config-html.lsp8
1 files changed, 7 insertions, 1 deletions
diff --git a/syslog-config-html.lsp b/syslog-config-html.lsp
index 8c7c111..af69007 100644
--- a/syslog-config-html.lsp
+++ b/syslog-config-html.lsp
@@ -15,6 +15,10 @@
<H1>CONFIGURATION</H1>
<form name="config" action="" method="POST">
+<H2>Guided config</H2>
+
+<!--
+
<H2>Advanced config</H2>
<H3>General settings</H3>
<DL>
@@ -70,8 +74,10 @@
</DD>
</DL>
+-->
<H3>Remote logging</H3>
<DL>
+<!--
<? var = "-L" ?>
<DT <? if (view.errors) and (view.errors["SYSLOGD_OPTS"][var]) then io.write("class='error'") end ?>>Log locally and via network</DT>
<DD><input type="checkbox" name="<?= var ?>" <? if (view.config["SYSLOGD_OPTS"][var]) then io.write('checked=yes') end ?> />
@@ -80,7 +86,7 @@
io.write("<p class='error'>",view.errors["SYSLOGD_OPTS"][var] ,"</p>")
end ?>
</DD>
-
+-->
<? var = "-R" ?>
<DT <? if (view.errors) and (view.errors["SYSLOGD_OPTS"][var]) then io.write("class='error'") end ?>>Log to IP or hostname on PORT</DT>
<DD><input type="text" class="text" name="<?= var ?>" value="<?= view.config["SYSLOGD_OPTS"][var] ?>"/>