Difference between revisions of "Template:LogList2"

From Masq
m
m
Line 1: Line 1:
 +
<script>
 +
$(document).ready(function()
 +
    {
 +
        $("#myTable").tablesorter( {sortList: [[0,0], [1,0]]} );
 +
    }
 +
);
 +
</script>
 
{{#dplvar:set|date_type|{{#ifeq:{{uc:{{{date_style}}}}}|RL|RL|IC}}}}
 
{{#dplvar:set|date_type|{{#ifeq:{{uc:{{{date_style}}}}}|RL|RL|IC}}}}
 
{{#ifeq:{{{explain_date}}}|yes|<center>''-= Dates are {{#dplvar:date_type}} =-''</center>|}}<table class="sortable"><th data-sort-type="date"></th><th class="unsortable"></th>
 
{{#ifeq:{{{explain_date}}}|yes|<center>''-= Dates are {{#dplvar:date_type}} =-''</center>|}}<table class="sortable"><th data-sort-type="date"></th><th class="unsortable"></th>

Revision as of 18:21, 12 February 2013

<script> $(document).ready(function()

   { 
       $("#myTable").tablesorter( {sortList: [[0,0], [1,0]]} ); 
   } 

); </script>