|
From: <rv...@us...> - 2010-03-01 16:02:54
|
Revision: 522
http://treebase.svn.sourceforge.net/treebase/?rev=522&view=rev
Author: rvos
Date: 2010-03-01 16:02:48 +0000 (Mon, 01 Mar 2010)
Log Message:
-----------
Download links no longer point to localhost.
Modified Paths:
--------------
trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/study/matrices.jsp
Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/study/matrices.jsp
===================================================================
--- trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/study/matrices.jsp 2010-03-01 15:49:04 UTC (rev 521)
+++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/study/matrices.jsp 2010-03-01 16:02:48 UTC (rev 522)
@@ -6,10 +6,6 @@
<c:set var="currentSection" scope="request" value="Matrices"/>
<c:set var="headerPrefix" scope="request" value="${currentSection} for "/>
-<c:set var="serverName" scope="request" value="<%= request.getServerName() %>"/>
-<c:set var="portNumber" scope="request" value="<%= request.getServerPort() %>"/>
-<c:set var="baseURL" scope="request" value='http://${serverName}:${portNumber}/treebase-web/phylows/'/>
-
<jsp:include page="nav.jsp"/>
<c:url var="studyURL" value="summary.html">
@@ -26,7 +22,7 @@
cellpadding="3">
<display:column title="ID">
- <c:url var="url" value="${baseURL}${matrix.phyloWSPath}"><c:param name="format">html</c:param></c:url>
+ <c:url var="url" value="${matrix.phyloWSPath.purl}"><c:param name="format">html</c:param></c:url>
<a href="${url}">${matrix.treebaseIDString}</a>
</display:column>
@@ -71,7 +67,7 @@
sortable="false"
class="iconColumn"
headerClass="iconColumn">
- <c:url var="url" value="${baseURL}${matrix.phyloWSPath}"><c:param name="format">nexml</c:param></c:url>
+ <c:url var="url" value="${matrix.phyloWSPath.purl}"><c:param name="format">nexml</c:param></c:url>
<a href="${url}">
<img
class="iconButton"
@@ -85,7 +81,7 @@
sortable="false"
class="iconColumn"
headerClass="iconColumn">
- <c:url var="url" value="${baseURL}${matrix.phyloWSPath}"><c:param name="format">rdf</c:param></c:url>
+ <c:url var="url" value="${matrix.phyloWSPath.purl}"><c:param name="format">rdf</c:param></c:url>
<a href="${url}">
<img
class="iconButton"
@@ -99,7 +95,7 @@
sortable="false"
class="iconColumn"
headerClass="iconColumn">
- <c:url var="url" value="${baseURL}${matrix.phyloWSPath}"><c:param name="format">nexus</c:param></c:url>
+ <c:url var="url" value="${matrix.phyloWSPath.purl}"><c:param name="format">nexus</c:param></c:url>
<a href="${url}">
<img
class="iconButton"
@@ -130,7 +126,7 @@
sortable="false"
class="iconColumn"
headerClass="iconColumn">
- <c:url var="url" value="${baseURL}${matrix.phyloWSPath}"><c:param name="format">html</c:param></c:url>
+ <c:url var="url" value="${matrix.phyloWSPath.purl}"><c:param name="format">html</c:param></c:url>
<a href="${url}">
<img
class="iconButton"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|