Last change
on this file since 959 was
959,
checked in by j.a.m.wesbeek@…, 12 years ago
|
|
-
Property svn:keywords set to
Author Date Rev
|
File size:
784 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: 959 $ |
---|
13 | * $Author: j.a.m.wesbeek@umail.leidenuniv.nl $ |
---|
14 | * $Date: 2010-10-20 19:13:14 +0000 (wo, 20 okt 2010) $ |
---|
15 | */ |
---|
16 | %> |
---|
17 | |
---|
18 | <g:if test="${demoElement}"> |
---|
19 | <wizard:templateElements entity="${demoElement}" /> |
---|
20 | </g:if> |
---|
21 | <span class="info"> |
---|
22 | <span class="title">Ontology chooser</span> |
---|
23 | The ontology box below fetched suggestions from the NCBO webservice |
---|
24 | </span> |
---|
25 | |
---|
26 | Ontology input box: <input type="text" name="test" rel="ontology-all-name" /><br/> |
---|
27 | concept_id: <input type="text" name="test-concept_id" /><br/> |
---|
28 | ontology_id: <input type="text" name="test-ontology_id" /><br/> |
---|
29 | full_id: <input type="text" name="test-full_id" /><br/> |
---|
Note: See
TracBrowser
for help on using the repository browser.