Lines 2-16
Link Here
|
2 |
[% IF marcflavour == 'UNIMARC' %] |
2 |
[% IF marcflavour == 'UNIMARC' %] |
3 |
[% SWITCH type %] |
3 |
[% SWITCH type %] |
4 |
[% CASE 'broader' %] |
4 |
[% CASE 'broader' %] |
5 |
<span class="BT">[% heading | html %]</span> -- |
5 |
<span class="BT">BT: [% heading | html %]</span> |
6 |
[% CASE 'narrower' %] |
6 |
[% CASE 'narrower' %] |
7 |
<span class="NT">[% heading | html %]</span> -- |
7 |
<span class="NT">NT: [% heading | html %]</span> |
8 |
[% CASE 'narrower' %] |
|
|
9 |
<span class="NT">[% heading | html %]</span> -- |
10 |
[% CASE 'seefrom' %] |
8 |
[% CASE 'seefrom' %] |
11 |
<span class="UF">[% heading | html %]</span> -- |
9 |
<span class="UF">UF: [% heading | html %]</span> |
12 |
[% CASE 'seealso' %] |
10 |
[% CASE 'seealso' %] |
13 |
<span class="RT">[% heading | html %]</span> -- |
11 |
<span class="RT">RT: [% heading | html %]</span> |
14 |
[% END %] |
12 |
[% END %] |
15 |
[% ELSE %] |
13 |
[% ELSE %] |
16 |
[% IF ( label ) %]<span class="label">[% label | html %]</span>[% END %] |
14 |
[% IF ( label ) %]<span class="label">[% label | html %]</span>[% END %] |
Lines 33-47
Link Here
|
33 |
[% BLOCK authresult %] |
31 |
[% BLOCK authresult %] |
34 |
[% IF ( summary.summary ) %][% summary.summary | html %]:[% END %] |
32 |
[% IF ( summary.summary ) %][% summary.summary | html %]:[% END %] |
35 |
[% UNLESS ( summary.summaryonly ) %] |
33 |
[% UNLESS ( summary.summaryonly ) %] |
36 |
[% FOREACH authorize IN summary.authorized %] |
34 |
<div class="authorizedheading"> |
|
|
35 |
[% FOREACH authorize IN summary.authorized %] |
37 |
<span class="authorizedheading">[% authorize.heading | html %]</span> |
36 |
<span class="authorizedheading">[% authorize.heading | html %]</span> |
38 |
[% END %] |
37 |
[% END %] |
|
|
38 |
</div> |
39 |
[% IF ( marcflavour == 'UNIMARC' ) %] |
39 |
[% IF ( marcflavour == 'UNIMARC' ) %] |
40 |
[% FOREACH note IN summary.notes %] |
40 |
[% IF summary.notes %] |
41 |
<span class="note">[% note | html %]</span> |
41 |
<div class="notes"> |
|
|
42 |
[% FOREACH note IN summary.notes %] |
43 |
<span class="note">[% note.note | html %]</span> |
44 |
[% END %] |
45 |
</div> |
42 |
[% END %] |
46 |
[% END %] |
43 |
[% FOREACH seefro IN summary.seefrom %] |
47 |
[% FOREACH see IN summary.seealso %] |
44 |
[% PROCESS showreference heading=seefro.heading label="" type=seefro.type search='' %] |
48 |
[% PROCESS showreference heading=see.heading label="" type=see.type search='' %] |
|
|
49 |
[% IF ! loop.last %]--[% END %] |
45 |
[% END %] |
50 |
[% END %] |
46 |
[% ELSE %] |
51 |
[% ELSE %] |
47 |
[% IF ( summary.seefrom ) %] |
52 |
[% IF ( summary.seefrom ) %] |