summaryrefslogtreecommitdiffstats
path: root/lbu-config-html.lsp
diff options
context:
space:
mode:
authorNatanael Copa <natanael.copa@gmail.com>2008-07-28 06:48:16 +0000
committerNatanael Copa <natanael.copa@gmail.com>2008-07-28 06:48:16 +0000
commitf94551200d095d42b721a44086d6eafcecacbd88 (patch)
tree0f7e203f097f5a17c7caa375ac76cd969e3c5bc2 /lbu-config-html.lsp
parenta0f64cff3dfc675ed5ea641c10be72c842b693d5 (diff)
downloadacf-alpine-conf-f94551200d095d42b721a44086d6eafcecacbd88.tar.bz2
acf-alpine-conf-f94551200d095d42b721a44086d6eafcecacbd88.tar.xz
use <% %> instead of <? ?>
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
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
-?>
+%>