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. |
From: <rv...@us...> - 2009-12-09 17:18:42
|
Revision: 345 http://treebase.svn.sourceforge.net/treebase/?rev=345&view=rev Author: rvos Date: 2009-12-09 17:18:32 +0000 (Wed, 09 Dec 2009) Log Message: ----------- Added default choice for identifierType selection 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:15:16 UTC (rev 344) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/searchBySubmissionID.jsp 2009-12-09 17:18:32 UTC (rev 345) @@ -15,9 +15,9 @@ <tr> <th><fmt:message key="submission.accession"/>:</th> - <td> - <input type="radio" name="identifierType" value="TB1"/>Legacy accession - <input type="radio" name="identifierType" value="TB2"/>TreeBASE2 Id + <td> + <input type="radio" name="identifierType" value="TB2" checked="checked"/>TreeBASE2 Id + <input type="radio" name="identifierType" value="TB1"/>Legacy accession <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. |
From: <sfr...@us...> - 2010-04-24 15:01:20
|
Revision: 694 http://treebase.svn.sourceforge.net/treebase/?rev=694&view=rev Author: sfrgpiel Date: 2010-04-24 15:01:14 +0000 (Sat, 24 Apr 2010) Log Message: ----------- Renamed the identifiers to search on for improved clarity. 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 2010-04-22 18:29:32 UTC (rev 693) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/searchBySubmissionID.jsp 2010-04-24 15:01:14 UTC (rev 694) @@ -16,8 +16,8 @@ <tr> <th><fmt:message key="submission.accession"/>:</th> <td> - <input type="radio" name="identifierType" value="TB2" checked="checked"/>TreeBASE2 Id - <input type="radio" name="identifierType" value="TB1"/>Legacy accession + <input type="radio" name="identifierType" value="TB2" checked="checked"/>TreeBASE2 Submission ID + <input type="radio" name="identifierType" value="TB1"/>TreeBASE1 Legacy Study ID <input type="radio" name="identifierType" value="TB0"/>TreeBase2 Study ID <input type="text" name="submissionaccession" maxlength = "25"/> </td> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |