blob: 00450e0eb1e22d76b32e4118dec0f913bae1f37f (
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)
%>
|