[BioRuby-cvs] bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates bioruby.css, 1.8, 1.9 bioruby.rhtml, 1.5, 1.6 index.rhtml, 1.5, 1.6

Katayama Toshiaki k at dev.open-bio.org
Mon Sep 17 00:01:13 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-serv30908/templates

Modified Files:
	bioruby.css bioruby.rhtml index.rhtml 
Log Message:
* /images/* are moved under the /images/bioruby/ directory to separate namespaces.


Index: index.rhtml
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates/index.rhtml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** index.rhtml	15 Sep 2007 14:49:41 -0000	1.5
--- index.rhtml	17 Sep 2007 00:01:11 -0000	1.6
***************
*** 5,10 ****
  <%= 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/>
--- 5,10 ----
  <%= form_remote_tag :url => {:action => "evaluate"}, :position => "top",
        :before => %(Element.show('spinner')),
!       :complete => %(Element.hide('spinner')) %>
! <img id="spinner" src="/images/bioruby/spinner.gif" style="display:none">
  <b>BioRuby script:</b>
  <br/>

Index: bioruby.rhtml
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates/bioruby.rhtml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** bioruby.rhtml	9 Jul 2007 11:46:00 -0000	1.5
--- bioruby.rhtml	17 Sep 2007 00:01:11 -0000	1.6
***************
*** 29,33 ****
  
    <br>
!   <a href="http://bioruby.org/"><img src="/images/bioruby-link.gif" border=0></a>
   </div><!-- side -->
  
--- 29,33 ----
  
    <br>
!   <a href="http://bioruby.org/"><img src="/images/bioruby/link.gif" border=0></a>
   </div><!-- side -->
  

Index: bioruby.css
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates/bioruby.css,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** bioruby.css	15 Sep 2007 14:49:41 -0000	1.8
--- bioruby.css	17 Sep 2007 00:01:11 -0000	1.9
***************
*** 4,8 ****
  	margin: 0;
  	color: #555555;
! 	background: url("/images/bioruby-bg.gif") repeat-y center;
  	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
  	font-size: 12px;
--- 4,8 ----
  	margin: 0;
  	color: #555555;
! 	background: url("/images/bioruby/bg.gif") repeat-y center;
  	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
  	font-size: 12px;
***************
*** 23,27 ****
  	margin-bottom: 20px;
  	text-align: left;
! 	background: url("/images/bioruby-gem.png") no-repeat left bottom;
  }
  
--- 23,27 ----
  	margin-bottom: 20px;
  	text-align: left;
! 	background: url("/images/bioruby/gem.png") no-repeat left bottom;
  }
  




More information about the bioruby-cvs mailing list