diff options
Diffstat (limited to 'gnats-status-html.lsp')
-rw-r--r-- | gnats-status-html.lsp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gnats-status-html.lsp b/gnats-status-html.lsp index b8ee333..6635952 100644 --- a/gnats-status-html.lsp +++ b/gnats-status-html.lsp @@ -1,25 +1,25 @@ -<? 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", } displayinfo(myform,tags,"viewonly") -?> -<? +%> +<% local myform = form.status local tags = { "numbugs", } displayinfo(myform,tags,"viewonly") -?> +%> </DL> |