|
From: <rv...@us...> - 2009-06-25 02:57:30
|
Revision: 116
http://treebase.svn.sourceforge.net/treebase/?rev=116&view=rev
Author: rvos
Date: 2009-06-25 02:57:29 +0000 (Thu, 25 Jun 2009)
Log Message:
-----------
Added NeXML download link
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 2009-06-25 02:55:45 UTC (rev 115)
+++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/study/matrices.jsp 2009-06-25 02:57:29 UTC (rev 116)
@@ -69,13 +69,24 @@
sortable="false"
class="iconColumn"
headerClass="iconColumn">
- <c:url value="/search/downloadAMatrix.html" var="newMatrixURL">
- <c:param name="id">${study.id}</c:param>
- <c:param name="matrixid">${matrix.id}</c:param>
- </c:url>
+ <c:url value="/PhyloWS/${matrix.namespacedGUID}.xml" var="newMatrixURL"/>
<a href="${newMatrixURL}">
<img
class="iconButton"
+ src="<fmt:message key="icons.xml"/>"
+ title="<fmt:message key="download.nexml"/>"
+ alt="<fmt:message key="download.nexml"/>"/>
+ </a>
+ </display:column>
+
+ <display:column
+ sortable="false"
+ class="iconColumn"
+ headerClass="iconColumn">
+ <c:url value="/PhyloWS/${matrix.namespacedGUID}.nex" var="newMatrixURL"/>
+ <a href="${newMatrixURL}">
+ <img
+ class="iconButton"
src="<fmt:message key="icons.download.reconstructed"/>"
title="<fmt:message key="download.reconstructedfile"/>"
alt="<fmt:message key="download.reconstructedfile"/>"/>
@@ -103,10 +114,7 @@
sortable="false"
class="iconColumn"
headerClass="iconColumn">
- <c:url var="url" value="matrix.html">
- <c:param name="matrixid" value="${matrix.id}" />
- <c:param name="id" value="${matrix.study.id}" />
- </c:url>
+ <c:url var="url" value="/PhyloWS/${matrix.namespacedGUID}.html"/>
<a href="${url}">
<img
class="iconButton"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|