From: <rv...@us...> - 2009-07-02 21:12:19
|
Revision: 167 http://treebase.svn.sourceforge.net/treebase/?rev=167&view=rev Author: rvos Date: 2009-07-02 21:12:18 +0000 (Thu, 02 Jul 2009) Log Message: ----------- Added link to page describing URL API 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 2009-07-02 21:10:13 UTC (rev 166) +++ trunk/treebase-web/src/main/webapp/common/sidebarLeft.jsp 2009-07-02 21:12:18 UTC (rev 167) @@ -10,7 +10,7 @@ <li><a href="<c:url value="/user/processUser.html"/>"><fmt:message key="nav.submit"/></a></li> <li><a href="#"><fmt:message key="nav.stats"/></a></li> <li><a href="#"><fmt:message key="nav.referee"/></a></li> - <li><a href="#"><fmt:message key="nav.urlapi"/></a></li> + <li><a href="/treebase-web/help/urlAPI.jsp"><fmt:message key="nav.urlapi"/></a></li> </ul> </div> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rv...@us...> - 2010-03-11 16:08:48
|
Revision: 541 http://treebase.svn.sourceforge.net/treebase/?rev=541&view=rev Author: rvos Date: 2010-03-11 14:36:37 +0000 (Thu, 11 Mar 2010) Log Message: ----------- Expanded top level, left-hand navigation menu as per http://docs.google.com/Doc?docid=0AXEQpupFgwYiZGg4bXF6bl82NmZwdm50cmRz&hl=en 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 2010-03-11 14:36:12 UTC (rev 540) +++ trunk/treebase-web/src/main/webapp/common/sidebarLeft.jsp 2010-03-11 14:36:37 UTC (rev 541) @@ -3,14 +3,18 @@ <div class="gutter"> <div id="navcontainer"> <ul id="navlist"> - <li><a href="#" class="active"><fmt:message key="nav.introduction"/></a></li> - <li><a href="#"><fmt:message key="nav.why"/></a></li> - <li><a href="<c:url value="/search/studySearch.html"/>"><fmt:message key="nav.search"/></a></li> - <li><a href="#"><fmt:message key="nav.contact"/></a></li> - <li><a href="<c:url value="/user/processUser.html"/>"><fmt:message key="nav.submit"/></a></li> - <li><a href="#"><fmt:message key="nav.stats"/></a></li> - <li><a href="#"><fmt:message key="nav.referee"/></a></li> - <li><a href="/treebase-web/help/urlAPI.jsp"><fmt:message key="nav.urlapi"/></a></li> + <li><a href="<c:url value="/search/studySearch.html"/>"><fmt:message key="nav.search.treebase"/></a></li> + <li><a href="<c:url value="/user/processUser.html"/>"><fmt:message key="nav.submit"/></a></li> + <li><span style="font-weight:bold;border-bottom: 1px solid #CCC;padding:3px;display:block"><fmt:message key="nav.about"/></span> + <ul id="innerNavlist"> + <li><a href="<c:url value="/about.html"/>"><fmt:message key="nav.overview"/></a></li> + <li><a href="#"><fmt:message key="nav.technology"/></a></li> + <li><a href="#"><fmt:message key="nav.people"/></a></li> + <li><a href="#"><fmt:message key="nav.partnerships"/></a></li> + </ul> + </li> + <li><a href="<c:url value="/urlAPI.html"/>"><fmt:message key="nav.dataaccess"/></a></li> + <li><a href="#"><fmt:message key="nav.contact"/></a></li> </ul> </div> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rv...@us...> - 2012-02-14 21:30:13
|
Revision: 1063 http://treebase.svn.sourceforge.net/treebase/?rev=1063&view=rev Author: rvos Date: 2012-02-14 21:30:07 +0000 (Tue, 14 Feb 2012) Log Message: ----------- Adding line break. Trivial commit. 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:23:50 UTC (rev 1062) +++ trunk/treebase-web/src/main/webapp/common/sidebarLeft.jsp 2012-02-14 21:30:07 UTC (rev 1063) @@ -23,7 +23,7 @@ <center> <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> + </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> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rv...@us...> - 2012-02-14 21:45:39
|
Revision: 1065 http://treebase.svn.sourceforge.net/treebase/?rev=1065&view=rev Author: rvos Date: 2012-02-14 21:45:32 +0000 (Tue, 14 Feb 2012) Log Message: ----------- Sorry, unterminated c:url tag. Fixed now. 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:31:34 UTC (rev 1064) +++ trunk/treebase-web/src/main/webapp/common/sidebarLeft.jsp 2012-02-14 21:45:32 UTC (rev 1065) @@ -22,10 +22,10 @@ </ul> <center> <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"/> + <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"> + <img src="<c:url value="images/mendeley-logo.png"/>" alt="All publications in TreeBASE on Mendeley" /> </a> </center> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rv...@us...> - 2012-02-14 21:53:38
|
Revision: 1066 http://treebase.svn.sourceforge.net/treebase/?rev=1066&view=rev Author: rvos Date: 2012-02-14 21:53:32 +0000 (Tue, 14 Feb 2012) Log Message: ----------- This should be more aesthetic... 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:45:32 UTC (rev 1065) +++ trunk/treebase-web/src/main/webapp/common/sidebarLeft.jsp 2012-02-14 21:53:32 UTC (rev 1066) @@ -20,15 +20,15 @@ <li><a href="<c:url value="/journal.html"/>"><fmt:message key="nav.journals"/></a></li> <li><a href="<c:url value="/contact.html"/>"><fmt:message key="nav.contact"/></a></li> </ul> - <center> - <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> - </center> - </div> + </div> + <center> + <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> + </center> </div> <img src="<c:url value="images/footer_bg.gif"/>" style="width:100%" alt="" /> </div> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <rv...@us...> - 2012-02-15 00:53:35
|
Revision: 1069 http://treebase.svn.sourceforge.net/treebase/?rev=1069&view=rev Author: rvos Date: 2012-02-15 00:53:29 +0000 (Wed, 15 Feb 2012) Log Message: ----------- More space around buttons 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 22:09:28 UTC (rev 1068) +++ trunk/treebase-web/src/main/webapp/common/sidebarLeft.jsp 2012-02-15 00:53:29 UTC (rev 1069) @@ -21,14 +21,11 @@ <li><a href="<c:url value="/contact.html"/>"><fmt:message key="nav.contact"/></a></li> </ul> </div> - <br /> + <br /><br /> <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> + <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 /><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> </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. |