From: <rv...@us...> - 2009-12-09 16:26:38
|
Revision: 340 http://treebase.svn.sourceforge.net/treebase/?rev=340&view=rev Author: rvos Date: 2009-12-09 16:26:28 +0000 (Wed, 09 Dec 2009) Log Message: ----------- Updated searchBySubmission view: added help icon, added radio buttons to select identifier type Modified Paths: -------------- trunk/treebase-web/src/main/resources/ApplicationResources.properties trunk/treebase-web/src/main/webapp/WEB-INF/pages/searchBySubmissionID.jsp Modified: trunk/treebase-web/src/main/resources/ApplicationResources.properties =================================================================== --- trunk/treebase-web/src/main/resources/ApplicationResources.properties 2009-12-09 16:06:08 UTC (rev 339) +++ trunk/treebase-web/src/main/resources/ApplicationResources.properties 2009-12-09 16:26:28 UTC (rev 340) @@ -170,7 +170,7 @@ submission.list.title = List of Treebase Submissions submission.mainmenu.title= Treebase Submission Menu submission.id = Submission Id -submission.accession = Study Accession Number +submission.accession = Submission Id #-- citation section -- citation.page.title = Citation Information Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/searchBySubmissionID.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/searchBySubmissionID.jsp 2009-12-09 16:06:08 UTC (rev 339) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/searchBySubmissionID.jsp 2009-12-09 16:26:28 UTC (rev 340) @@ -7,13 +7,17 @@ <form method="post" id="dataForm"> <fieldset> -<legend>Search based on Study Accession Number</legend> +<legend>Search for submissions by identifiers +<a href="#" class="openHelp" onclick="openHelp('searchBySubmissionID')"><img class="iconButton" src="<fmt:message key="icons.help"/>" /></a> +</legend> <table border="0" cellpadding="3" cellspacing="3"> <tr> <th><fmt:message key="submission.accession"/>:</th> - <td> + <td> + <input type="radio" name="identifierType" value="TB1"/>Legacy accession number + <input type="radio" name="identifierType" value="TB2"/>TreeBASE2 study ID <input type="text" name="submissionaccession" maxlength = "25"/> </td> </tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |