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

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

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