|
From: <hl...@us...> - 2010-03-17 19:44:20
|
Revision: 621
http://treebase.svn.sourceforge.net/treebase/?rev=621&view=rev
Author: hlapp
Date: 2010-03-17 19:44:13 +0000 (Wed, 17 Mar 2010)
Log Message:
-----------
Commented out the Add to Connotea feature until it is fixed to work.
Modified Paths:
--------------
trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/study/nav.jsp
Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/study/nav.jsp
===================================================================
--- trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/study/nav.jsp 2010-03-17 19:27:47 UTC (rev 620)
+++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/study/nav.jsp 2010-03-17 19:44:13 UTC (rev 621)
@@ -81,6 +81,7 @@
</a>
<!-- save to connotea -->
+ <!-- commented out temporarily because this uses the absolute path, which won't work due to proxying
<form method="post" id="connotea" action="http://www.connotea.org/add" enctype="application/x-www-form-urlencoded" name="edit">
<input
@@ -172,6 +173,7 @@
<img src="/treebase-web/images/connotea.gif" alt="Connotea" class="iconButton"/>
Connotea
</a>
+ --> <!-- end of commenting out connotea -->
<div id="notice"></div>
</fieldset>
</div>
@@ -285,4 +287,4 @@
</c:otherwise>
</c:choose>
</div>
-<h3>${currentSection}</h3>
\ No newline at end of file
+<h3>${currentSection}</h3>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|