some more minor work on NIHVIVO-23 vitro internal Jena models

This commit is contained in:
bjl23 2010-04-05 17:05:03 +00:00
parent 3e23a63be1
commit e31c551260

View file

@ -17,18 +17,20 @@
%> %>
<p><a href="ingest">Ingest Home</a></p>
<h2>Smush Resources</h2> <h2>Smush Resources</h2>
<form action="ingest" method="get"i> <form action="ingest" method="get"i>
<input type="hidden" name="action" value="smushSingleModel"/> <input type="hidden" name="action" value="smushSingleModel"/>
<h3>URI of Property with which To Smush <h3>URI of Property with which To Smush
<input type="text" name="propertyURI"/> <input type="text" style="width:40%;" name="propertyURI"/>
<h3>Select Source Models</h3> <h3>Select Source Models</h3>
<ul> <ul>
<li> <input type="checkbox" name="sourceModelName" value="vitro:baseOntModel"/>webapp assertions</li>
<% <%
for (Iterator it = maker.listModels(); it.hasNext(); ) { for (Iterator it = maker.listModels(); it.hasNext(); ) {
String modelName = (String) it.next(); String modelName = (String) it.next();
@ -41,6 +43,7 @@
<h3>Select Destination Model</h3> <h3>Select Destination Model</h3>
<select name="destinationModelName"> <select name="destinationModelName">
<option value="vitro:baseOntModel">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();