summaryrefslogtreecommitdiffstats
path: root/rrdtool-viewgraph-popup.lsp
blob: 42194a500cb3eef3183655eee6b9038596fd9eaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<% local data, viewlibrary, page_info, session = ... 
require("viewfunctions")
%>

<% 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 %>