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

<% 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 %>