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

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

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