Changeset 518 for trunk/grails-app/views/publication
- Timestamp:
- Jun 3, 2010, 12:27:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/publication/add.gsp
r496 r518 22 22 <script type="text/javascript" src="${resource(dir: 'js', file: 'publication-chooser.pubmed.js')}"></script> 23 23 <script type="text/javascript" src="${resource(dir: 'js', file: 'publication-chooser.programminglanguages.js')}"></script> 24 24 <script type="text/javascript"> 25 PublicationChooser.prototype.availableDBs[ "pubmed" ].select = selectPubMedAdd; 26 PublicationChooser.prototype.availableDBs[ "pubmed" ].close = closePubMedAdd; 27 </script> 25 28 </head> 26 29 <body> 27 28 <g:form action="createFromPubmed">29 <g:textField name="publication" rel="publication-pubmed" style="width:300px;"/>30 <g:submitButton name="add" value="Add publication" />31 </g:form>32 33 30 <p> 31 Search for a publication on pubmed. You can search on a part of the title or authors. 32 </p> 33 <g:form action="createFromPubmed"> 34 <g:textField name="publication" rel="publication-pubmed" style="width:500px;"/> 35 <!-- <g:submitButton name="add" value="Add publication" /> --> 36 </g:form> 34 37 35 38 ${errors}
Note: See TracChangeset
for help on using the changeset viewer.