Changeset 1186
- Timestamp:
- Nov 22, 2010, 7:12:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/wizard/pages/_demo.gsp
r959 r1186 24 24 </span> 25 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/> 26 <b>One (ontology 1032)</b><br/> 27 Ontology input box: <input type="text" name="test1" rel="ontology-1032" /><br/> 28 concept_id: <input type="text" name="test1-concept_id" /><br/> 29 ontology_id: <input type="text" name="test1-ontology_id" /><br/> 30 ncbo_id: <input type="text" name="test1-ncbo_id" /><br/> 31 full_id: <input type="text" name="test1-full_id" /><br/> 32 33 <b>Two (ontology 1032)</b><br/> 34 Ontology input box: <input type="text" name="test2" rel="ontology-1032" /><br/> 35 concept_id: <input type="text" name="test2-concept_id" /><br/> 36 ontology_id: <input type="text" name="test2-ontology_id" /><br/> 37 ncbo_id: <input type="text" name="test2-ncbo_id" /><br/> 38 full_id: <input type="text" name="test2-full_id" /><br/> 39 40 <b>Three (ontology 1007)</b><br/> 41 Ontology input box: <input type="text" name="test3" rel="ontology-1007" /><br/> 42 concept_id: <input type="text" name="test3-concept_id" /><br/> 43 ontology_id: <input type="text" name="test3-ontology_id" /><br/> 44 ncbo_id: <input type="text" name="test3-ncbo_id" /><br/> 45 full_id: <input type="text" name="test3-full_id" /><br/> 46 47 <b>Four (ontology: all)</b><br/> 48 Ontology input box: <input type="text" name="test4" rel="ontology-all" /><br/> 49 concept_id: <input type="text" name="test4-concept_id" /><br/> 50 ontology_id: <input type="text" name="test4-ontology_id" /><br/> 51 ncbo_id: <input type="text" name="test4-ncbo_id" /><br/> 52 full_id: <input type="text" name="test4-full_id" /><br/>
Note: See TracChangeset
for help on using the changeset viewer.