From: <rv...@us...> - 2009-06-25 03:30:55
|
Revision: 119 http://treebase.svn.sourceforge.net/treebase/?rev=119&view=rev Author: rvos Date: 2009-06-25 03:30:53 +0000 (Thu, 25 Jun 2009) Log Message: ----------- Added download links for RDF Modified Paths: -------------- trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/study/matrices.jsp trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/study/summary.jsp trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/study/trees.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 03:25:11 UTC (rev 118) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/study/matrices.jsp 2009-06-25 03:30:53 UTC (rev 119) @@ -83,6 +83,20 @@ sortable="false" class="iconColumn" headerClass="iconColumn"> + <c:url value="/PhyloWS/${matrix.namespacedGUID}.rdf" var="newMatrixURL"/> + <a href="${newMatrixURL}"> + <img + class="iconButton" + src="<fmt:message key="icons.rdf"/>" + title="<fmt:message key="download.rdf"/>" + alt="<fmt:message key="download.rdf"/>"/> + </a> + </display:column> + + <display:column + sortable="false" + class="iconColumn" + headerClass="iconColumn"> <c:url value="/PhyloWS/${matrix.namespacedGUID}.nex" var="newMatrixURL"/> <a href="${newMatrixURL}"> <img Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/study/summary.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/study/summary.jsp 2009-06-25 03:25:11 UTC (rev 118) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/study/summary.jsp 2009-06-25 03:30:53 UTC (rev 119) @@ -104,7 +104,15 @@ title="<fmt:message key="download.nexml"/>" alt="<fmt:message key="download.nexml"/>"/> NeXML - </a> + </a> + <a href="${baseLink}.rdf"> + <img + class="iconButton" + src="<fmt:message key="icons.rdf"/>" + title="<fmt:message key="download.rdf"/>" + alt="<fmt:message key="download.rdf"/>"/> + RDF + </a> </li> </ul> <h3>BibTeX reference</h3> Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/study/trees.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/study/trees.jsp 2009-06-25 03:25:11 UTC (rev 118) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/search/study/trees.jsp 2009-06-25 03:30:53 UTC (rev 119) @@ -67,6 +67,20 @@ alt="<fmt:message key="download.nexml"/>"/> </a> </display:column> + + <display:column + sortable="false" + class="iconColumn" + headerClass="iconColumn"> + <c:url value="/PhyloWS/${tree.namespacedGUID}.rdf" var="newTreeURL"/> + <a href="${newTreeURL}"> + <img + class="iconButton" + src="<fmt:message key="icons.rdf"/>" + title="<fmt:message key="download.rdf"/>" + alt="<fmt:message key="download.rdf"/>"/> + </a> + </display:column> <display:column sortable="false" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |