Lines 1-8
Link Here
|
1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
[% USE KohaDates %] |
2 |
[% USE KohaDates %] |
|
|
3 |
[% USE KohaAuthorisedValues %] |
3 |
<title>Koha › Serials [% biblionumber %]</title> |
4 |
<title>Koha › Serials [% biblionumber %]</title> |
4 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> |
5 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> |
5 |
[% INCLUDE 'doc-head-close.inc' %] |
6 |
[% INCLUDE 'doc-head-close.inc' %] |
|
|
7 |
[% INCLUDE 'calendar.inc' %] |
6 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script> |
8 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script> |
7 |
[% INCLUDE 'datatables-strings.inc' %] |
9 |
[% INCLUDE 'datatables-strings.inc' %] |
8 |
<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script> |
10 |
<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script> |
Lines 72-77
Link Here
|
72 |
</li> |
74 |
</li> |
73 |
[% END %] |
75 |
[% END %] |
74 |
<li> |
76 |
<li> |
|
|
77 |
<label for="callnumber">Callnumber:</label> |
78 |
<input type="text" id="callnumber" name="callnumber_filter" value="[% callnumber_filter %]" /> |
79 |
</li> |
80 |
<li> |
75 |
<label for="publisher">Publisher:</label> |
81 |
<label for="publisher">Publisher:</label> |
76 |
<input type="text" id="publisher" name="publisher_filter" value="[% publisher_filter %]" /> |
82 |
<input type="text" id="publisher" name="publisher_filter" value="[% publisher_filter %]" /> |
77 |
</li> |
83 |
</li> |
Lines 92-97
Link Here
|
92 |
[% END %] |
98 |
[% END %] |
93 |
</select> |
99 |
</select> |
94 |
</li> |
100 |
</li> |
|
|
101 |
[% IF locations %] |
102 |
<li> |
103 |
<label for="location">Location:</label> |
104 |
<select name="location_filter"> |
105 |
<option value="">All</option> |
106 |
[% FOR loc IN locations %] |
107 |
[% IF loc.selected %] |
108 |
<option value="[% loc.authorised_value %]" selected="selected">[% loc.lib %]</option> |
109 |
[% ELSE %] |
110 |
<option value="[% loc.authorised_value %]">[% loc.lib %]</option> |
111 |
[% END %] |
112 |
[% END %] |
113 |
</select> |
114 |
</li> |
115 |
[% END %] |
116 |
<li> |
117 |
<label for="to">Expiration date:</label> |
118 |
<input type="text" id="to" name="expiration_date_filter" value="[% expiration_date_filter | $KohaDates %]" size="10" maxlength="10" class="datepickerto" /> |
119 |
</li> |
95 |
</ol> |
120 |
</ol> |
96 |
<input type="hidden" name="searched" value="1" /> |
121 |
<input type="hidden" name="searched" value="1" /> |
97 |
<fieldset class="action"> |
122 |
<fieldset class="action"> |
Lines 117-122
Link Here
|
117 |
<th>Title</th> |
142 |
<th>Title</th> |
118 |
<th> Notes </th> |
143 |
<th> Notes </th> |
119 |
<th>Library</th> |
144 |
<th>Library</th> |
|
|
145 |
<th>Location</th> |
120 |
<th>Call number</th> |
146 |
<th>Call number</th> |
121 |
<th>Expiration date</th> |
147 |
<th>Expiration date</th> |
122 |
[% IF ( routing && CAN_user_serials_routing ) %] |
148 |
[% IF ( routing && CAN_user_serials_routing ) %] |
Lines 132-139
Link Here
|
132 |
<td><input type="text" class="filter" data-column_num="1" placeholder="Search title" /></td> |
158 |
<td><input type="text" class="filter" data-column_num="1" placeholder="Search title" /></td> |
133 |
<td><input type="text" class="filter" data-column_num="2" placeholder="Search notes" /></td> |
159 |
<td><input type="text" class="filter" data-column_num="2" placeholder="Search notes" /></td> |
134 |
<td><input type="text" class="filter" data-column_num="3" placeholder="Search library" /></td> |
160 |
<td><input type="text" class="filter" data-column_num="3" placeholder="Search library" /></td> |
135 |
<td><input type="text" class="filter" data-column_num="4" placeholder="Search callnumber" /></td> |
161 |
<td><input type="text" class="filter" data-column_num="4" placeholder="Search location" /></td> |
136 |
<td><input type="text" class="filter" data-column_num="5" placeholder="Search expiration date" /></td> |
162 |
<td><input type="text" class="filter" data-column_num="5" placeholder="Search callnumber" /></td> |
|
|
163 |
<td><input type="text" class="filter" data-column_num="6" placeholder="Search expiration date" /></td> |
137 |
[% IF ( routing && CAN_user_serials_routing ) %]<td></td>[% END %] |
164 |
[% IF ( routing && CAN_user_serials_routing ) %]<td></td>[% END %] |
138 |
<td></td> |
165 |
<td></td> |
139 |
<td></td> |
166 |
<td></td> |
Lines 155-160
Link Here
|
155 |
[% IF ( subscription.branchname ) %][% subscription.branchname %][% END %] |
182 |
[% IF ( subscription.branchname ) %][% subscription.branchname %][% END %] |
156 |
</td> |
183 |
</td> |
157 |
<td> |
184 |
<td> |
|
|
185 |
[% IF ( subscription.location ) %][% KohaAuthorisedValues.GetByCode( 'LOC', subscription.location ) %][% END %] |
186 |
</td> |
187 |
<td> |
158 |
[% IF ( subscription.callnumber ) %][% subscription.callnumber %][% END %] |
188 |
[% IF ( subscription.callnumber ) %][% subscription.callnumber %][% END %] |
159 |
</td> |
189 |
</td> |
160 |
<td> |
190 |
<td> |
Lines 202-207
Link Here
|
202 |
<th>Title</th> |
232 |
<th>Title</th> |
203 |
<th> Notes </th> |
233 |
<th> Notes </th> |
204 |
<th>Library</th> |
234 |
<th>Library</th> |
|
|
235 |
<th>Location</th> |
205 |
<th>Call number</th> |
236 |
<th>Call number</th> |
206 |
<th> </th> |
237 |
<th> </th> |
207 |
<th> </th> |
238 |
<th> </th> |
Lines 213-219
Link Here
|
213 |
<td><input type="text" class="filter" data-column_num="1" placeholder="Search title" /></td> |
244 |
<td><input type="text" class="filter" data-column_num="1" placeholder="Search title" /></td> |
214 |
<td><input type="text" class="filter" data-column_num="2" placeholder="Search notes" /></td> |
245 |
<td><input type="text" class="filter" data-column_num="2" placeholder="Search notes" /></td> |
215 |
<td><input type="text" class="filter" data-column_num="3" placeholder="Search library" /></td> |
246 |
<td><input type="text" class="filter" data-column_num="3" placeholder="Search library" /></td> |
216 |
<td><input type="text" class="filter" data-column_num="4" placeholder="Search callnumber" /></td> |
247 |
<td><input type="text" class="filter" data-column_num="4" placeholder="Search location" /></td> |
|
|
248 |
<td><input type="text" class="filter" data-column_num="5" placeholder="Search callnumber" /></td> |
217 |
<td></td> |
249 |
<td></td> |
218 |
<td></td> |
250 |
<td></td> |
219 |
</tr> |
251 |
</tr> |
Lines 237-242
Link Here
|
237 |
[% IF ( subscription.branchname ) %][% subscription.branchname %][% END %] |
269 |
[% IF ( subscription.branchname ) %][% subscription.branchname %][% END %] |
238 |
</td> |
270 |
</td> |
239 |
<td> |
271 |
<td> |
|
|
272 |
[% IF ( subscription.location ) %][% KohaAuthorisedValues.GetByCode( 'LOC', subscription.location ) %][% END %] |
273 |
</td> |
274 |
<td> |
240 |
[% IF ( subscription.callnumber ) %][% subscription.callnumber %][% END %] |
275 |
[% IF ( subscription.callnumber ) %][% subscription.callnumber %][% END %] |
241 |
</td> |
276 |
</td> |
242 |
<td> |
277 |
<td> |
Lines 292-297
Link Here
|
292 |
</li> |
327 |
</li> |
293 |
[% END %] |
328 |
[% END %] |
294 |
<li> |
329 |
<li> |
|
|
330 |
<label for="callnumber">Callnumber:</label> |
331 |
<input type="text" id="callnumber" name="callnumber_filter" value="[% callnumber_filter %]" /> |
332 |
</li> |
333 |
<li> |
295 |
<label for="publisher">Publisher:</label> |
334 |
<label for="publisher">Publisher:</label> |
296 |
<input type="text" id="publisher" name="publisher_filter" value="[% publisher_filter %]" /> |
335 |
<input type="text" id="publisher" name="publisher_filter" value="[% publisher_filter %]" /> |
297 |
</li> |
336 |
</li> |
Lines 312-317
Link Here
|
312 |
[% END %] |
351 |
[% END %] |
313 |
</select> |
352 |
</select> |
314 |
</li> |
353 |
</li> |
|
|
354 |
[% IF locations %] |
355 |
<li> |
356 |
<label for="location">Location:</label> |
357 |
<select name="location_filter"> |
358 |
<option value="">All</option> |
359 |
[% FOR loc IN locations %] |
360 |
[% IF loc.selected %] |
361 |
<option value="[% loc.authorised_value %]" selected="selected">[% loc.lib %]</option> |
362 |
[% ELSE %] |
363 |
<option value="[% loc.authorised_value %]">[% loc.lib %]</option> |
364 |
[% END %] |
365 |
[% END %] |
366 |
</select> |
367 |
</li> |
368 |
[% END %] |
369 |
<li> |
370 |
<label for="to">Expiration date:</label> |
371 |
<input type="text" id="to" name="expiration_date_filter" value="[% expiration_date_filter | $KohaDates %]" size="10" maxlength="10" class="datepickerto" /> |
372 |
</li> |
373 |
|
315 |
</ol> |
374 |
</ol> |
316 |
<input type="hidden" name="searched" value="1" /> |
375 |
<input type="hidden" name="searched" value="1" /> |
317 |
<fieldset class="action"> |
376 |
<fieldset class="action"> |