summaryrefslogtreecommitdiffstats
path: root/openssh-config-html.lsp
blob: 34e58b4b281f71a33f78599f02b0e775d155dcca (plain)
1
2
3
4
5
6
7
8
9
10
<% local form, viewlibrary, page_info, session = ... 
htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>

<% if viewlibrary and viewlibrary.dispatch_component then
	viewlibrary.dispatch_component("status")
end %>

<% htmlviewfunctions.displayitem(form, page_info) %>