<% local form, viewlibrary, page_info, session = ... %> <% require("viewfunctions") %>

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

<% for i,table in ipairs(form.value) do %>
  • <% if viewlibrary.check_permission("viewtable") then %> <%= html.link{value = "viewtable?table=" .. table, label=table} %> <% else %> <%= html.html_escape(table) %> <% end %> <% end %>