From: <rv...@us...> - 2010-02-15 16:02:03
|
Revision: 508 http://treebase.svn.sourceforge.net/treebase/?rev=508&view=rev Author: rvos Date: 2010-02-15 16:01:56 +0000 (Mon, 15 Feb 2010) Log Message: ----------- Now explicitly displays purl for reviewer access. Modified Paths: -------------- trunk/treebase-web/src/main/webapp/WEB-INF/pages/submissionSummaryView.jsp Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/submissionSummaryView.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/submissionSummaryView.jsp 2010-02-15 15:55:46 UTC (rev 507) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/submissionSummaryView.jsp 2010-02-15 16:01:56 UTC (rev 508) @@ -16,9 +16,9 @@ Contact Submitter </a> <br/> -<a href="/treebase-web/phylows/<c:out value="${submission.study.phyloWSPath}"/>?x-access-code=<c:out value="${submission.study.namespacedGUID.hashedIDString}"/>&format=html"> +<a href="<c:out value="${submission.study.phyloWSPath.purl}"/>?x-access-code=<c:out value="${submission.study.namespacedGUID.hashedIDString}"/>&format=html"> <img class="iconButton" alt="link" src="<fmt:message key="icons.weblink"/>" /> - Reviewer access URL: right-click and copy me + Reviewer access URL: <c:out value="${submission.study.phyloWSPath.purl}"/>?x-access-code=<c:out value="${submission.study.namespacedGUID.hashedIDString}"/>&format=html </a> <c:if test="${not empty citationsummary.study}"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |