|
Lines 32-37
Link Here
|
| 32 |
[% ELSE %][% heading %] |
32 |
[% ELSE %][% heading %] |
| 33 |
[% END %] |
33 |
[% END %] |
| 34 |
[% END %] |
34 |
[% END %] |
|
|
35 |
[% BLOCK language %] |
| 36 |
[% SWITCH lang %] |
| 37 |
[% CASE ['en', 'eng'] %]English |
| 38 |
[% CASE ['fr', 'fre'] %]French |
| 39 |
[% CASE ['it', 'ita'] %]Italian |
| 40 |
[% CASE ['de', 'ger', 'deu'] %]German |
| 41 |
[% CASE ['es', 'spa'] %]Spanish |
| 42 |
[% CASE %][% lang %] |
| 43 |
[% END %] |
| 44 |
[% END %] |
| 35 |
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Entry |
45 |
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Entry |
| 36 |
[% INCLUDE 'doc-head-close.inc' %] |
46 |
[% INCLUDE 'doc-head-close.inc' %] |
| 37 |
[% IF ( displayhierarchy ) %] |
47 |
[% IF ( displayhierarchy ) %] |
|
Lines 139-145
function showChildren(mynumber) {
Link Here
|
| 139 |
[% IF marcflavour == 'UNIMARC' && summary.otherscript %] |
149 |
[% IF marcflavour == 'UNIMARC' && summary.otherscript %] |
| 140 |
<div class="authstanza"> |
150 |
<div class="authstanza"> |
| 141 |
[% FOREACH otherscrip IN summary.otherscript %] |
151 |
[% FOREACH otherscrip IN summary.otherscript %] |
| 142 |
<div class="heading otherscript auth[% otherscrip.field %]"><span class="label">See also[% PROCESS language lang=otherscript.lang | trim %] term:</span> |
152 |
<div class="heading otherscript auth[% otherscrip.field %]"><span class="label">See also [% PROCESS language lang=otherscrip.lang | trim %] term:</span> |
| 143 |
<span class="otherscript">[% otherscrip.term %]</span> |
153 |
<span class="otherscript">[% otherscrip.term %]</span> |
| 144 |
</div> |
154 |
</div> |
| 145 |
[% END %] |
155 |
[% END %] |
| 146 |
- |
|
|