summaryrefslogtreecommitdiffstats
path: root/weblog-viewusagestats-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-04-17 00:55:44 +0000
committerTed Trask <ttrask01@yahoo.com>2014-04-17 00:55:44 +0000
commitfb7ce759c1045daf20e416547e6111f796030b60 (patch)
treefdc449de923b3e925d3f686e082d6454e519df10 /weblog-viewusagestats-html.lsp
parentd77bf9609380d27301abeba31e467039517cb8d5 (diff)
downloadacf-weblog-fb7ce759c1045daf20e416547e6111f796030b60.tar.bz2
acf-weblog-fb7ce759c1045daf20e416547e6111f796030b60.tar.xz
Started changes to use new htmlviewfunctions functions
Still work to do to remove styling and long messy links
Diffstat (limited to 'weblog-viewusagestats-html.lsp')
-rw-r--r--weblog-viewusagestats-html.lsp3
1 files changed, 2 insertions, 1 deletions
diff --git a/weblog-viewusagestats-html.lsp b/weblog-viewusagestats-html.lsp
index 7bea2f9..93a09b1 100644
--- a/weblog-viewusagestats-html.lsp
+++ b/weblog-viewusagestats-html.lsp
@@ -22,7 +22,7 @@
<% local subdata, pagedata = htmlviewfunctions.paginate(data.value, page_info.clientdata, 100) %>
-<h1><%= html.html_escape(data.label) %></h1>
+<% local header_level = htmlviewfunctions.displaysectionstart(data, page_info) %>
<% htmlviewfunctions.displaypagination(pagedata, page_info) %>
<table id="usage" class="tablesorter">
<thead>
@@ -51,3 +51,4 @@
<% if #data.value == 0 then %>
<p>No usage stats found</p>
<% end %>
+<% htmlviewfunctions.displaysectionend(header_level) %>