[BioRuby-cvs] bioruby/lib/bio/shell/rails/app/views/shell history.rhtml, NONE, 1.1 index.rhtml, NONE, 1.1 show.rhtml, NONE, 1.1

Katayama Toshiaki k at pub.open-bio.org
Mon Feb 27 11:16:24 UTC 2006


Update of /home/repository/bioruby/bioruby/lib/bio/shell/rails/app/views/shell
In directory pub.open-bio.org:/tmp/cvs-serv2240/app/views/shell

Added Files:
	history.rhtml index.rhtml show.rhtml 
Log Message:
* BioRuby shell on Rails kit
* main original files are - app/controllers/shell_controller.rb,
  app/models/shell_connection.rb, app/views/layouts/shell.rhtml,
  app/views/shell/show.rhtml, (app/views/shell/history.rhtml),
  (config/database.yml), public/images/icon.png, public/stylesheets/main.css,
  script/server


--- NEW FILE: index.rhtml ---

<h2>Connected!</h2>

--- NEW FILE: show.rhtml ---
<%= @inheritance %>

<%= @contents %>

<%= form_tag(:action => "show")%>
<!--
<table>
  <tr><th>Memo</th></tr>
  <tr><td><input type="submit"></td></tr>
</table>
-->
<%= end_form_tag %>


--- NEW FILE: history.rhtml ---
<!-- this file is temprally not used -- see shell_controller.rb#history -->
<pre>
<%= @history %>
</pre>





More information about the bioruby-cvs mailing list