Lines 30-37
Link Here
|
30 |
<h2>Course reserves for <i>[% course.course_name | html %]</i></h2> |
30 |
<h2>Course reserves for <i>[% course.course_name | html %]</i></h2> |
31 |
<div class="rows"> |
31 |
<div class="rows"> |
32 |
<ol> |
32 |
<ol> |
33 |
[% IF ( course.term ) %]<li><span class="label">Term:</span> [% AuthorisedValues.GetByCode( 'TERM', course.term ) | html %]</li>[% END %] |
33 |
[% IF ( course.term ) %]<li><span class="label">Term:</span> [% AuthorisedValues.GetByCode( 'TERM', course.term, 1 ) | html %]</li>[% END %] |
34 |
<li><span class="label">Department:</span> [% AuthorisedValues.GetByCode( 'DEPARTMENT', course.department ) | html %]</li> |
34 |
<li><span class="label">Department:</span> [% AuthorisedValues.GetByCode( 'DEPARTMENT', course.department, 1 ) | html %]</li> |
35 |
[% IF ( course.course_number ) %]<li><span class="label">Course number:</span> [% course.course_number | html %]</li>[% END %] |
35 |
[% IF ( course.course_number ) %]<li><span class="label">Course number:</span> [% course.course_number | html %]</li>[% END %] |
36 |
[% IF ( course.section ) %]<li><span class="label">Section:</span> [% course.section | html %]</li>[% END %] |
36 |
[% IF ( course.section ) %]<li><span class="label">Section:</span> [% course.section | html %]</li>[% END %] |
37 |
[% IF ( course.instructors ) %] |
37 |
[% IF ( course.instructors ) %] |
Lines 71-78
Link Here
|
71 |
<td><a href="opac-detail.pl?biblionumber=[% cr.biblio.biblionumber | uri %]">[% cr.biblio.title | html %]</a></td> |
71 |
<td><a href="opac-detail.pl?biblionumber=[% cr.biblio.biblionumber | uri %]">[% cr.biblio.title | html %]</a></td> |
72 |
<td>[% cr.biblio.author | html %]</td> |
72 |
<td>[% cr.biblio.author | html %]</td> |
73 |
<td>[% ItemTypes.GetDescription( cr.item.itype ) | html %]</td> |
73 |
<td>[% ItemTypes.GetDescription( cr.item.itype ) | html %]</td> |
74 |
<td>[% Branches.GetName( cr.item.holdingbranch ) | html %] <br/> <i>[% AuthorisedValues.GetByCode( 'LOC', cr.item.location ) | html %]</i></td> |
74 |
<td>[% Branches.GetName( cr.item.holdingbranch ) | html %] <br/> <i>[% AuthorisedValues.GetByCode( 'LOC', cr.item.location, 1 ) | html %]</i></td> |
75 |
<td>[% AuthorisedValues.GetByCode( 'CCODE', cr.item.ccode ) | html %]</td> |
75 |
<td>[% AuthorisedValues.GetByCode( 'CCODE', cr.item.ccode, 1 ) | html %]</td> |
76 |
<td>[% cr.item.itemcallnumber | html %]</td> |
76 |
<td>[% cr.item.itemcallnumber | html %]</td> |
77 |
<td>[% cr.item.copynumber | html %]</td> |
77 |
<td>[% cr.item.copynumber | html %]</td> |
78 |
<td>[% INCLUDE 'item-status.inc' item=cr.item issue=cr.issue %]</td> |
78 |
<td>[% INCLUDE 'item-status.inc' item=cr.item issue=cr.issue %]</td> |