<%- if flash[:notice] -%>

<%= flash[:notice] %>


<%- end -%> <% form_remote_tag(:url => {:action => "evaluate"}, :position => "top", :before => %(Element.show('spinner')), :complete => %(Element.hide('spinner'))) do %> BioRuby script:

   Show [ <%= link_to_remote "All", :url => {:action => "results", :limit => 0} %> | <%= link_to_remote "Last 5", :url => {:action => "results", :limit => 5} %> | <%= link_to_remote "Previous", :url => {:action => "results", :limit => 1} %> ] or <%= link_to "Hide", :action => "index" %> results
<% end %>