summaryrefslogtreecommitdiffstats
path: root/ospf-expert-html.lsp
blob: 5db9173cb869b84fb173722b2203483e3b2c26a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<% local form, viewlibrary, page_info, session = ... %>
<% require("viewfunctions") %>

<% if viewlibrary and viewlibrary.dispatch_component then
	viewlibrary.dispatch_component("status")
end %>

<%
local pattern = string.gsub(page_info.prefix..page_info.controller, "[%(%)%.%%%+%-%*%?%[%]%^%$]", "%%%1")
local func = haserl.loadfile(page_info.viewfile:gsub(pattern..".*$", "/") .. "filedetails-html.lsp")
func(form, viewlibrary, page_info, session)
%>