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

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

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