|
Lines 254-264
Link Here
|
| 254 |
<span id="field_number_block"> |
254 |
<span id="field_number_block"> |
| 255 |
<select name="field_number" id="field_number"> |
255 |
<select name="field_number" id="field_number"> |
| 256 |
<option value="0">All MARC fields</option> |
256 |
<option value="0">All MARC fields</option> |
| 257 |
<option value="1">1st</option> |
257 |
<option value="1">1st MARC field</option> |
| 258 |
</select> |
258 |
</select> |
| 259 |
</span> |
259 |
</span> |
| 260 |
|
260 |
|
| 261 |
field(s) <input type="text" name="from_field" id="from_field" size="3" maxlength="3" /> <input type="text" name="from_subfield" id="from_subfield" size="1" maxlength="1" title="let blank for the entire field" /> |
261 |
<input type="text" name="from_field" id="from_field" size="3" maxlength="3" /> <input type="text" name="from_subfield" id="from_subfield" size="1" maxlength="1" title="let blank for the entire field" /> |
| 262 |
|
262 |
|
| 263 |
<span name="with_value_block" id="with_value_block" style="display:none;"> with value <input type="text" name="field_value" id="field_value" /> </span> |
263 |
<span name="with_value_block" id="with_value_block" style="display:none;"> with value <input type="text" name="field_value" id="field_value" /> </span> |
| 264 |
|
264 |
|
| 265 |
- |
|
|