|
From: <yo...@us...> - 2010-03-03 16:34:38
|
Revision: 523
http://treebase.svn.sourceforge.net/treebase/?rev=523&view=rev
Author: youjun
Date: 2010-03-03 16:34:31 +0000 (Wed, 03 Mar 2010)
Log Message:
-----------
modify content of the page
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-03-01 16:02:48 UTC (rev 522)
+++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/submissionSummaryView.jsp 2010-03-03 16:34:31 UTC (rev 523)
@@ -12,30 +12,31 @@
Submission: <c:out value="${submissionNumber}"/>, <c:out value="${studyStatus}"/>, <a href="/treebase-web/admin/changeStudyStatus.html"> Update Status</a><br/>
Submission initiated: <c:out value="${initiatedDate}"/><br/>
-<%if(request.isUserInRole("Admin") || request.isUserInRole("Associate Editor")){%>
- <a href='mailto:${submission.submitter.emailAddressString}?subject=TreeBASE Submission S${submission.id}'>
- <img class="iconButton" alt="mail" src="<fmt:message key="icons.email"/>" />
- Contact Submitter
- </a>
- <br/>
- <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
- </a>
-<% } %>
-
-<%if(request.isUserInRole("User") ){%>
- <a href='mailto:he...@tr...?subject=TreeBASE Submission S${submission.id}'>
- <img class="iconButton" alt="mail" src="<fmt:message key="icons.email"/>" />
- Contact TreeBASE Help
- </a>
- <br/>
- <a href="<c:out value="http://purl.org/phylo/treebase/phylows/study/TB2:S"/><c:out value="${submission.study.id}"/>">
- <img class="iconButton" alt="link" src="<fmt:message key="icons.weblink"/>" />
- Study Accession URL: right-click and copy
- </a>
-<% } %>
-
+<br/>
+<a href='mailto:${submission.submitter.emailAddressString}?subject=TreeBASE Submission S${submission.id}'>
+ <img class="iconButton" alt="mail" src="<fmt:message key="icons.email"/>" />
+ Contact Submitter
+</a>
+<br/>
+<a href='mailto:he...@tr...?subject=TreeBASE Submission S${submission.id}'>
+ <img class="iconButton" alt="mail" src="<fmt:message key="icons.email"/>" />
+ Contact TreeBASE Help
+</a>
+<br/>
+<br/>
+<a href="<c:out value="http://purl.org/phylo/treebase/phylows/study/TB2:S"/><c:out value="${submission.study.id}"/>">
+ <img class="iconButton" alt="link" src="<fmt:message key="icons.weblink"/>" />
+ Study Accession URL:<br/>
+ <c:out value="http://purl.org/phylo/treebase/phylows/study/TB2:S"/><c:out value="${submission.study.id}"/>
+</a>
+<div><strong>You can cite this URL in your manuscript; It will become the permanent and resolvable resource locator after your submission has been approved and the data are made public.</strong></div>
+<br/>
+<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
+</a>
+<div><string>You can copy and send this URL to you journal editor to provide reviewers with limited, read-only access to your data, even if your submission has not yet been approved and the data are not yet public.</sstrong></div>
+<br/>
<c:if test="${not empty citationsummary.study}">
<c:if test="${not empty citationsummary.study.name}">
Study name: <c:out value="${citationsummary.study.name}"/>
@@ -43,8 +44,8 @@
</c:if>
<br/>
-<br/>
+
<c:if test="${empty citationsummary.title}">
Citation information not yet entered. Click the <strong>Citation</strong> menu item on the right.<br/><br/>
</c:if>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|