summaryrefslogtreecommitdiffstats
path: root/lbu-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'lbu-config-html.lsp')
-rw-r--r--lbu-config-html.lsp14
1 files changed, 13 insertions, 1 deletions
diff --git a/lbu-config-html.lsp b/lbu-config-html.lsp
index 6cd1bb6..f0a07ea 100644
--- a/lbu-config-html.lsp
+++ b/lbu-config-html.lsp
@@ -43,6 +43,12 @@
</dl>
<dl>
+<dt>Add item to inlude list</dt>
+<dd><input type="text" name="item_add_include" class="text" value="">
+<input name="cmd_add_include" class="submit" type="submit" value="Add"></dd>
+</dl>
+
+<dl>
<dt>Excluded item(s)</dt>
<dd><select name="lbu_excluded" size="3">
<? for i=1, table.maxn(view.config.lbu_excluded or {}) do ?>
@@ -56,6 +62,12 @@
<dd><input name="cmd_delete_excluded" class="submit" type="submit" value="Delete" > (see above)</dd>
</dl>
+<dl>
+<dt>Add item to exclude list</dt>
+<dd><input type="text" name="item_add_exclude" class="text" value="">
+<input name="cmd_add_exclude" class="submit" type="submit" value="Add"></dd>
+</dl>
+
<H3>Security/Encryption</H3>
<dl>
@@ -102,7 +114,7 @@
<?
---[[ DEBUG INFORMATION
+---[[ DEBUG INFORMATION
require("debugs")
io.write(debugs.variables(view))
--]]