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

<% htmlviewfunctions.displaycommandresults({"editracoon", "editipsec"}, session, true) %>

<%
viewlibrary.dispatch_component("status")
viewlibrary.dispatch_component("editracoon")
viewlibrary.dispatch_component("editipsec")
%>