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. |
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. |
From: <rv...@us...> - 2010-01-12 18:02:02
|
Revision: 420 http://treebase.svn.sourceforge.net/treebase/?rev=420&view=rev Author: rvos Date: 2010-01-12 18:01:53 +0000 (Tue, 12 Jan 2010) Log Message: ----------- Added default html format specifier in reviewer access url 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:45:51 UTC (rev 419) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/submissionSummaryView.jsp 2010-01-12 18:01:53 UTC (rev 420) @@ -18,7 +18,7 @@ </c:if> </c:if> -<a href="/treebase-web/phylows/<c:out value="${submission.study.phyloWSPath}"/>?x-access-code=<c:out value="${submission.study.namespacedGUID.hashedIDString}"/>"> +<a href="/treebase-web/phylows/<c:out value="${submission.study.phyloWSPath}"/>?x-access-code=<c:out value="${submission.study.namespacedGUID.hashedIDString}"/>&format=html"> Reviewer access URL </a> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rv...@us...> - 2010-01-12 18:26:27
|
Revision: 421 http://treebase.svn.sourceforge.net/treebase/?rev=421&view=rev Author: rvos Date: 2010-01-12 18:26:19 +0000 (Tue, 12 Jan 2010) Log Message: ----------- Added icons for email and reviewer permalink 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 18:01:53 UTC (rev 420) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/submissionSummaryView.jsp 2010-01-12 18:26:19 UTC (rev 421) @@ -11,17 +11,22 @@ </legend> 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/> -<a href='mailto:${submission.submitter.emailAddressString}?subject=TreeBASE Submission S${submission.id}'>Contact Submitter</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="/treebase-web/phylows/<c:out value="${submission.study.phyloWSPath}"/>?x-access-code=<c:out value="${submission.study.namespacedGUID.hashedIDString}"/>&format=html"> + <img class="iconButton" alt="link" src="<fmt:message key="icons.permalink"/>" /> + Reviewer access URL: right-click and copy me +</a> + <c:if test="${not empty citationsummary.study}"> <c:if test="${not empty citationsummary.study.name}"> Study name: <c:out value="${citationsummary.study.name}"/> </c:if> </c:if> -<a href="/treebase-web/phylows/<c:out value="${submission.study.phyloWSPath}"/>?x-access-code=<c:out value="${submission.study.namespacedGUID.hashedIDString}"/>&format=html"> - Reviewer access URL -</a> - <br/> <br/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rv...@us...> - 2010-01-12 18:28:55
|
Revision: 422 http://treebase.svn.sourceforge.net/treebase/?rev=422&view=rev Author: rvos Date: 2010-01-12 18:28:42 +0000 (Tue, 12 Jan 2010) Log Message: ----------- Added icons for email and reviewer permalink 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 18:26:19 UTC (rev 421) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/submissionSummaryView.jsp 2010-01-12 18:28:42 UTC (rev 422) @@ -17,7 +17,7 @@ </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"> - <img class="iconButton" alt="link" src="<fmt:message key="icons.permalink"/>" /> + <img class="iconButton" alt="link" src="<fmt:message key="icons.weblink"/>" /> Reviewer access URL: right-click and copy me </a> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <rv...@us...> - 2010-02-15 16:05:25
|
Revision: 509 http://treebase.svn.sourceforge.net/treebase/?rev=509&view=rev Author: rvos Date: 2010-02-15 16:05:19 +0000 (Mon, 15 Feb 2010) Log Message: ----------- GUI change, the reviewer purl is too long 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 16:01:56 UTC (rev 508) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/submissionSummaryView.jsp 2010-02-15 16:05:19 UTC (rev 509) @@ -18,7 +18,7 @@ <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: <c:out value="${submission.study.phyloWSPath.purl}"/>?x-access-code=<c:out value="${submission.study.namespacedGUID.hashedIDString}"/>&format=html + Reviewer access URL: right-click and copy </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. |
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. |
From: <yo...@us...> - 2010-03-03 22:53:47
|
Revision: 524 http://treebase.svn.sourceforge.net/treebase/?rev=524&view=rev Author: youjun Date: 2010-03-03 22:53:35 +0000 (Wed, 03 Mar 2010) Log Message: ----------- typo fix 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-03 16:34:31 UTC (rev 523) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/submissionSummaryView.jsp 2010-03-03 22:53:35 UTC (rev 524) @@ -29,7 +29,7 @@ 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> +<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"/>" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <yo...@us...> - 2010-03-15 18:53:16
|
Revision: 596 http://treebase.svn.sourceforge.net/treebase/?rev=596&view=rev Author: youjun Date: 2010-03-15 18:53:07 +0000 (Mon, 15 Mar 2010) Log Message: ----------- hide "change status" link from non-admin user 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-15 16:23:32 UTC (rev 595) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/submissionSummaryView.jsp 2010-03-15 18:53:07 UTC (rev 596) @@ -9,7 +9,11 @@ <legend>Summary <a href="#" class="openHelp" onclick="openHelp('submissionSummaryView')"><img class="iconButton" alt="help" src="<fmt:message key="icons.help"/>" /></a> </legend> -Submission: <c:out value="${submissionNumber}"/>, <c:out value="${studyStatus}"/>, <a href="/treebase-web/admin/changeStudyStatus.html"> Update Status</a><br/> +Submission: <c:out value="${submissionNumber}"/>, <c:out value="${studyStatus}"/> +<%if(request.isUserInRole("Admin") || request.isUserInRole("Associate Editor")){%> +, <a href="/treebase-web/admin/changeStudyStatus.html"> Update Status</a> +<%}%> +<br/> Submission initiated: <c:out value="${initiatedDate}"/><br/> <br/> @@ -33,7 +37,8 @@ <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 + Reviewer access URL:<br/> + <c:out value="${submission.study.phyloWSPath.purl}"/>?x-access-code=<c:out value="${submission.study.namespacedGUID.hashedIDString}"/>&format=html </a> <div><strong>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.</strong></div> <br/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |