From fb7ce759c1045daf20e416547e6111f796030b60 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 17 Apr 2014 00:55:44 +0000 Subject: Started changes to use new htmlviewfunctions functions Still work to do to remove styling and long messy links --- weblog-viewactivitylog-html.lsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'weblog-viewactivitylog-html.lsp') diff --git a/weblog-viewactivitylog-html.lsp b/weblog-viewactivitylog-html.lsp index f7fb0ba..f1a9171 100644 --- a/weblog-viewactivitylog-html.lsp +++ b/weblog-viewactivitylog-html.lsp @@ -22,7 +22,7 @@ <% local subdata, pagedata = htmlviewfunctions.paginate(data.value, page_info.clientdata, 100) %> -

<%= html.html_escape(data.label) %>

+<% local header_level = htmlviewfunctions.displaysectionstart(data, page_info) %> <% htmlviewfunctions.displaypagination(pagedata, page_info) %> @@ -38,9 +38,9 @@ <% end %>
-<% if data.errtxt then %> -

<%= html.html_escape(data.errtxt) %>

-<% end %> <% if #data.value == 0 then %>

No history found

<% end %> +<% htmlviewfunctions.displayinfo(data) %> + +<% htmlviewfunctions.displaysectionend(header_level) %> -- cgit v1.2.3