summaryrefslogtreecommitdiffstats
path: root/lbu-status-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-status-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-status-html.lsp')
-rw-r--r--lbu-status-html.lsp12
1 files changed, 6 insertions, 6 deletions
diff --git a/lbu-status-html.lsp b/lbu-status-html.lsp
index 6b8a77d..6da9025 100644
--- a/lbu-status-html.lsp
+++ b/lbu-status-html.lsp
@@ -1,17 +1,17 @@
-<? local view, viewlibrary, pageinfo, session = ...
+<% local view, viewlibrary, pageinfo, session = ...
require("viewfunctions")
-?>
-<?
+%>
+<%
--[[ DEBUG INFORMATION
io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>")
io.write(html.cfe_unpack(view))
io.write("</span>")
--]]
-?>
+%>
<H1>System Info</H1>
<DL>
-<?
+<%
if view.value.committed.value then
view.value.committed.value = "There are no uncommitted files"
else
@@ -24,5 +24,5 @@ for name,value in pairs(view.value) do
if name ~= "committed" then
displayitem(value)
end
-end ?>
+end %>
</DL>