From: <rv...@us...> - 2009-12-09 17:09:11
|
Revision: 343 http://treebase.svn.sourceforge.net/treebase/?rev=343&view=rev Author: rvos Date: 2009-12-09 17:09:04 +0000 (Wed, 09 Dec 2009) Log Message: ----------- Clarified choice between legacy accession number and TreeBASE2 submission Id Modified Paths: -------------- trunk/treebase-web/src/main/webapp/WEB-INF/pages/searchBySubmissionID.jsp 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 17:06:57 UTC (rev 342) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/searchBySubmissionID.jsp 2009-12-09 17:09:04 UTC (rev 343) @@ -16,8 +16,8 @@ <tr> <th><fmt:message key="submission.accession"/>:</th> <td> - <input type="radio" name="identifierType" value="TB1"/>Legacy accession number - <input type="radio" name="identifierType" value="TB2"/>TreeBASE2 study ID + <input type="radio" name="identifierType" value="TB1"/>Legacy accession + <input type="radio" name="identifierType" value="TB2"/>TreeBASE2 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. |