summaryrefslogtreecommitdiffstats
path: root/rrdtool-viewgraph-popup.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'rrdtool-viewgraph-popup.lsp')
-rw-r--r--rrdtool-viewgraph-popup.lsp12
1 files changed, 0 insertions, 12 deletions
diff --git a/rrdtool-viewgraph-popup.lsp b/rrdtool-viewgraph-popup.lsp
deleted file mode 100644
index ac47a6d..0000000
--- a/rrdtool-viewgraph-popup.lsp
+++ /dev/null
@@ -1,12 +0,0 @@
-<% local data, viewlibrary, page_info, session = ...
-%>
-
-<% if (data.graph.width) then %>
-<IMG SRC='<%= data.output %>' width='<%= data.graph.width or data.option.width %>' height='<%= data.graph.height or data.option.height %>'>
-<% else %>
-<H1>No valid output available!</H1>
-<P>Please check if your syntax is right.<BR>
-Read http://oss.oetiker.ch/rrdtool/doc/rrdgraph.en.html for help.</P>
-<HR>
-<P><% io.write(tostring(data.value)) %></P>
-<% end %>