summaryrefslogtreecommitdiffstats
path: root/syslog-loginfo-html.lsp
blob: dbada171794d23fa246e89c17d2e231cea401975 (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, nil, page_info)
%>