Filed download correction for merge individuals tool.
This commit is contained in:
parent
1236e6cf18
commit
fb26b874de
1 changed files with 3 additions and 2 deletions
|
@ -13,13 +13,14 @@
|
|||
request.getSession().setAttribute("leftoverModel",leftoverModel);%>
|
||||
<p><b><%=result%></b></p>
|
||||
<input type="hidden" name="model" value="<%=leftoverModel%>"></input>
|
||||
<%if(!result.equals("resource 1 not present") && !result.equals("resource 2 not present")){ %>
|
||||
<%if(!result.equals("resource 1 not present") && !result.equals("resource 2 not present")){
|
||||
if(!result.equals("No statements merged") && !result.endsWith("statements.")){%>
|
||||
<TR>
|
||||
<br>
|
||||
<p>Download statements that could not be merged.</p>
|
||||
<p><input type="submit" name="Download" value="Download" ></input></p>
|
||||
<br>
|
||||
</TR>
|
||||
<%} %>
|
||||
<%}} %>
|
||||
|
||||
</form>
|
Loading…
Add table
Reference in a new issue