Changes

Jump to navigation Jump to search
no edit summary
Line 202: Line 202:  
<scripts>
 
<scripts>
 
<script src="/js/jquery.dataTables.min.js"></script>
 
<script src="/js/jquery.dataTables.min.js"></script>
<script>
+
</scripts>
 +
 
 +
<header>
 +
<link rel="stylesheet" href="/js/datatables.css" />
 +
</header>
 +
 
 +
<initjs>
 +
 
 
function trim(str) {
 
function trim(str) {
 
                         str = str.replace(/^\s+/, '');
 
                         str = str.replace(/^\s+/, '');
Line 245: Line 252:  
                 };
 
                 };
 
   
 
   
  −
</script>
  −
</scripts>
  −
  −
<header>
  −
<link rel="stylesheet" href="/js/datatables.css" />
  −
</header>
  −
  −
<initjs>
   
press_datatable = $('#press_table').dataTable({
 
press_datatable = $('#press_table').dataTable({
 
"bJQueryUI": true,
 
"bJQueryUI": true,

Navigation menu