summaryrefslogtreecommitdiffstats
path: root/interfaces-status-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces-status-html.lsp')
-rw-r--r--interfaces-status-html.lsp16
1 files changed, 8 insertions, 8 deletions
diff --git a/interfaces-status-html.lsp b/interfaces-status-html.lsp
index aa36c99..8ab9596 100644
--- a/interfaces-status-html.lsp
+++ b/interfaces-status-html.lsp
@@ -1,28 +1,28 @@
-<? local view = ... ?>
-<? require("viewfunctions") ?>
-<?
+<% local view = ... %>
+<% 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>
-<?
+<%
displayitem(view.value.filename)
displayitem(view.value.ipaddr)
displayitem(view.value.iproute)
-?>
+%>
</DL>
-<?
+<%
--[[ 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>")
--]]
-?>
+%>