summaryrefslogtreecommitdiffstats
path: root/lbu-status-html.lsp
diff options
context:
space:
mode:
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>