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

<% if (data.graph.width) then %>
<P><%= data.descr %></P>
<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 %>