summaryrefslogtreecommitdiffstats
path: root/rrdtool-viewgraph-popup.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-11-26 00:49:21 +0000
committerTed Trask <ttrask01@yahoo.com>2012-11-26 00:49:21 +0000
commit0b761f9b48c384f90124e6105519383eef2e9686 (patch)
treeb72bf11dae32315863b8ee3fc8d03c11afa9a2bf /rrdtool-viewgraph-popup.lsp
parent15286146e7a37e94922ee5f2b3243a67fb6bd69b (diff)
downloadacf-rrdtool-0b761f9b48c384f90124e6105519383eef2e9686.tar.bz2
acf-rrdtool-0b761f9b48c384f90124e6105519383eef2e9686.tar.xz
Removed startstop and welcome actions, cleaned up status, and removed popup viewtype
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 %>