VIVO-719 Create the first attempt at restore.

This commit is contained in:
Jim Blake 2014-06-06 15:27:17 -04:00
parent a7915785f4
commit 4809fcb37e
12 changed files with 636 additions and 25 deletions

View file

@ -69,7 +69,7 @@
</section>
</#if>
<form action="${restoreUrl}" method="post">
<form action="${restoreUrl}" enctype="multipart/form-data" method="post">
<table>
<tr>
<td>Select models</td>
@ -98,5 +98,13 @@
<input type="submit" value="Restore" />
</td>
</tr>
<tr>
<td colspan="4">
<label>
<input type="checkbox" value="purge" name="purge" />
Purge the models before restoring.
</label>
</td>
</tr>
</table>
</form>