<% local data, viewlibrary, page_info, session = ... %>

<%= html.html_escape(data.label) %>

<% for i,log in ipairs(data.value) do %> <% end %>
Date Message UserID
<%= html.html_escape(log.logdatetime) %> <%= string.gsub(html.html_escape(log.msgtext), "\n", "
") %>
<%= html.html_escape(log.userid) %>
<% if data.errtxt then %>

<%= html.html_escape(data.errtxt) %>

<% end %> <% if #data.value == 0 then %>

No history found

<% end %>