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

<% if view.value.result then %>
<H1>Certificate Details</H1>
<% htmlviewfunctions.displayitem(view.value.cert, 1, page_info) %>
<pre><%= html.html_escape(view.value.result.value) %></pre>
<% else
	htmlviewfunctions.displayitem(view, 1, page_info)
end %>