summaryrefslogtreecommitdiffstats
path: root/zebra-details-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'zebra-details-html.lsp')
-rw-r--r--zebra-details-html.lsp15
1 files changed, 15 insertions, 0 deletions
diff --git a/zebra-details-html.lsp b/zebra-details-html.lsp
new file mode 100644
index 0000000..11b8da9
--- /dev/null
+++ b/zebra-details-html.lsp
@@ -0,0 +1,15 @@
+<% local data = ...
+require("viewfunctions")
+--[[ DEBUG INFORMATION
+io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>")
+io.write(html.cfe_unpack(data))
+io.write("</span>")
+--]]
+
+%>
+
+<H2>Zebra routes</H2>
+<PRE>
+<% io.write(tostring(data.value.showip.value)) %>
+</PRE>
+