|
From: <rv...@us...> - 2010-01-12 17:45:57
|
Revision: 419
http://treebase.svn.sourceforge.net/treebase/?rev=419&view=rev
Author: rvos
Date: 2010-01-12 17:45:51 +0000 (Tue, 12 Jan 2010)
Log Message:
-----------
Changed JSP to get study from submission instead of citation
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:28:29 UTC (rev 418)
+++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/submissionSummaryView.jsp 2010-01-12 17:45:51 UTC (rev 419)
@@ -16,11 +16,12 @@
<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>
+<a href="/treebase-web/phylows/<c:out value="${submission.study.phyloWSPath}"/>?x-access-code=<c:out value="${submission.study.namespacedGUID.hashedIDString}"/>">
+ Reviewer access URL
+</a>
+
<br/>
<br/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|