summaryrefslogtreecommitdiffstats
path: root/bgp-details-html.lsp
blob: efdef45267d11e82a5acbe8734cd6ca261c3f5b0 (plain)
1
2
3
4
5
6
7
8
9
10
<% local data, viewlibrary, page_info, session = ...
html = require("acf.html")
htmlviewfunctions = require("htmlviewfunctions")
%>

<% local header_level = htmlviewfunctions.displaysectionstart(data.value.showipbgp, page_info) %>
<pre>
<%= html.html_escape(tostring(data.value.showipbgp.value)) %>
</pre>
<% htmlviewfunctions.displaysectionend(header_level) %>