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.lsp16
1 files changed, 8 insertions, 8 deletions
diff --git a/lbu-config-html.lsp b/lbu-config-html.lsp
index 5072423..4b8212d 100644
--- a/lbu-config-html.lsp
+++ b/lbu-config-html.lsp
@@ -1,20 +1,20 @@
-<? local form, viewlibrary = ...
+<% local form, viewlibrary = ...
require("viewfunctions")
-?>
-<?
+%>
+<%
--[[ DEBUG INFORMATION
io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>")
io.write(html.cfe_unpack(form))
io.write("</span>")
--]]
-?>
+%>
-<? if viewlibrary and viewlibrary.dispatch_component then
+<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
-end ?>
+end %>
<H1>Config</H1>
-<?
+<%
local order = { "LBU_MEDIA", "ENCRYPTION", "DEFAULT_CIPHER", "PASSWORD" }
displayform(form, order)
@@ -23,4 +23,4 @@ end ?>
viewlibrary.dispatch_component("editexcluded")
viewlibrary.dispatch_component("listbackups")
end
-?>
+%>