Hi Jordan,

Can this be done for the sorting order of bitstreams?

Shixing


On Wed, Jul 3, 2013 at 9:23 AM, Jordan.Piščanc <pis...@units.it> wrote:

> I have done a "patch" in
> community-home.jsp
>
> Inserting after:
> -------------------------
> <%--
> Collections in this community
>  --%>
>
> <fmt:message key="jsp.community-home.heading2"/>
>
>         <ul class="collectionListItem">
> --------------------------
>
> This code:
> ------------------
> <%
> boolean rvrs = false;
> int i;
>
> if ( community.getHandle().equals("XYZ/XYXY1") ||
> community.getHandle().equals("XYZ/XYXY2") )rvrs=true;
>
> for(int j=0;j <collections.length;j++)
>
>  {
>
> if (rvrs) { i=collections.length-j-1; } else { i=j; }
>
> %>
> -------------------
>
> So now I have Reverse order for example on:
> http://www.openstarts.units.it/dspace/handle/10077/4673
>
> Hope this help you
>
>
>
>
> -----
> Jordan PIŠČANC
> IR IT Manager & Developer
> CenTraCon-SI
> http://www.centracon.units.it
> http://www.openstarts.units.it
> --
> View this message in context:
> http://dspace.2283337.n4.nabble.com/How-to-reverse-sorting-order-of-sub-community-tp4665463p4665511.html
> Sent from the DSpace - Tech mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> List Etiquette:
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




-- 
-----------------------------------------------
Shixing Wen
Head of Technical Services
University of Minnesota Duluth Library
416 Library Drive
Duluth, MN 55812

218-726-8498
s...@d.umn.edu
------------------------------------------------
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to