summaryrefslogtreecommitdiffstats
path: root/clamav-details-html.lsp
blob: 7a71ba11d1b49708eca8e227aba15f48f00aea54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<% local data, viewlibrary, page_info, session = ...
htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>

<% viewlibrary.dispatch_component("status") %>

<%
local header_level = htmlviewfunctions.displaysectionstart(data, page_info)
htmlviewfunctions.displayitem(data)
htmlviewfunctions.displaysectionend(header_level)
%>