summaryrefslogtreecommitdiffstats
path: root/mysql-details-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-details-html.lsp')
-rw-r--r--mysql-details-html.lsp10
1 files changed, 10 insertions, 0 deletions
diff --git a/mysql-details-html.lsp b/mysql-details-html.lsp
new file mode 100644
index 0000000..831e9f3
--- /dev/null
+++ b/mysql-details-html.lsp
@@ -0,0 +1,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) %>