Merge branch 'master' into devel
[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  <%= check_box 'include_gnuplot' => 1, title => 'include gnuplot dump' %>
7 <% end %>
8 % if ( $img ) {
9 <img src="<%= $img %>">
10 % }
11 <pre><%= $gnuplot %></pre>
12