Merge branch 'feature/pelletRemoval' into develop

This commit is contained in:
Jim Blake 2014-12-31 15:13:37 -05:00
commit f4f51a096f
17 changed files with 524 additions and 1181 deletions

View file

@ -174,17 +174,5 @@ PREFIX <%=prefixText%>: <<%=urlText%>><%}}%>
<%
}
%>
</select> <c:choose>
<c:when test="${paramValues['reasoning'] != null}">
<c:forEach var="paramValue" items="${paramValues['reasoning']}">
<c:if test="${paramValue eq 'pellet'}">
<p><input type="checkbox" name="reasoning" value="pellet"
checked="checked" /> include pellet reasoning</p>
</c:if>
</c:forEach>
</c:when>
<c:otherwise>
<p><input type="checkbox" name="reasoning" value="pellet" />
include Pellet OWL-DL reasoning</p>
</c:otherwise>
</c:choose> <input id="submit" type="submit" value="Execute CONSTRUCT" />
</select>
<input id="submit" type="submit" value="Execute CONSTRUCT" />