summaryrefslogtreecommitdiffstats
path: root/openssl-viewcert-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-04-12 04:11:50 +0000
committerTed Trask <ttrask01@yahoo.com>2014-04-12 04:11:50 +0000
commitb7413b39ead7974611f0a749240ac5383d011442 (patch)
tree8d85857b158f3cda6f143b5e872aa195fd7f9aa5 /openssl-viewcert-html.lsp
parent6354a6d5d2a9f645bca8901edb116d6103b81d01 (diff)
downloadacf-openssl-b7413b39ead7974611f0a749240ac5383d011442.tar.bz2
acf-openssl-b7413b39ead7974611f0a749240ac5383d011442.tar.xz
Changes to use new htmlviewfunctions functions
Diffstat (limited to 'openssl-viewcert-html.lsp')
-rw-r--r--openssl-viewcert-html.lsp6
1 files changed, 4 insertions, 2 deletions
diff --git a/openssl-viewcert-html.lsp b/openssl-viewcert-html.lsp
index dcfb7d6..0774c4e 100644
--- a/openssl-viewcert-html.lsp
+++ b/openssl-viewcert-html.lsp
@@ -1,5 +1,7 @@
-<% local view, viewlibrary = ... %>
+<% local view, viewlibrary, page_info, session = ... %>
+<% htmlviewfunctions = require("htmlviewfunctions") %>
<% html = require("acf.html") %>
-<h1>Certificate Details</h1>
+<% local header_level = htmlviewfunctions.displaysectionstart(view, page_info) %>
<pre><%= html.html_escape(view.value.value) %></pre>
+<% htmlviewfunctions.displaysectionend(header_level) %>