myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [2498] branches/eprints-integration/app/views/pac


From: noreply
Subject: [myexperiment-hackers] [2498] branches/eprints-integration/app/views/packs/_items.rhtml: Dublin Core data
Date: Wed, 18 Aug 2010 12:51:27 -0400 (EDT)

Revision
2498
Author
kkollara
Date
2010-08-18 12:51:26 -0400 (Wed, 18 Aug 2010)

Log Message

Dublin Core data

Modified Paths

Diff

Modified: branches/eprints-integration/app/views/packs/_items.rhtml (2497 => 2498)


--- branches/eprints-integration/app/views/packs/_items.rhtml	2010-08-18 16:47:22 UTC (rev 2497)
+++ branches/eprints-integration/app/views/packs/_items.rhtml	2010-08-18 16:51:26 UTC (rev 2498)
@@ -1,5 +1,7 @@
+
+
 <div id="packItems">
-	
+
 	<% if pack.items_count > 0 -%>
 		
 		<% if false -%>
@@ -115,8 +117,25 @@
 											<%= edit_item_button(pack.id, "remote", e.id) -%>
 										<% end -%>
 									<b>External:</b>
-									<%= "#{h(e.title)} - (" %><%= link_to h(e.uri), h(e.uri), :popup => true %><%= ")" %>
-								</p>
+									<%= "#{h(e.title)} - (" %><%= link_to h(e.uri), h(e.uri), :popup => true %><%= ")" %></p>
+									<p>
+									<% unless h(e.dc_title).blank?%>
+									 Title : <%= h(e.dc_title) %>
+									 <%end%></p>
+									
+									<p><% unless h(e.dc_creator).blank?%>
+									 Creator : <%= h(e.dc_creator)%>
+									 <%end%></p>
+									 <p><% unless h(e.dc_description).blank?%>
+									 Description : <%= h(e.dc_description)%>
+									 <%end%></p>
+									 <p><% unless h(e.dc_format).blank?%>
+									 Format : <%= h(e.dc_format)%>
+									 <%end%></p>
+									 <p><% unless h(e.dc_identifier).blank?%>
+									 Identifier:  <%= h(e.dc_identifier)%>
+									 <%end%></p>
+									 
 								<div class="inner">
 									<% unless e.alternate_uri.blank? -%>
 										<p style="margin-bottom: 0.3em;"><small><%= link_to("Alternate link", h(e.alternate_uri), :popup => true) -%></small></p>

reply via email to

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