blob: 08b08c1f0e5ec4bf4dee469684e0e6833b49256f (
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")
%>
|