Sha256: 6c3f7892a0ec818777d0604a14f1a68c06cd9a045d2fd00227ec933624ffc86e

Contents?: true

Size: 722 Bytes

Versions: 1

Compression:

Stored size: 722 Bytes

Contents

<div id="console">
<%- if flash[:notice] -%>
<div id="notice"><p><%= flash[:notice] %></p></div><br>
<%- end -%>
<%= form_remote_tag(:url => {:action => "evaluate"}, :position => "top") %>
<b>BioRuby script:</b>
<textarea id="script" name="script" rows=10 cols=80></textarea><br>
<input type="submit" value="Evaluate">
<input type="reset" value="Clear">
&nbsp;&nbsp;
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<br>
<%= end_form_tag %>
</div>
<div id="logs">
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bio-1.1.0 lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates/index.rhtml