summaryrefslogtreecommitdiffstats
path: root/mysql-details-html.lsp
blob: 78c523429a2f84a3169ef3b9ef6e5e78065cb9b8 (plain)
1
2
3
4
5
6
7
8
9
10
<% local data, viewlibrary, page_info, session = ...
htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>

<% viewlibrary.dispatch_component("status") %>

<% local header_level = htmlviewfunctions.displaysectionstart(data, page_info) %>
<% htmlviewfunctions.displayitem(data) %>
<% htmlviewfunctions.displaysectionend(header_level) %>