summaryrefslogtreecommitdiffstats
path: root/shorewall-status-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'shorewall-status-html.lsp')
-rw-r--r--shorewall-status-html.lsp12
1 files changed, 6 insertions, 6 deletions
diff --git a/shorewall-status-html.lsp b/shorewall-status-html.lsp
index d670e47..f1a2d56 100644
--- a/shorewall-status-html.lsp
+++ b/shorewall-status-html.lsp
@@ -1,4 +1,4 @@
-<? local form, viewlibrary = ...
+<% local form, viewlibrary = ...
require("viewfunctions")
--[[ DEBUG INFORMATION
io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>")
@@ -7,17 +7,17 @@ io.write("----------")
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("statusbasic")
-end ?>
+end %>
<H2>PROGRAM SPECIFIC OPTIONS/INFORMATION</H2>
<DL>
-<?
+<%
local myform = form.status
local tags = { "state", }
displayinfo(myform,tags,"viewonly")
-?>
+%>
</DL>