From: <rv...@us...> - 2010-01-12 17:08:55
|
Revision: 414 http://treebase.svn.sourceforge.net/treebase/?rev=414&view=rev Author: rvos Date: 2010-01-12 17:08:47 +0000 (Tue, 12 Jan 2010) Log Message: ----------- Added reviewer access url, which is the phylows url for the study, plus the "x-access-code" QUERY_STRING parameter, whose value is an MD5-hashed version of the namespaced GUID of the study. 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-01-12 17:03:22 UTC (rev 413) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/submissionSummaryView.jsp 2010-01-12 17:08:47 UTC (rev 414) @@ -16,6 +16,9 @@ <c:if test="${not empty citationsummary.study.name}"> Study name: <c:out value="${citationsummary.study.name}"/> </c:if> + <a href="/treebase-web/phylows/<c:out value="${citationsummary.study.phyloWSPath}"/>?x-access-code=<c:out value="${citationsummary.study.namespacedGUID.hashedIDString}"/>"> + Reviewer access URL + </a> </c:if> <br/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |