[BioRuby-cvs] bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates spinner.gif, NONE, 1.1 bioruby.css, 1.7, 1.8 index.rhtml, 1.4, 1.5

Katayama Toshiaki k at dev.open-bio.org
Sat Sep 15 14:49:43 UTC 2007


Update of /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates
In directory dev.open-bio.org:/tmp/cvs-serv24610/templates

Modified Files:
	bioruby.css index.rhtml 
Added Files:
	spinner.gif 
Log Message:
* added spinner during evaluation


Index: index.rhtml
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates/index.rhtml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** index.rhtml	9 Jul 2007 11:14:29 -0000	1.4
--- index.rhtml	15 Sep 2007 14:49:41 -0000	1.5
***************
*** 3,8 ****
  <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">
--- 3,12 ----
  <div id="notice"><p><%= flash[:notice] %></p></div><br>
  <%- end -%>
! <%= form_remote_tag :url => {:action => "evaluate"}, :position => "top",
!       :before => %(Element.show('spinner')),
!       :success => %(Element.hide('spinner')) %>
! <img id="spinner" src="/images/spinner.gif" style="display:none">
  <b>BioRuby script:</b>
+ <br/>
  <textarea id="script" name="script" rows=10 cols=80></textarea><br>
  <input type="submit" value="Evaluate">

--- NEW FILE: spinner.gif ---
(This appears to be a binary file; contents omitted.)

Index: bioruby.css
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates/bioruby.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** bioruby.css	1 Sep 2007 07:36:39 -0000	1.7
--- bioruby.css	15 Sep 2007 14:49:41 -0000	1.8
***************
*** 170,173 ****
--- 170,178 ----
  div#side img {
  	padding: 5px;
+ 	/* centering */
+ 	display: block;
+ 	margin-left: auto;
+ 	margin-right: auto;
+ 	border: 0px;
  }
  
***************
*** 199,207 ****
  
  img {
- 	/* centering */
- 	display: block;
- 	margin-left: auto;
- 	margin-right: auto;
- 	border: 0px;
  }
  
--- 204,207 ----




More information about the bioruby-cvs mailing list