VIVO-974 Modify dump-restore to use only N-Quads format.

This commit is contained in:
Jim Blake 2015-02-16 10:39:23 -05:00
parent 46b075464c
commit b59d755007
4 changed files with 12 additions and 90 deletions

View file

@ -35,7 +35,6 @@ table.choices td {
<table class="choices">
<tr>
<td>Select models</td>
<td>Select format</td>
<td>&nbsp;</td>
</tr>
<tr>
@ -45,13 +44,6 @@ table.choices td {
<option value="CONTENT">Content models</option>
</select>
</td>
<td>
<select name="format">
<option value="NQUADS">N-Quads</option>
<option value="JSON">RS-JSON</option>
<option value="XML">RS-XML</option>
</select>
</td>
<td>
<input type="submit" value="Dump" />
</td>
@ -84,8 +76,7 @@ table.choices td {
<table class="choices">
<tr>
<td>Select models</td>
<td>Select a file to restore from</td>
<td>Select format</td>
<td>Select a file to restore from (N-Quads format)</td>
<td>&nbsp;</td>
</tr>
<tr>
@ -98,13 +89,6 @@ table.choices td {
<td>
<input type="file" name="sourceFile" size="60"/>
</td>
<td>
<select name="format">
<option value="NQUADS">N-Quads</option>
<!-- <option value="JSON">RS-JSON</option> TODO -->
<!-- <option value="XML">RS-XML</option> TODO -->
</select>
</td>
<td>
<input type="submit" value="Restore" />
</td>