Merge branch 'devel' of h1dev:/srv/APKPM/
[APKPM.git] / templates / gnuplot.html.ep
1 % layout 'default';
2
3 % if ( ! param('hide') ) {
4
5 <%= form_for gnuplot => begin %>
6  <%= text_area 'sql', cols => 80, rows => 5 %>
7  <br>with <%= select_field with => [qw(dots points steps lines)], 'dots' %>
8  timeout <%= input_tag 'timeout', type => 'number', style => 'width: 3em' %>s
9  <%= submit_button 'execute' %>
10  <%= check_box 'include_gnuplot' => 1, title => 'include gnuplot dump' %>
11 <% end %>
12
13 % }
14
15 % if ( $img ) {
16 <img src="<%= $img %>">
17 % }
18
19 <pre><%= $gnuplot %></pre>
20