updates to associated concept
This commit is contained in:
parent
6bcdae6f5c
commit
59647ce647
1 changed files with 6 additions and 3 deletions
|
@ -7,11 +7,12 @@
|
||||||
<#assign submissionErrors = editSubmission.validationErrors/>
|
<#assign submissionErrors = editSubmission.validationErrors/>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
|
|
||||||
<#--This is set for testing purposes - will be retrieved dynamically from the generator later-->
|
<#--This is set for testing purposes - will be retrieved dynamically from the generator later-->
|
||||||
<#assign sources = [{"uri":"UMLS", "label":"UMLS"}, {"uri":"Agrovoc", "label":"Agrovoc"}]/>
|
<#assign sources = [{"uri":"UMLS", "label":"UMLS"}, {"uri":"Agrovoc", "label":"Agrovoc"}]/>
|
||||||
|
<#assign selectedSource = "UMLS" />
|
||||||
|
|
||||||
|
<h2>Manage Concepts</h2>
|
||||||
<h2>Manage Associated Concepts</h2>
|
|
||||||
|
|
||||||
|
|
||||||
<#if submissionErrors?has_content>
|
<#if submissionErrors?has_content>
|
||||||
|
@ -28,7 +29,7 @@
|
||||||
</section>
|
</section>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
<#--@lvf.unsupportedBrowser-->
|
<@lvf.unsupportedBrowser/>
|
||||||
|
|
||||||
<div class="noIE67">
|
<div class="noIE67">
|
||||||
|
|
||||||
|
@ -95,6 +96,8 @@
|
||||||
</p>
|
</p>
|
||||||
<!-- Field value populated by JavaScript -->
|
<!-- Field value populated by JavaScript -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<a href="" > Can't find the concept you want? Create your own.</a>
|
||||||
|
|
||||||
<p class="submit">
|
<p class="submit">
|
||||||
<input type="submit" id="submit" name="submit" value="Add Term" />
|
<input type="submit" id="submit" name="submit" value="Add Term" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue