|
Lines 269-282
$(document).ready(function(){
Link Here
|
| 269 |
<input type="hidden" name="branchcode" value="[% branchcode %]" /> |
269 |
<input type="hidden" name="branchcode" value="[% branchcode %]" /> |
| 270 |
<input type="hidden" name="datelastseen" value="[% datelastseen %]" /> |
270 |
<input type="hidden" name="datelastseen" value="[% datelastseen %]" /> |
| 271 |
|
271 |
|
| 272 |
[% UNLESS compareinv2barcd %] |
272 |
[% UNLESS uploadedbarcodesflag %] |
| 273 |
<div><a href="#" class="checkall"><i class="fa fa-check"></i> Select all</a> <a href="#" class="clearall"><i class="fa fa-remove"></i> Clear all</a></div> |
273 |
<div><a href="#" class="checkall"><i class="fa fa-check"></i> Select all</a> <a href="#" class="clearall"><i class="fa fa-remove"></i> Clear all</a></div> |
| 274 |
[% END %] |
274 |
[% END %] |
| 275 |
|
275 |
|
| 276 |
<table id="inventoryt"> |
276 |
<table id="inventoryt"> |
| 277 |
<thead> |
277 |
<thead> |
| 278 |
<tr> |
278 |
<tr> |
| 279 |
[% UNLESS compareinv2barcd %]<th>Seen</th>[% END %] |
279 |
[% UNLESS uploadedbarcodesflag %]<th>Seen</th>[% END %] |
| 280 |
<th>Barcode</th> |
280 |
<th>Barcode</th> |
| 281 |
<th>Call number</th> |
281 |
<th>Call number</th> |
| 282 |
<th>Library</th> |
282 |
<th>Library</th> |
|
Lines 292-298
$(document).ready(function(){
Link Here
|
| 292 |
<tbody> |
292 |
<tbody> |
| 293 |
[% FOREACH result IN loop %] |
293 |
[% FOREACH result IN loop %] |
| 294 |
<tr> |
294 |
<tr> |
| 295 |
[% UNLESS compareinv2barcd %] |
295 |
[% UNLESS uploadedbarcodesflag %] |
| 296 |
<td> |
296 |
<td> |
| 297 |
<input type="checkbox" name="SEEN-[% result.itemnumber %]" value="1" /> |
297 |
<input type="checkbox" name="SEEN-[% result.itemnumber %]" value="1" /> |
| 298 |
</td> |
298 |
</td> |
|
Lines 344-350
$(document).ready(function(){
Link Here
|
| 344 |
</tbody> |
344 |
</tbody> |
| 345 |
</table> |
345 |
</table> |
| 346 |
<div class="spacer"></div> |
346 |
<div class="spacer"></div> |
| 347 |
[% UNLESS compareinv2barcd %] |
347 |
[% UNLESS uploadedbarcodesflag %] |
| 348 |
<div style="padding : .3em 0"><a href="#" class="checkall"><i class="fa fa-check"></i> Select all</a> <a href="#" class="clearall"><i class="fa fa-remove"></i> Clear all</a></div> |
348 |
<div style="padding : .3em 0"><a href="#" class="checkall"><i class="fa fa-check"></i> Select all</a> <a href="#" class="clearall"><i class="fa fa-remove"></i> Clear all</a></div> |
| 349 |
<input type="submit" id="markseenandquit" value="Mark seen and quit" /> |
349 |
<input type="submit" id="markseenandquit" value="Mark seen and quit" /> |
| 350 |
<input type="submit" value="Mark seen and continue >>" id="markseenandcontinuebutton" /> |
350 |
<input type="submit" value="Mark seen and continue >>" id="markseenandcontinuebutton" /> |