| 
      
            Lines 1-15
          
      
      
        Link Here
      
     | 
  
        
          | 1 | 
          [% USE KohaDates %]  | 
          1 | 
          [% USE KohaDates %]  | 
        
        
          | 2 | 
          [% INCLUDE 'doc-head-open.inc' %]  | 
          2 | 
          [% INCLUDE 'doc-head-open.inc' %]  | 
        
          
            
              | 3 | 
              <title>Circulation History for [% INCLUDE 'patron-title.inc' %]</title>  | 
              3 | 
              <title>Circulation history for [% INCLUDE 'patron-title.inc' %]</title>  | 
            
        
          | 4 | 
          [% INCLUDE 'doc-head-close.inc' %]  | 
          4 | 
          [% INCLUDE 'doc-head-close.inc' %]  | 
        
        
          | 5 | 
          <link rel="stylesheet" type="text/css" href="/intranet-tmpl/prog/en/css/datatables.css" />  | 
          5 | 
          <link rel="stylesheet" type="text/css" href="/intranet-tmpl/prog/en/css/datatables.css" />  | 
        
        
          | 6 | 
          <script type="text/javascript" src="/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>  | 
          6 | 
          <script type="text/javascript" src="/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.dataTables.min.js"></script>  | 
        
        
          | 7 | 
          [% INCLUDE 'datatables-strings.inc' %]  | 
          7 | 
          [% INCLUDE 'datatables-strings.inc' %]  | 
        
        
          | 8 | 
          <script type="text/javascript" src="/intranet-tmpl/prog/en/js/datatables.js"></script>  | 
          8 | 
          <script type="text/javascript" src="/intranet-tmpl/prog/en/js/datatables.js"></script>  | 
        
            
               | 
               | 
              9 | 
              [% IF ( dateformat_metric ) %]<script type="text/javascript" src="/intranet-tmpl/prog/en/js/datatables.date-euro.js"></script>[% END %]  | 
            
        
          | 9 | 
          <script type="text/javascript" id="js">$(document).ready(function() { | 
          10 | 
          <script type="text/javascript" id="js">$(document).ready(function() { | 
        
        
          | 10 | 
           $(document).ready(function() { | 
          11 | 
           $(document).ready(function() { | 
        
        
          | 11 | 
              $("#table_readingrec").dataTable($.extend(true, {}, dataTablesDefaults, { | 
          12 | 
              $("#table_readingrec").dataTable($.extend(true, {}, dataTablesDefaults, { | 
        
          
            
              | 12 | 
                      "sPaginationType": "four_button",  | 
              13 | 
                      "sPaginationType": "four_button"  | 
            
            
               | 
               | 
              14 | 
                      [% IF ( dateformat_metric ) %], "aoColumnDefs": [  | 
            
            
              | 15 | 
                      { "sType": "date-euro", "aTargets": [ 0,6,8,9 ] } | 
            
            
              | 16 | 
                      ][% END %]  | 
            
        
          | 13 | 
              }));  | 
          17 | 
              }));  | 
        
        
          | 14 | 
           });  | 
          18 | 
           });  | 
        
        
          | 15 | 
          }); </script>  | 
          19 | 
          }); </script>  | 
        
            
              | 16 | 
              -   | 
               | 
               |