diff options
Diffstat (limited to 'lighttpd-details.html.lsp')
-rw-r--r-- | lighttpd-details.html.lsp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lighttpd-details.html.lsp b/lighttpd-details.html.lsp deleted file mode 100644 index 8f1363e..0000000 --- a/lighttpd-details.html.lsp +++ /dev/null @@ -1,12 +0,0 @@ -<% local data, viewlibrary = ... -require("viewfunctions") -%> - -<% viewlibrary.dispatch_component("status") %> - -<H2><%= html.html_escape(data.label) %></H2> -<DL> -<% -displayitem(data) -%> -</DL> |