summaryrefslogtreecommitdiffstats
path: root/shorewall-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
commitee7b3354f03abc865abe51a5ccea07b376d932ce (patch)
tree763f1dbbc436dd37e2bdcce8f9696a0204aa64e0 /shorewall-status-html.lsp
parent273d7e350c05aaa70f2481969a63d8230d6dab61 (diff)
downloadacf-shorewall-ee7b3354f03abc865abe51a5ccea07b376d932ce.tar.bz2
acf-shorewall-ee7b3354f03abc865abe51a5ccea07b376d932ce.tar.xz
use <% %> instead of <? ?>
git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
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>