From 86b4e4e9892f15e14aaccf95db38546622001738 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 23 Nov 2009 11:49:08 +0000 Subject: Added new view files for major changes to only handle one config and add cert processing. --- openvpn-viewcert-html.lsp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 openvpn-viewcert-html.lsp (limited to 'openvpn-viewcert-html.lsp') diff --git a/openvpn-viewcert-html.lsp b/openvpn-viewcert-html.lsp new file mode 100644 index 0000000..1acb166 --- /dev/null +++ b/openvpn-viewcert-html.lsp @@ -0,0 +1,8 @@ +<% local view, viewlibrary = ... %> + +<% --[[ DEBUG INFORMATION +io.write(html.cfe_unpack(view)) +--]] %> + +

Certificate Details

+
<%= html.html_escape(view.value.value) %>
-- cgit v1.2.3