Hi Karen,

you got to adjust
org.dspace.app.webui.jsptag.ItemTag
there you find renderFull() for the long/complete item display.

Furthermore all the tags you use must be added to the 
Messages.properties file.

hope that helps

Claudia



Janssens Karen schrieb:
> Hi
> 
> Is it possible to change the lay-out of the "Show full item record" page?
> More in particular: we would like to replace the dc field items in the 
> first colums by a more user-friendly expression.
> Eg. to display: 'Authors' instead of 'dc.contributor.author' .
> So in fact we would like to make the full item record look like the 
> simple item record, but with a more extended set of metadata.
> 
> could anyone give me an indication of the files where I can change this 
> display? In 'display-item.jsp' I only find the reference to
> 
> String displayStyle = (displayAll ? "full" : "");
> %>
>    <dspace:item-preview item="<%= item %>" />
>    <dspace:item item="<%= item %>" collections="<%= collections %>" 
> style="<%= displayStyle %>" />
> 
> But I am unable to find where I can further adapt the display.
> 
> thanks in advance
> Karen
> 
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to