From: <sfr...@us...> - 2011-09-01 17:15:11
|
Revision: 950 http://treebase.svn.sourceforge.net/treebase/?rev=950&view=rev Author: sfrgpiel Date: 2011-09-01 17:15:05 +0000 (Thu, 01 Sep 2011) Log Message: ----------- Adding some hard-coded instructions to address FAQs. Modified Paths: -------------- trunk/treebase-web/src/main/webapp/WEB-INF/pages/nexusFiles.jsp trunk/treebase-web/src/main/webapp/WEB-INF/pages/studyForm.jsp trunk/treebase-web/src/main/webapp/WEB-INF/pages/submissionList.jsp Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/nexusFiles.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/nexusFiles.jsp 2011-08-29 19:34:58 UTC (rev 949) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/nexusFiles.jsp 2011-09-01 17:15:05 UTC (rev 950) @@ -5,7 +5,12 @@ <body id="submissions"/> <c:url var="nexusdownloadURL" value="/user/downloadANexusFile.html" /> <c:url var="nexusrctdownloadURL" value="/user/downloadANexusRCTFile.html" /> -<p>The table below shows a list of all the nexus files for the current study.</p> +<p>The table below shows a list of all the NEXUS files uploaded to the submission. +These files cannot be deleted unless the entire submission is deleted, however +they are not visible to the public unless trees or matrices brought in by them +are published. Consequently, if all trees and matrices are deleted, the original +file is only visible to the submitter and to the editors of TreeBASE. Retaining +these files is useful for TreeBASE staff as a record of prior submission activity.</p> <form method="post"> <fieldset> <legend> Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/studyForm.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/studyForm.jsp 2011-08-29 19:34:58 UTC (rev 949) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/studyForm.jsp 2011-09-01 17:15:05 UTC (rev 950) @@ -5,7 +5,7 @@ <c:choose> <c:when test="${empty study.submission.id}"> <content tag="heading">Create New Submission</content> - <p>Please provide a brief title for your study. Usually this is the same title as the title of your pubication.</p> + <p>Please provide a brief title for your study. Usually this is the same title as the title of your publication.</p> <p>The notes for your study are not for the public, but are there for your own benefit and for communicating with TreeBASE staff once your submission status is ready to be made public. </p> <p>If your submission is part of a sponsored research data management plan, please indicate this in the Notes so that TreeBASE staff know to provide added attention and to assist in making your submission fully compliant with the expectations of the sponsor. For more information, see the <a href="/treebase-web/dataMan.html" target="_blank">NSF Data Management Plan instructions</a>. </p> </c:when> Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/submissionList.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/submissionList.jsp 2011-08-29 19:34:58 UTC (rev 949) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/submissionList.jsp 2011-09-01 17:15:05 UTC (rev 950) @@ -12,7 +12,7 @@ <legend>Submissions <a href="#" class="openHelp" onclick="openHelp('submissionList')"><img class="iconButton" src="<fmt:message key="icons.help"/>" /></a> </legend> -The table below shows a list of your Treebase submissions. +The table below shows a list of your Treebase submissions. Submissions can only be deleted after all trees and matrices are deleted first. <display:table name="${submissionList}" requestURI="" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |