NIHVIVO-23 consistency in ingest tools
This commit is contained in:
parent
5231cbcdce
commit
7301b31937
1 changed files with 7 additions and 7 deletions
|
@ -142,6 +142,13 @@ PREFIX <%=prefixText%>: <<%=urlText%>><%}}%>
|
||||||
<h3>Select Destination Model</h3>
|
<h3>Select Destination Model</h3>
|
||||||
|
|
||||||
<select name="destinationModelName">
|
<select name="destinationModelName">
|
||||||
|
<option value="vitro:baseOntModel"
|
||||||
|
<% if ("vitro:baseOntModel".equals(request.getParameter("destinationModelName"))) {
|
||||||
|
%>
|
||||||
|
selected="selected" <%
|
||||||
|
}
|
||||||
|
%> />webapp
|
||||||
|
assertions</option>
|
||||||
<option value="vitro:jenaOntModel"
|
<option value="vitro:jenaOntModel"
|
||||||
<% if ("vitro:jenaOntModel".equals(request.getParameter("destinationModelName"))) {
|
<% if ("vitro:jenaOntModel".equals(request.getParameter("destinationModelName"))) {
|
||||||
%>
|
%>
|
||||||
|
@ -149,13 +156,6 @@ PREFIX <%=prefixText%>: <<%=urlText%>><%}}%>
|
||||||
}
|
}
|
||||||
%> />webapp
|
%> />webapp
|
||||||
model</option>
|
model</option>
|
||||||
<option value="vitro:baseOntModel"
|
|
||||||
<% if ("vitro:baseOntModel".equals(request.getParameter("destinationModelName"))) {
|
|
||||||
%>
|
|
||||||
selected="selected" <%
|
|
||||||
}
|
|
||||||
%> />webapp
|
|
||||||
assertions</option>
|
|
||||||
<%
|
<%
|
||||||
for (Iterator it = maker.listModels(); it.hasNext(); ) {
|
for (Iterator it = maker.listModels(); it.hasNext(); ) {
|
||||||
String modelName = (String) it.next();
|
String modelName = (String) it.next();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue