e4544e9231e18639128413f4081cb0327718d315
[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  timeout <%= text_field 'timeout', value => 5, style => 'width: 2em' %>s
6  <%= submit_button 'execute' %>
7  <%= check_box 'include_gnuplot' => 1, title => 'include gnuplot dump' %>
8 <% end %>
9 % if ( $img ) {
10 <img src="<%= $img %>">
11 % }
12 <pre><%= $gnuplot %></pre>
13