summaryrefslogtreecommitdiffstats
path: root/fetchmail-status-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail-status-html.lsp')
-rw-r--r--fetchmail-status-html.lsp16
1 files changed, 8 insertions, 8 deletions
diff --git a/fetchmail-status-html.lsp b/fetchmail-status-html.lsp
index aac75b2..630b440 100644
--- a/fetchmail-status-html.lsp
+++ b/fetchmail-status-html.lsp
@@ -1,28 +1,28 @@
-<? local form = ...
+<% local form = ...
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>")
--]]
-?>
+%>
<H1>SYSTEM INFO</H1>
<DL>
-<?
+<%
local myform = form.status
local tags = { "status", "version", "autostart", }
displayinfo(myform,tags,"viewonly")
-?>
+%>
</DL>
<H2>PROGRAM SPECIFIC OPTIONS/INFORMATION</H2>
<DL>
-<?
+<%
local myform = form.status
local tags = { "configfile", }
displayinfo(myform,tags,"viewonly")
-?>
+%>
</DL>