| Lines 14-21
          $(document).ready(function(){
      
      
        Link Here | 
        
          | 14 | 	        $(".checkboxed").unCheckCheckboxes(); | 14 | 	        $(".checkboxed").unCheckCheckboxes(); | 
        
          | 15 | 	        return false; | 15 | 	        return false; | 
        
          | 16 | 	    }); | 16 | 	    }); | 
          
            
              | 17 | [% IF ( offset ) %]$("#markseen").before("<input type=\"submit\" value=\"<< Mark Seen and Continue\" id=\"markback\" />");[% END %] | 17 | [% IF ( offset ) %]$("#markseen").before("<input type=\"submit\" value=\"<< Mark seen and continue\" id=\"markback\" />");[% END %] | 
            
              | 18 | [% IF ( nextoffset ) %]$("#markseen").after("<input type=\"submit\" id=\"marknext\" value=\"Mark Seen and Continue >>\" />");[% END %] | 18 | [% IF ( nextoffset ) %]$("#markseen").after("<input type=\"submit\" id=\"marknext\" value=\"Mark seen and continue >>\" />");[% END %] | 
        
          | 19 | 	$("#markback").click(function(){ | 19 | 	$("#markback").click(function(){ | 
        
          | 20 | 		$(".checkboxed").find("input").filter("[name=offset]").attr("value","[% prevoffset %]"); | 20 | 		$(".checkboxed").find("input").filter("[name=offset]").attr("value","[% prevoffset %]"); | 
        
          | 21 | 		return true; | 21 | 		return true; | 
  
    | Lines 59-65
          $(document).ready(function(){
      
      
        Link Here | 
        
          | 59 | 	 <ol> | 59 | 	 <ol> | 
        
          | 60 |             <li><label for="uploadbarcodes">Barcode file: </label> <input type="file" id="uploadbarcodes" name="uploadbarcodes" /></li> | 60 |             <li><label for="uploadbarcodes">Barcode file: </label> <input type="file" id="uploadbarcodes" name="uploadbarcodes" /></li> | 
        
          | 61 |             <li><label for="setdate">Set inventory date to:</label> <input type="text" id="setdate" name="setdate" value="[% today %]" /> | 61 |             <li><label for="setdate">Set inventory date to:</label> <input type="text" id="setdate" name="setdate" value="[% today %]" /> | 
          
            
              | 62 |              <img src="[% themelang %]/lib/calendar/cal.gif" id="setdate_button" alt="Show Calendar" /> | 62 |              <img src="[% themelang %]/lib/calendar/cal.gif" id="setdate_button" alt="Show calendar" /> | 
        
          | 63 |             <script type="text/javascript"> | 63 |             <script type="text/javascript"> | 
        
          | 64 |             Calendar.setup( | 64 |             Calendar.setup( | 
        
          | 65 |             { | 65 |             { | 
  
    | Lines 81-87
          $(document).ready(function(){
      
      
        Link Here | 
        
          | 81 |             <input type="radio" name="branch" value="holdingbranch">Current location</input> | 81 |             <input type="radio" name="branch" value="holdingbranch">Current location</input> | 
        
          | 82 |         </li><li> | 82 |         </li><li> | 
        
          | 83 |         <label for="branchloop">Library</label><select id="branchloop" name="branchcode" style="width:12em;"> | 83 |         <label for="branchloop">Library</label><select id="branchloop" name="branchcode" style="width:12em;"> | 
          
            
              | 84 |             <option value="">All Locations</option> | 84 |             <option value="">All locations</option> | 
        
          | 85 |         [% FOREACH branchloo IN branchloop %] | 85 |         [% FOREACH branchloo IN branchloop %] | 
        
          | 86 |             [% IF ( branchloo.selected ) %] | 86 |             [% IF ( branchloo.selected ) %] | 
        
          | 87 |                 <option value="[% branchloo.value %]" selected="selected">[% branchloo.branchname %]</option> | 87 |                 <option value="[% branchloo.value %]" selected="selected">[% branchloo.branchname %]</option> | 
  
    | Lines 93-99
          $(document).ready(function(){
      
      
        Link Here | 
        
          | 93 |         </li> | 93 |         </li> | 
        
          | 94 |         [% IF ( authorised_values ) %] | 94 |         [% IF ( authorised_values ) %] | 
        
          | 95 |         <li> | 95 |         <li> | 
          
            
              | 96 |             <label for="locationloop">Item Location (items.location) is</label>  | 96 |             <label for="locationloop">Shelving location (items.location) is</label>  | 
        
          | 97 |         <select id="locationloop" name="location"> | 97 |         <select id="locationloop" name="location"> | 
        
          | 98 |                 <option value="">Filter location</option> | 98 |                 <option value="">Filter location</option> | 
        
          | 99 |         [% FOREACH authorised_value IN authorised_values %] | 99 |         [% FOREACH authorised_value IN authorised_values %] | 
  
    | Lines 106-112
          $(document).ready(function(){
      
      
        Link Here | 
        
          | 106 |         </select>        </li> | 106 |         </select>        </li> | 
        
          | 107 |         [% END %] | 107 |         [% END %] | 
        
          | 108 |         <li> | 108 |         <li> | 
          
            
              | 109 |             <label for="minlocation">Item callnumber between: </label> | 109 |             <label for="minlocation">Item call number between: </label> | 
        
          | 110 |                 <input type="text" name="minlocation" id="minlocation" value="[% minlocation %]" /> (items.itemcallnumber)  </li> | 110 |                 <input type="text" name="minlocation" id="minlocation" value="[% minlocation %]" /> (items.itemcallnumber)  </li> | 
        
          | 111 |            <li><label for="maxlocation">...and: </label> | 111 |            <li><label for="maxlocation">...and: </label> | 
        
          | 112 |                 <input type="text" name="maxlocation" id="maxlocation" value="[% maxlocation %]" /> | 112 |                 <input type="text" name="maxlocation" id="maxlocation" value="[% maxlocation %]" /> | 
  
    | Lines 166-172
          $(document).ready(function(){
      
      
        Link Here | 
        
          | 166 |             <input type="text" id="offset" name="offset" value="[% offset %]" size="5" maxlength="5" /> | 166 |             <input type="text" id="offset" name="offset" value="[% offset %]" size="5" maxlength="5" /> | 
        
          | 167 |         </li> | 167 |         </li> | 
        
          | 168 |         <li> | 168 |         <li> | 
          
            
              | 169 |            <label for="CSVexport">Export to csv file</label> | 169 |            <label for="CSVexport">Export to CSV file</label> | 
        
          | 170 |            <input type="checkbox" name="CSVexport" id="CSVexport" /> | 170 |            <input type="checkbox" name="CSVexport" id="CSVexport" /> | 
        
          | 171 |         </li> | 171 |         </li> | 
        
          | 172 |         <li> | 172 |         <li> | 
  
    | Lines 191-197
          $(document).ready(function(){
      
      
        Link Here | 
        
          | 191 |     <input type="hidden" name="datelastseen" value="[% datelastseen %]" /> | 191 |     <input type="hidden" name="datelastseen" value="[% datelastseen %]" /> | 
        
          | 192 |     <input type="hidden" name="pagesize" value="[% pagesize %]" /> | 192 |     <input type="hidden" name="pagesize" value="[% pagesize %]" /> | 
        
          | 193 |     <input type="hidden" name="offset" value="[% offset %]" /> | 193 |     <input type="hidden" name="offset" value="[% offset %]" /> | 
          
            
              | 194 | 	<div style="padding : .3em 0"><a href="#" class="checkall">[Select All]</a> <a href="#" class="clearall">[Clear All]</a></div> | 194 | 	<div style="padding : .3em 0"><a href="#" class="checkall">[Select all]</a> <a href="#" class="clearall">[Clear all]</a></div> | 
        
          | 195 |     <table> | 195 |     <table> | 
        
          | 196 |         <tr> | 196 |         <tr> | 
        
          | 197 |             <th>Seen</th> | 197 |             <th>Seen</th> | 
  
    | Lines 219-225
          $(document).ready(function(){
      
      
        Link Here | 
        
          | 219 |                  [% IF ( loo.notfoundbarcode ) %] | 219 |                  [% IF ( loo.notfoundbarcode ) %] | 
        
          | 220 |                      <p style="background: red;">Not found among barcodes in barcodes file.</p> | 220 |                      <p style="background: red;">Not found among barcodes in barcodes file.</p> | 
        
          | 221 |                  [% ELSIF ( loo.notfoundkoha ) %] | 221 |                  [% ELSIF ( loo.notfoundkoha ) %] | 
          
            
              | 222 |                      <p style="background: red;">Not found in koha.</p> | 222 |                      <p style="background: red;">Not found in Koha.</p> | 
        
          | 223 |                  [% ELSE %] | 223 |                  [% ELSE %] | 
        
          | 224 |                      <p style="background: green;">None</p> | 224 |                      <p style="background: green;">None</p> | 
        
          | 225 |                  [% END %] | 225 |                  [% END %] | 
  
    | Lines 227-233
          $(document).ready(function(){
      
      
        Link Here | 
        
          | 227 |         </tr> | 227 |         </tr> | 
        
          | 228 |     [% END %] | 228 |     [% END %] | 
        
          | 229 |     </table> | 229 |     </table> | 
          
            
              | 230 | 	<div style="padding : .3em 0"><a href="#" class="checkall">[Select All]</a> <a href="#" class="clearall">[Clear All]</a></div> | 230 | 	<div style="padding : .3em 0"><a href="#" class="checkall">[Select all]</a> <a href="#" class="clearall">[Clear all]</a></div> | 
        
          | 231 |      <input type="submit" id="markseen" value="Mark seen" /> | 231 |      <input type="submit" id="markseen" value="Mark seen" /> | 
        
          | 232 |     </form> | 232 |     </form> | 
        
          | 233 |     [% IF ( offset ) %] | 233 |     [% IF ( offset ) %] | 
  
    | Lines 241-247
          $(document).ready(function(){
      
      
        Link Here | 
        
          | 241 |         <input type="hidden" name="pagesize" value="[% pagesize %]" /> | 241 |         <input type="hidden" name="pagesize" value="[% pagesize %]" /> | 
        
          | 242 |         <input type="hidden" name="offset" value="[% prevoffset %]" /> | 242 |         <input type="hidden" name="offset" value="[% prevoffset %]" /> | 
        
          | 243 |         <input type="hidden" name="op" value="do_it" /> | 243 |         <input type="hidden" name="op" value="do_it" /> | 
          
            
              | 244 |         <input type="submit" value="<< Continue without Marking" class="submit" /> | 244 |         <input type="submit" value="<< Continue without marking" class="submit" /> | 
        
          | 245 |     </form> | 245 |     </form> | 
        
          | 246 |     [% END %] | 246 |     [% END %] | 
        
          | 247 |     [% IF ( nextoffset ) %] | 247 |     [% IF ( nextoffset ) %] | 
  
    | Lines 255-261
          $(document).ready(function(){
      
      
        Link Here | 
        
          | 255 |         <input type="hidden" name="pagesize" value="[% pagesize %]" /> | 255 |         <input type="hidden" name="pagesize" value="[% pagesize %]" /> | 
        
          | 256 |         <input type="hidden" name="offset" value="[% nextoffset %]" /> | 256 |         <input type="hidden" name="offset" value="[% nextoffset %]" /> | 
        
          | 257 |         <input type="hidden" name="op" value="do_it" /> | 257 |         <input type="hidden" name="op" value="do_it" /> | 
          
            
              | 258 |         <input type="submit" value="Continue without Marking >>" class="submit" /> | 258 |         <input type="submit" value="Continue without marking >>" class="submit" /> | 
        
          | 259 |     </form> | 259 |     </form> | 
        
          | 260 |     </div> | 260 |     </div> | 
        
          | 261 |     [% END %] | 261 |     [% END %] |