From 2b442d81a569bd35a245ce0ba0337c3aa4e5baf6 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 17 Apr 2014 00:22:51 +0000 Subject: Changes to use new htmlviewfunctions functions --- ospf-details-html.lsp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ospf-details-html.lsp') diff --git a/ospf-details-html.lsp b/ospf-details-html.lsp index 353ee67..378589b 100644 --- a/ospf-details-html.lsp +++ b/ospf-details-html.lsp @@ -1,9 +1,10 @@ -<% local data = ... +<% local data, viewlibrary, page_info, session = ... html = require("acf.html") +htmlviewfunctions = require("htmlviewfunctions") %> -

OSPF routes

+<% local header_level = htmlviewfunctions.displaysectionstart(data.value.showip, page_info) %>
 <%= html.html_escape(tostring(data.value.showip.value)) %>
 
- +<% htmlviewfunctions.displaysectionend(header_level) %> -- cgit v1.2.3