From: <rv...@us...> - 2012-02-14 21:57:38
|
Revision: 1067 http://treebase.svn.sourceforge.net/treebase/?rev=1067&view=rev Author: rvos Date: 2012-02-14 21:57:32 +0000 (Tue, 14 Feb 2012) Log Message: ----------- The mendeley button should probably go before the twitter button. Modified Paths: -------------- trunk/treebase-web/src/main/webapp/common/sidebarLeft.jsp Modified: trunk/treebase-web/src/main/webapp/common/sidebarLeft.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/common/sidebarLeft.jsp 2012-02-14 21:53:32 UTC (rev 1066) +++ trunk/treebase-web/src/main/webapp/common/sidebarLeft.jsp 2012-02-14 21:57:32 UTC (rev 1067) @@ -22,12 +22,12 @@ </ul> </div> <center> + <a href="http://www.mendeley.com/groups/734351/treebase/" title="All publications in TreeBASE on Mendeley"> + <img src="<c:url value="images/mendeley-logo.png"/>" alt="All publications in TreeBASE on Mendeley" /> + </a><br /> <a href="http://twitter.com/treebase" title="Follow @TreeBASE on Twitter"> <img src="<c:url value="images/twitter-logo.png"/>" alt="Follow @TreeBASE on twitter" /> - </a><br /> - <a href="http://www.mendeley.com/groups/734351/treebase/" title="All publications in TreeBASE on Mendeley"> - <img src="<c:url value="images/mendeley-logo.png"/>" alt="All publications in TreeBASE on Mendeley" /> - </a> + </a> </center> </div> <img src="<c:url value="images/footer_bg.gif"/>" style="width:100%" alt="" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |