Changeset 1325
- Timestamp:
- Dec 24, 2010, 12:53:23 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/publication/add.gsp
r959 r1325 29 29 <body> 30 30 <p> 31 Search for a publication on pubmed. You can search on a part of the title or authors .31 Search for a publication on pubmed. You can search on a part of the title or authors or type in a Pubmed ID. 32 32 </p> 33 33 <g:form action="createFromPubmed"> -
trunk/web-app/js/publication-chooser.pubmed.js
r1295 r1325 1 1 function _createURL( utility, params ) { 2 return baseUrl + "/ wizard/entrezProxy?_utility=" + utility + "&" + params;2 return baseUrl + "/studyWizard/entrezProxy?_utility=" + utility + "&" + params; 3 3 } 4 4 sourcePubMed = function( chooserObject, searchterm, response ) {
Note: See TracChangeset
for help on using the changeset viewer.