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 --- bgp-details-html.lsp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'bgp-details-html.lsp') diff --git a/bgp-details-html.lsp b/bgp-details-html.lsp index 890c98c..ca70a7a 100644 --- a/bgp-details-html.lsp +++ b/bgp-details-html.lsp @@ -1,9 +1,10 @@ -<% local data = ... +<% local data, viewlibrary, page_info, session = ... html = require("acf.html") +htmlviewfunctions = require("htmlviewfunctions") %> -

BGP routes

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