From: <rv...@us...> - 2010-06-01 20:53:52
|
Revision: 703 http://treebase.svn.sourceforge.net/treebase/?rev=703&view=rev Author: rvos Date: 2010-06-01 20:53:46 +0000 (Tue, 01 Jun 2010) Log Message: ----------- Removed hardcoding of url, using purl instead. This fixes issue 2972133. 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-06-01 20:05:30 UTC (rev 702) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/study/nav.jsp 2010-06-01 20:53:46 UTC (rev 703) @@ -82,17 +82,16 @@ <!-- save to connotea --> <!-- commented out temporarily because this uses the absolute path, which won't work due to proxying - SF Bug 2972133 --> - <%-- <form method="post" id="connotea" action="http://www.connotea.org/add" enctype="application/x-www-form-urlencoded" name="edit"> <input name="uri" - value="<%= request.getScheme() %>://<%= request.getLocalName() %>:<%= request.getLocalPort() %>/treebase-web/search/study/summary.html?id=<c:out value="${study.id}"/>" + value="${baseLink}?format=html" type="hidden"/> <input name="uri" - value="<%= request.getScheme() %>://<%= request.getLocalName() %>:<%= request.getLocalPort() %>/treebase-web/search/study/summary.html?id=<c:out value="${study.id}"/>" + value="${baseLink}?format=html" type="hidden"/> <input name="ctitle" value="<c:out value="${cit.title}"/>" type="hidden"/> @@ -174,7 +173,7 @@ <img src="/treebase-web/images/connotea.gif" alt="Connotea" class="iconButton"/> Connotea </a> - --%> <!-- end of commenting out connotea --> + <!-- end of commenting out connotea --> <div id="notice"></div> </fieldset> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |