summaryrefslogtreecommitdiffstats
path: root/ospf-details-html.lsp
blob: 378589b445d8ab0973c405045a4088bc8263df2c (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.showip, page_info) %> 
<pre>
<%= html.html_escape(tostring(data.value.showip.value)) %>
</pre>
<% htmlviewfunctions.displaysectionend(header_level) %>