|
Lines 7-13
Link Here
|
| 7 |
[% USE Branches %] |
7 |
[% USE Branches %] |
| 8 |
[% USE TablesSettings %] |
8 |
[% USE TablesSettings %] |
| 9 |
[% INCLUDE 'doc-head-open.inc' %] |
9 |
[% INCLUDE 'doc-head-open.inc' %] |
| 10 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog › Reserves for [% course.course_name | html %][%- IF course.section -%] - [% course.section | html %][%- END -%]</title> |
10 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog › Reserves for [% course.course_name | html %][%- IF course.section -%]- [% course.section | html %][%- END -%]</title> |
| 11 |
[% INCLUDE 'doc-head-close.inc' %] |
11 |
[% INCLUDE 'doc-head-close.inc' %] |
| 12 |
[% BLOCK cssinclude %] |
12 |
[% BLOCK cssinclude %] |
| 13 |
[% Asset.css("css/datatables.css") | $raw %] |
13 |
[% Asset.css("css/datatables.css") | $raw %] |
|
Lines 24-34
Link Here
|
| 24 |
<a href="/cgi-bin/koha/opac-main.pl">Home</a> |
24 |
<a href="/cgi-bin/koha/opac-main.pl">Home</a> |
| 25 |
</li> |
25 |
</li> |
| 26 |
<li class="breadcrumb-item"> |
26 |
<li class="breadcrumb-item"> |
| 27 |
<a href="/cgi-bin/koha/opac-thesis-tables.pl">Research tables</a> |
27 |
<a href="/cgi-bin/koha/opac-thesis-tables.pl">[% course_type_display | html %]</a> |
| 28 |
</li> |
|
|
| 29 |
<li class="breadcrumb-item" aria-current="page"> |
| 30 |
Reserves for <em>[% course.course_name | html %][%- IF course.section -%] - [% course.section | html %][%- END -%]</em> |
| 31 |
</li> |
28 |
</li> |
|
|
29 |
<li class="breadcrumb-item" aria-current="page"> Reserves for <em>[% course.course_name | html %][%- IF course.section -%]- [% course.section | html %][%- END -%]</em> </li> |
| 32 |
</ul> |
30 |
</ul> |
| 33 |
</nav> |
31 |
</nav> |
| 34 |
|
32 |
|
|
Lines 36-47
Link Here
|
| 36 |
<div class="row"> |
34 |
<div class="row"> |
| 37 |
<div class="col"> |
35 |
<div class="col"> |
| 38 |
<div id="thesis_tables" class="maincontent"> |
36 |
<div id="thesis_tables" class="maincontent"> |
| 39 |
|
37 |
<h2>Reserves for <em>[% course.course_name | html %][%- IF course.section -%]- [% course.section | html %][%- END -%]</em></h2> |
| 40 |
<h2>Reserves for <em>[% course.course_name | html %][%- IF course.section -%] - [% course.section | html %][%- END -%]</em></h2> |
|
|
| 41 |
<div class="rows"> |
38 |
<div class="rows"> |
| 42 |
<ol> |
39 |
<ol> |
| 43 |
[% IF ( course.instructors ) %] |
40 |
[% IF ( course.instructors ) %] |
| 44 |
<li><span class="label">Researcher:</span> |
41 |
<li |
|
|
42 |
><span class="label">Researcher:</span> |
| 45 |
<ul> |
43 |
<ul> |
| 46 |
[% FOREACH i IN course.instructors %] |
44 |
[% FOREACH i IN course.instructors %] |
| 47 |
<li><div class="instructor">[% i.firstname | html %] [% i.surname | html %]</div></li> |
45 |
<li><div class="instructor">[% i.firstname | html %] [% i.surname | html %]</div></li> |
|
Lines 77-95
Link Here
|
| 77 |
<td><a href="opac-detail.pl?biblionumber=[% cr.biblio.biblionumber | uri %]">[% INCLUDE 'biblio-title-head.inc' biblio=cr.biblio %]</a></td> |
75 |
<td><a href="opac-detail.pl?biblionumber=[% cr.biblio.biblionumber | uri %]">[% INCLUDE 'biblio-title-head.inc' biblio=cr.biblio %]</a></td> |
| 78 |
<td>[% cr.biblio.author | html %]</td> |
76 |
<td>[% cr.biblio.author | html %]</td> |
| 79 |
<td>[% ItemTypes.GetDescription( cr.item.itype ) | html %]</td> |
77 |
<td>[% ItemTypes.GetDescription( cr.item.itype ) | html %]</td> |
| 80 |
<td>[% Branches.GetName( cr.item.holdingbranch ) | html %] <br/> <em>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => cr.item.location, opac => 1 ) | html %]</em></td> |
78 |
<td |
|
|
79 |
>[% Branches.GetName( cr.item.holdingbranch ) | html %] <br /> |
| 80 |
<em>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => cr.item.location, opac => 1 ) | html %]</em></td |
| 81 |
> |
| 81 |
<td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => cr.item.ccode, opac => 1 ) | html %]</td> |
82 |
<td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => cr.item.ccode, opac => 1 ) | html %]</td> |
| 82 |
<td>[% cr.item.itemcallnumber | html %]</td> |
83 |
<td>[% cr.item.itemcallnumber | html %]</td> |
| 83 |
<td>[% cr.item.copynumber | html %]</td> |
84 |
<td>[% cr.item.copynumber | html %]</td> |
| 84 |
<td>[% INCLUDE 'item-status.inc' item=cr.item issue=cr.issue %]</td> |
85 |
<td>[% INCLUDE 'item-status.inc' item=cr.item issue=cr.issue %]</td> |
| 85 |
<td><span title="[% cr.issue.date_due | html %]">[% cr.issue.date_due | $KohaDates as_due_date => 1 %]</span></td> |
86 |
<td><span title="[% cr.issue.date_due | html %]">[% cr.issue.date_due | $KohaDates as_due_date => 1 %]</span></td> |
| 86 |
<td>[% IF ( cr.public_note ) %] |
87 |
<td |
|
|
88 |
>[% IF ( cr.public_note ) %] |
| 87 |
[% cr.public_note | $raw %] |
89 |
[% cr.public_note | $raw %] |
| 88 |
[% ELSIF ( cr.item.itemnotes ) %] |
90 |
[% ELSIF ( cr.item.itemnotes ) %] |
| 89 |
[% cr.item.itemnotes | $raw %] |
91 |
[% cr.item.itemnotes | $raw %] |
| 90 |
[% END %] |
92 |
[% END %] |
| 91 |
</td> |
93 |
</td> |
| 92 |
<td>[% IF (cr.item.uri) %] |
94 |
<td |
|
|
95 |
>[% IF (cr.item.uri) %] |
| 93 |
<a href="[% cr.item.uri | url %]">Item URI</a> |
96 |
<a href="[% cr.item.uri | url %]">Item URI</a> |
| 94 |
[% ELSIF (cr.biblioitem.url) %] |
97 |
[% ELSIF (cr.biblioitem.url) %] |
| 95 |
<a href="[% cr.biblioitem.url | url %]">Record URL</a> |
98 |
<a href="[% cr.biblioitem.url | url %]">Record URL</a> |
|
Lines 105-115
Link Here
|
| 105 |
<p>No reserves have been selected for this research table.</p> |
108 |
<p>No reserves have been selected for this research table.</p> |
| 106 |
</div> |
109 |
</div> |
| 107 |
[% END %] |
110 |
[% END %] |
| 108 |
</div> <!-- / #course_reserves --> |
111 |
</div> |
| 109 |
</div> <!-- / .col --> |
112 |
<!-- / #course_reserves --> |
| 110 |
</div> <!-- / .row --> |
113 |
</div> |
| 111 |
</div> <!-- / .container-fluid --> |
114 |
<!-- / .col --> |
| 112 |
</div> <!-- / .main --> |
115 |
</div> |
|
|
116 |
<!-- / .row --> |
| 117 |
</div> |
| 118 |
<!-- / .container-fluid --> |
| 119 |
</div> |
| 120 |
<!-- / .main --> |
| 113 |
[% INCLUDE 'opac-bottom.inc' %] |
121 |
[% INCLUDE 'opac-bottom.inc' %] |
| 114 |
[% BLOCK jsinclude %] |
122 |
[% BLOCK jsinclude %] |
| 115 |
[% INCLUDE 'datatables.inc' %] |
123 |
[% INCLUDE 'datatables.inc' %] |