source: trunk/grails-app/views/wizard/pages/_demo.gsp @ 299

Last change on this file since 299 was 299, checked in by duh, 14 years ago
  • set keyword expansion
  • Property svn:keywords set to Date Rev Author
File size: 691 bytes
Line 
1<%
2/**
3 * Demo / Development template
4 *
5 * @author  Jeroen Wesbeek
6 * @since   20100312
7 * @package wizard
8 * @see     dbnp.studycapturing.WizardTagLib::previousNext
9 * @see     dbnp.studycapturing.WizardController
10 *
11 * Revision information:
12 * $Rev: 299 $
13 * $Author: duh $
14 * $Date: 2010-03-22 13:40:35 +0000 (ma, 22 mrt 2010) $
15 */
16%>
17
18<span class="info">
19        <span class="title">Ontology chooser</span>
20        The ontology box below fetched suggestions from the NCBO webservice
21</span>
22
23Ontology input box: <input type="text" name="test" rel="ontology-all-name" /><br/>
24concept_id: <input type="text" name="test-concept_id" /><br/>
25ontology_id: <input type="text" name="test-ontology_id" /><br/>
26full_id: <input type="text" name="test-full_id" /><br/>
Note: See TracBrowser for help on using the repository browser.