X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=templates%2Fgnuplot.html.ep;h=65435a4dbe828220225d936e6a5a29a87d26eb16;hb=6450f74c031428efe6f631c44756bce77232cca1;hp=e4544e9231e18639128413f4081cb0327718d315;hpb=4a7a503885165b49e604ad50850c07995553bfc4;p=APKPM.git diff --git a/templates/gnuplot.html.ep b/templates/gnuplot.html.ep index e4544e9..65435a4 100644 --- a/templates/gnuplot.html.ep +++ b/templates/gnuplot.html.ep @@ -2,7 +2,7 @@ <%= form_for gnuplot => begin %> <%= text_area 'sql', cols => 80, rows => 5 %>
with <%= select_field with => [qw(dots points steps lines)], 'dots' %> - timeout <%= text_field 'timeout', value => 5, style => 'width: 2em' %>s + timeout <%= input_tag 'timeout', type => 'number', style => 'width: 3em' %>s <%= submit_button 'execute' %> <%= check_box 'include_gnuplot' => 1, title => 'include gnuplot dump' %> <% end %>