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

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

<H2><%= html.html_escape(data.label) %></H2>
<DL>
<%
htmlviewfunctions.displayitem(data)
%>
</DL>