Lines 327-334
$(document).ready(function(){
Link Here
|
327 |
<input type="hidden" name="completedJobID" value="" /> |
327 |
<input type="hidden" name="completedJobID" value="" /> |
328 |
<input type="hidden" name="import_batch_id" value="[% import_batch_id %]" /> |
328 |
<input type="hidden" name="import_batch_id" value="[% import_batch_id %]" /> |
329 |
<fieldset class="action"> |
329 |
<fieldset class="action"> |
330 |
<input type="submit" class="button" name="mainformsubmit" value="Import this batch into the catalog" /> |
|
|
331 |
<br/> |
332 |
[% IF ( record_type != 'auth' ) %] |
330 |
[% IF ( record_type != 'auth' ) %] |
333 |
Add new bibliographic records into this framework: |
331 |
Add new bibliographic records into this framework: |
334 |
<select name="framework" id="frameworks"> |
332 |
<select name="framework" id="frameworks"> |
Lines 338-343
$(document).ready(function(){
Link Here
|
338 |
[% END %] |
336 |
[% END %] |
339 |
</select> |
337 |
</select> |
340 |
[% END %] |
338 |
[% END %] |
|
|
339 |
<br/> |
340 |
<input type="submit" class="button" name="mainformsubmit" value="Import this batch into the catalog" /> |
341 |
</fieldset> |
341 |
</fieldset> |
342 |
</form> |
342 |
</form> |
343 |
<div id="jobpanel"><div id="jobstatus" class="progress_panel">Job progress: <div id="jobprogress"></div> <span id="jobprogresspercent">0</span>%</div> |
343 |
<div id="jobpanel"><div id="jobstatus" class="progress_panel">Job progress: <div id="jobprogress"></div> <span id="jobprogresspercent">0</span>%</div> |
344 |
- |
|
|