|
Lines 5-10
Link Here
|
| 5 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script> |
5 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script> |
| 6 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script> |
6 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script> |
| 7 |
<script type="text/javascript"> |
7 |
<script type="text/javascript"> |
|
|
8 |
//<![CDATA[ |
| 8 |
$(document).ready(function(){ |
9 |
$(document).ready(function(){ |
| 9 |
$("#CheckAll").click(function(){ $("#transferlimit_tabs").checkCheckboxes();}); |
10 |
$("#CheckAll").click(function(){ $("#transferlimit_tabs").checkCheckboxes();}); |
| 10 |
$("#UncheckAll").click(function(){ $("#transferlimit_tabs").unCheckCheckboxes();}); |
11 |
$("#UncheckAll").click(function(){ $("#transferlimit_tabs").unCheckCheckboxes();}); |
|
Lines 49-56
Link Here
|
| 49 |
$("#"+tid).unCheckCheckboxes(); |
50 |
$("#"+tid).unCheckCheckboxes(); |
| 50 |
return false; |
51 |
return false; |
| 51 |
}); |
52 |
}); |
| 52 |
|
53 |
$(".sorted").tablesorter({ |
|
|
54 |
sortList: [[0,0]], |
| 55 |
headers: { 1: { sorter: false}} |
| 56 |
}).tablesorterPager({container: $(".pager"),positionFixed: false,size: 10}); |
| 53 |
}); |
57 |
}); |
|
|
58 |
//]]> |
| 54 |
</script> |
59 |
</script> |
| 55 |
<style type="text/css">td { text-align: center; }</style> |
60 |
<style type="text/css">td { text-align: center; }</style> |
| 56 |
</head> |
61 |
</head> |
|
Lines 96-127
Link Here
|
| 96 |
<div id="[% codes_loo.code %]set"> |
101 |
<div id="[% codes_loo.code %]set"> |
| 97 |
<h4>Policy for [% codes_loo.limit_phrase %]: [% codes_loo.code %]</h4> |
102 |
<h4>Policy for [% codes_loo.limit_phrase %]: [% codes_loo.code %]</h4> |
| 98 |
<p><a id="CheckAll[% codes_loo.code %]table" class="checkall" href="#">Check All</a> | <a id="UncheckAll[% codes_loo.code %]table" class="uncheckall" href="#">Uncheck All</a></p> |
103 |
<p><a id="CheckAll[% codes_loo.code %]table" class="checkall" href="#">Check All</a> | <a id="UncheckAll[% codes_loo.code %]table" class="uncheckall" href="#">Uncheck All</a></p> |
| 99 |
<script type="text/javascript" id="js">$(document).ready(function() { |
|
|
| 100 |
$("#[% codes_loo.code %]table").tablesorter({ |
| 101 |
sortList: [[0,0]], |
| 102 |
headers: { 1: { sorter: false}} |
| 103 |
}).tablesorterPager({container: $("#pager[% codes_loo.code %]table"),positionFixed: false,size: 10}); |
| 104 |
}); </script> |
| 105 |
|
104 |
|
| 106 |
<div id="pager[% codes_loo.code %]table" class="pager"> |
105 |
<div id="pager[% codes_loo.code %]table" class="pager"> |
| 107 |
<p class="formpager"> <strong>page(s)</strong> : |
106 |
[% INCLUDE 'table-pager.inc' perpage='20' %] |
| 108 |
<img src="[% interface %]/[% theme %]/img/first.png" class="first"/> |
107 |
</div> |
| 109 |
<img src="[% interface %]/[% theme %]/img/prev.png" class="prev"/> |
108 |
<table id="[% codes_loo.code %]table" class="sorted"> |
| 110 |
<input type="text" size="5" class="pagedisplay"/> |
|
|
| 111 |
<img src="[% interface %]/[% theme %]/img/next.png" class="next"/> |
| 112 |
<img src="[% interface %]/[% theme %]/img/last.png" class="last"/> |
| 113 |
, entries/page : |
| 114 |
<select class="pagesize"> |
| 115 |
<option selected="selected" value="10">10</option> |
| 116 |
<option value="20">20</option> |
| 117 |
<option value="30">30</option> |
| 118 |
<option value="40">40</option> |
| 119 |
<option value="50">50</option> |
| 120 |
<option value="100">100</option> |
| 121 |
</select> |
| 122 |
</p> |
| 123 |
</div> |
| 124 |
<table id="[% codes_loo.code %]table"> |
| 125 |
<thead> |
109 |
<thead> |
| 126 |
<tr> |
110 |
<tr> |
| 127 |
<th>Library</th> |
111 |
<th>Library</th> |