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>