myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3292] branches/wf4ever: Wf4ever links


From: noreply
Subject: [myexperiment-hackers] [3292] branches/wf4ever: Wf4ever links
Date: Thu, 10 Jan 2013 10:20:25 +0000 (UTC)

Revision
3292
Author
stain
Date
2013-01-10 10:20:24 +0000 (Thu, 10 Jan 2013)

Log Message

Wf4ever links

Modified Paths

Added Paths

Diff

Added: branches/wf4ever/app/views/research_objects/_browseportal.rhtml (0 => 3292)


--- branches/wf4ever/app/views/research_objects/_browseportal.rhtml	                        (rev 0)
+++ branches/wf4ever/app/views/research_objects/_browseportal.rhtml	2013-01-10 10:20:24 UTC (rev 3292)
@@ -0,0 +1 @@
+<span><a href="" @contributable.url -%>">Browse in portal</a></span>

Added: branches/wf4ever/app/views/research_objects/_wf4evertools.rhtml (0 => 3292)


--- branches/wf4ever/app/views/research_objects/_wf4evertools.rhtml	                        (rev 0)
+++ branches/wf4ever/app/views/research_objects/_wf4evertools.rhtml	2013-01-10 10:20:24 UTC (rev 3292)
@@ -0,0 +1,9 @@
+<div class="contribution_section_box"> 
+    <h3 class="heading">
+      Wf4Ever tools  
+  	</h3>
+    <ul class="wf4evertools links">
+      <li><%= render :partial => "research_objects/browseportal", :locals => { :contributable => @contributable } -%></li>
+      <li><a href="" URI.escape @contributable.url -%>">Checklist</a></li>
+    </ul>
+  </div>

Modified: branches/wf4ever/app/views/research_objects/show.rhtml (3291 => 3292)


--- branches/wf4ever/app/views/research_objects/show.rhtml	2013-01-10 10:19:10 UTC (rev 3291)
+++ branches/wf4ever/app/views/research_objects/show.rhtml	2013-01-10 10:20:24 UTC (rev 3292)
@@ -15,17 +15,15 @@
 
 <h1>Research Object: <%=h @contributable.title -%></h1>
 
+
+
 <%= render :partial => "contributions/datetime_info", :locals => { :contributable => @contributable } -%>
 
 
 <div class="contribution_mini_nav">
 	|
-	<%= link_to "Made", "#license" %>
-	|
-  <%= link_to "Up", "#workflows" %>
-	|
-  <%= link_to "Links", "#workflows" %>
-	|
+<%= render :partial => "research_objects/browseportal", :locals => { :contributable => @contributable } -%>
+  |
 </div>
 
 
@@ -76,14 +74,14 @@
 
 </div>
 
-<div class="contribution_right_box">
+<% if false %>
+<% end %>
 
-  <%= render :partial => "research_objects/status", :locals => { :contributable => @contributable } -%>
-
+<div class="contribution_right_box">
   <%= render :partial => "research_objects/tree", :locals => { :contributable => @contributable, :ro_uri => @contributable.url } -%>    
-  <% if false %>
-<% end %>
+  <%= render :partial => "research_objects/wf4evertools", :locals => { :contributable => @contributable, :ro_uri => @contributable.url } -%>    
 
+  <%= render :partial => "research_objects/status", :locals => { :contributable => @contributable } -%>
   
 	<%= render :partial => "contributions/uploader_box", :locals => { :contributable => @contributable } %>
 																											 

Modified: branches/wf4ever/public/stylesheets/styles.css (3291 => 3292)


--- branches/wf4ever/public/stylesheets/styles.css	2013-01-10 10:19:10 UTC (rev 3291)
+++ branches/wf4ever/public/stylesheets/styles.css	2013-01-10 10:20:24 UTC (rev 3292)
@@ -2450,6 +2450,10 @@
   width: 546px;
 }
 
+.links {
+  text-align: left;
+}
+
 .annotation {
   font-size: 97%;
 }

reply via email to

[Prev in Thread] Current Thread [Next in Thread]