|
Lines 27-83
Link Here
|
| 27 |
[% END %] |
27 |
[% END %] |
| 28 |
</div> |
28 |
</div> |
| 29 |
|
29 |
|
| 30 |
<div id="doc3" class="yui-t2"> |
30 |
<div class="main container-fluid"> |
| 31 |
<div id="bd"> |
31 |
<div class="row"> |
|
|
32 |
|
| 32 |
[% IF query_type == 'illlist' %] |
33 |
[% IF query_type == 'illlist' %] |
| 33 |
<div id="illfilter_yui_column" class="yui-b"> |
34 |
<div class="col-sm-2"> |
| 34 |
<form method="get" id="illfilter_form"> |
35 |
<aside> |
| 35 |
<fieldset class="brief"> |
36 |
<form method="get" id="illfilter_form"> |
| 36 |
<h3>Filters</h3> |
37 |
<fieldset class="brief"> |
| 37 |
<ol> |
38 |
<h3>Filters</h3> |
| 38 |
<li> |
39 |
<ol> |
| 39 |
<label for="illfilter_status">Status:</label> |
40 |
<li> |
| 40 |
<select name="illfilter_status" id="illfilter_status"> |
41 |
<label for="illfilter_status">Status:</label> |
| 41 |
<option value=""></option> |
42 |
<select name="illfilter_status" id="illfilter_status"> |
| 42 |
</select> |
43 |
<option value=""></option> |
| 43 |
</li> |
44 |
</select> |
| 44 |
<li> |
45 |
</li> |
| 45 |
<label for="illfilter_dateplaced_start">Date placed between:</label> |
46 |
<li> |
| 46 |
<input type="text" name="illfilter_dateplaced_start" id="illfilter_dateplaced_start" class="datepicker" /> |
47 |
<label for="illfilter_dateplaced_start">Date placed between:</label> |
| 47 |
</li> |
48 |
<input type="text" name="illfilter_dateplaced_start" id="illfilter_dateplaced_start" class="datepicker" /> |
| 48 |
<li> |
49 |
</li> |
| 49 |
<label for="illfilter_dateplaced_end">and:</label> |
50 |
<li> |
| 50 |
<input type="text" name="illfilter_dateplaced_end" id="illfilter_dateplaced_end" class="datepicker" /> |
51 |
<label for="illfilter_dateplaced_end">and:</label> |
| 51 |
</li> |
52 |
<input type="text" name="illfilter_dateplaced_end" id="illfilter_dateplaced_end" class="datepicker" /> |
| 52 |
<li> |
53 |
</li> |
| 53 |
<label for="illfilter_datemodified_start">Updated between:</label> |
54 |
<li> |
| 54 |
<input type="text" name="illfilter_datemodified_start" id="illfilter_datemodified_start" class="datepicker" /> |
55 |
<label for="illfilter_datemodified_start">Updated between:</label> |
| 55 |
</li> |
56 |
<input type="text" name="illfilter_datemodified_start" id="illfilter_datemodified_start" class="datepicker" /> |
| 56 |
<li> |
57 |
</li> |
| 57 |
<label for="illfilter_datemodified_end">and:</label> |
58 |
<li> |
| 58 |
<input type="text" name="illfilter_datemodified_end" id="illfilter_datemodified_end" class="datepicker" /> |
59 |
<label for="illfilter_datemodified_end">and:</label> |
| 59 |
</li> |
60 |
<input type="text" name="illfilter_datemodified_end" id="illfilter_datemodified_end" class="datepicker" /> |
| 60 |
<li> |
61 |
</li> |
| 61 |
<label for="illfilter_branchname">Library:</label> |
62 |
<li> |
| 62 |
<select name="illfilter_branchname" id="illfilter_branchname"> |
63 |
<label for="illfilter_branchname">Library:</label> |
| 63 |
<option value=""></option> |
64 |
<select name="illfilter_branchname" id="illfilter_branchname"> |
| 64 |
</select> |
65 |
<option value=""></option> |
| 65 |
</li> |
66 |
</select> |
| 66 |
<li> |
67 |
</li> |
| 67 |
<label for="illfilter_patron">Patron:</label> |
68 |
<li> |
| 68 |
<input type="text" name="illfilter_patron" id="illfilter_patron" /> |
69 |
<label for="illfilter_patron">Patron:</label> |
| 69 |
</li> |
70 |
<input type="text" name="illfilter_patron" id="illfilter_patron" /> |
| 70 |
</ol> |
71 |
</li> |
| 71 |
<fieldset class="action"> |
72 |
</ol> |
| 72 |
<input type="submit" value="Search" /> |
73 |
<fieldset class="action"> |
| 73 |
<input type="button" value="Clear" id="clear_search" /> |
74 |
<input type="submit" value="Search" /> |
| 74 |
</fieldset> |
75 |
<input type="button" value="Clear" id="clear_search" /> |
| 75 |
</fieldset> |
76 |
</fieldset> |
| 76 |
</form> |
77 |
</fieldset> |
| 77 |
</div> |
78 |
</form> <!-- /#illfilter_form --> |
|
|
79 |
</aside> |
| 80 |
</div> <!-- /.col-sm-2 --> |
| 81 |
<div class="col-sm-10"> |
| 82 |
<main> |
| 83 |
[% ELSE %] |
| 84 |
<div class="col-sm-10 col-sm-offset-2"> |
| 85 |
<main> |
| 78 |
[% END %] |
86 |
[% END %] |
| 79 |
<div id="yui-main"> |
87 |
<div id="interlibraryloans"> |
| 80 |
<div id="interlibraryloans" class="yui-b"> |
|
|
| 81 |
[% IF !backends_available || !has_branch %] |
88 |
[% IF !backends_available || !has_branch %] |
| 82 |
<div class="dialog message">ILL module configuration problem. Take a look at the <a href="/cgi-bin/koha/about.pl#sysinfo">about page</a></div> |
89 |
<div class="dialog message">ILL module configuration problem. Take a look at the <a href="/cgi-bin/koha/about.pl#sysinfo">about page</a></div> |
| 83 |
[% ELSE %] |
90 |
[% ELSE %] |
|
Lines 510-525
Link Here
|
| 510 |
<h3>Details for all requests</h3> |
517 |
<h3>Details for all requests</h3> |
| 511 |
[% INCLUDE 'ill-list-table.inc' %] |
518 |
[% INCLUDE 'ill-list-table.inc' %] |
| 512 |
|
519 |
|
| 513 |
</div> |
520 |
</div> <!-- /#results --> |
| 514 |
[% ELSE %] |
521 |
[% ELSE %] |
| 515 |
<!-- Custom Backend Action --> |
522 |
<!-- Custom Backend Action --> |
| 516 |
[% PROCESS $whole.template %] |
523 |
[% PROCESS $whole.template %] |
| 517 |
|
524 |
|
| 518 |
[% END %] |
525 |
[% END %] |
| 519 |
[% END %] |
526 |
[% END %] |
| 520 |
</div> |
527 |
</div> <!-- /#interlibraryloans --> |
| 521 |
</div> |
528 |
</main> |
| 522 |
</div> |
529 |
</div> <!-- /.col-sm-10 --> |
|
|
530 |
</div> <!-- /.row --> |
| 531 |
|
| 523 |
|
532 |
|
| 524 |
[% MACRO jsinclude BLOCK %] |
533 |
[% MACRO jsinclude BLOCK %] |
| 525 |
[% INCLUDE 'datatables.inc' %] |
534 |
[% INCLUDE 'datatables.inc' %] |
| 526 |
- |
|
|