Lines 70-76
Link Here
|
70 |
<ul> |
70 |
<ul> |
71 |
<li><a href="#uploadfile_tab">Upload a file</a></li> |
71 |
<li><a href="#uploadfile_tab">Upload a file</a></li> |
72 |
[% IF lists.count %]<li id="show_list_option"><a href="#shelves_tab">Select a list of records</a></li>[% END %] |
72 |
[% IF lists.count %]<li id="show_list_option"><a href="#shelves_tab">Select a list of records</a></li>[% END %] |
73 |
<li><a href="#enterlist_tab">Enter a list of record ids</a></li> |
73 |
<li><a href="#enterlist_tab">Enter a list of record IDs</a></li> |
74 |
</ul> |
74 |
</ul> |
75 |
|
75 |
|
76 |
<div id="uploadfile_tab"> |
76 |
<div id="uploadfile_tab"> |
Lines 106-114
Link Here
|
106 |
<fieldset class="rows"> |
106 |
<fieldset class="rows"> |
107 |
<ol> |
107 |
<ol> |
108 |
<li> |
108 |
<li> |
109 |
<label for="recordnumber_list">Ids: </label> |
109 |
<label for="recordnumber_list">IDs: </label> |
110 |
<textarea rows="10" cols="30" id="recordnumber_list" name="recordnumber_list"></textarea> |
110 |
<textarea rows="10" cols="30" id="recordnumber_list" name="recordnumber_list"></textarea> |
111 |
<div class="hint">Enter a list of biblionumbers or authority ids, one per line.</div> |
111 |
<div class="hint">Enter a list of biblionumbers or authority IDs, one per line.</div> |
112 |
</li> |
112 |
</li> |
113 |
</ol> |
113 |
</ol> |
114 |
</fieldset> |
114 |
</fieldset> |
Lines 172-178
Link Here
|
172 |
<thead> |
172 |
<thead> |
173 |
<tr> |
173 |
<tr> |
174 |
<th></th> |
174 |
<th></th> |
175 |
<th>Authid</th> |
175 |
<th>AuthID</th> |
176 |
<th>Summary</th> |
176 |
<th>Summary</th> |
177 |
<th>Used in</th> |
177 |
<th>Used in</th> |
178 |
</tr> |
178 |
</tr> |
Lines 198-204
Link Here
|
198 |
</fieldset> |
198 |
</fieldset> |
199 |
</form> |
199 |
</form> |
200 |
[% ELSE %] |
200 |
[% ELSE %] |
201 |
There are no record ids defined. |
201 |
There are no record IDs defined. |
202 |
[% END %] |
202 |
[% END %] |
203 |
[% ELSIF op == 'enqueued' %] |
203 |
[% ELSIF op == 'enqueued' %] |
204 |
<div class="dialog message"> |
204 |
<div class="dialog message"> |