summaryrefslogtreecommitdiffstats
path: root/ipsectools-viewcert-html.lsp
blob: fb8b196ac44241d6a1ebbf6af43dfed1673c0920 (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 %>