% local form, viewlibrary, page_info, session = ... %> <% htmlviewfunctions = require("htmlviewfunctions") %> <% html = require("acf.html") %> <% if #form.value>0 then %> <% end %> <% local header_level = htmlviewfunctions.displaysectionstart(form, page_info) %> <% htmlviewfunctions.displayinfo(form) %> <% if #form.value>0 then %>
Action | Database |
---|---|
<% if viewlibrary.check_permission("listtables") then %> <% htmlviewfunctions.displayitem(cfe({type="link", value={database=database}, label="", option="View", action="listtables"}), page_info, -1) %> <% end %> | <%= html.html_escape(dbase) %> |
No databases found
<% end %> <% htmlviewfunctions.displaysectionend(header_level) %>