correct timeout handling
[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 <%= input_tag 'timeout', type => 'number', style => 'width: 3em' %>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