summaryrefslogtreecommitdiffstats
path: root/syslog-loginfo-html.lsp
blob: 57fde846a085124178d4c7a4ff4aa556ab7c40be (plain)
1
2
3
4
5
6
7
8
9
10
<% local view, viewlibrary, page_info, session = ... %>
<% htmlviewfunctions = require("htmlviewfunctions") %>

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

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