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.lsp7
1 files changed, 4 insertions, 3 deletions
diff --git a/zebra-details-html.lsp b/zebra-details-html.lsp
index 523285c..378589b 100644
--- a/zebra-details-html.lsp
+++ b/zebra-details-html.lsp
@@ -1,9 +1,10 @@
-<% local data = ...
+<% local data, viewlibrary, page_info, session = ...
html = require("acf.html")
+htmlviewfunctions = require("htmlviewfunctions")
%>
-<h2>Zebra routes</h2>
+<% local header_level = htmlviewfunctions.displaysectionstart(data.value.showip, page_info) %>
<pre>
<%= html.html_escape(tostring(data.value.showip.value)) %>
</pre>
-
+<% htmlviewfunctions.displaysectionend(header_level) %>