run inflate to produce files
[APKPM.git] / templates / gnuplot.html.ep
1 % layout 'default';
2 <%= form_for gnuplot => begin %>
3  <%= text_area 'sql', cols => 80, rows => 5 %>
4  <br>with <%= select_field with => [qw(dots points steps lines)], 'dots' %>
5  <%= submit_button 'execute' %>
6 <% end %>
7 % if ( $img ) {
8 <img src="<%= $img %>">
9 % }
10 <pre><%= $gnuplot %></pre>
11