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