|
Lines 128-134
$(document).ready(function() {
Link Here
|
| 128 |
<ol><li> |
128 |
<ol><li> |
| 129 |
<label for="output_format">File format: </label> |
129 |
<label for="output_format">File format: </label> |
| 130 |
<select id="output_format" name="output_format"> |
130 |
<select id="output_format" name="output_format"> |
| 131 |
<option value="marc">marc</option> |
131 |
<option value="iso2709">marc</option> |
| 132 |
<option value="xml">xml</option> |
132 |
<option value="xml">xml</option> |
| 133 |
</select> |
133 |
</select> |
| 134 |
|
134 |
|
| 135 |
- |
|
|