Bug 14716: Fix more unencoded url parameters.
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / xslt / MARC21slim2OPACDetail.xsl
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- $Id: MARC21slim2DC.xsl,v 1.1 2003/01/06 08:20:27 adam Exp $ -->
3 <!-- Edited: Bug 1807 [ENH] XSLT enhancements sponsored by bywater solutions 2015/01/19 WS wsalesky@gmail.com  -->
4 <!DOCTYPE stylesheet [<!ENTITY nbsp "&#160;" >]>
5 <xsl:stylesheet version="1.0"
6   xmlns:marc="http://www.loc.gov/MARC21/slim"
7   xmlns:items="http://www.koha-community.org/items"
8   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
9   xmlns:str="http://exslt.org/strings"
10   exclude-result-prefixes="marc items str">
11     <xsl:import href="MARC21slimUtils.xsl"/>
12     <xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" encoding="UTF-8"/>
13
14     <xsl:template match="/">
15             <xsl:apply-templates/>
16     </xsl:template>
17
18     <xsl:template match="marc:record">
19
20         <!-- Option: Display Alternate Graphic Representation (MARC 880)  -->
21         <xsl:variable name="display880" select="boolean(marc:datafield[@tag=880])"/>
22
23     <xsl:variable name="UseControlNumber" select="marc:sysprefs/marc:syspref[@name='UseControlNumber']"/>
24     <xsl:variable name="DisplayOPACiconsXSLT" select="marc:sysprefs/marc:syspref[@name='DisplayOPACiconsXSLT']"/>
25     <xsl:variable name="OPACURLOpenInNewWindow" select="marc:sysprefs/marc:syspref[@name='OPACURLOpenInNewWindow']"/>
26     <xsl:variable name="URLLinkText" select="marc:sysprefs/marc:syspref[@name='URLLinkText']"/>
27
28     <xsl:variable name="SubjectModifier"><xsl:if test="marc:sysprefs/marc:syspref[@name='TraceCompleteSubfields']='1'">,complete-subfield</xsl:if></xsl:variable>
29     <xsl:variable name="UseAuthoritiesForTracings" select="marc:sysprefs/marc:syspref[@name='UseAuthoritiesForTracings']"/>
30     <xsl:variable name="TraceSubjectSubdivisions" select="marc:sysprefs/marc:syspref[@name='TraceSubjectSubdivisions']"/>
31     <xsl:variable name="Show856uAsImage" select="marc:sysprefs/marc:syspref[@name='OPACDisplay856uAsImage']"/>
32     <xsl:variable name="OPACTrackClicks" select="marc:sysprefs/marc:syspref[@name='TrackClicks']"/>
33     <xsl:variable name="theme" select="marc:sysprefs/marc:syspref[@name='opacthemes']"/>
34     <xsl:variable name="biblionumber" select="marc:datafield[@tag=999]/marc:subfield[@code='c']"/>
35     <xsl:variable name="TracingQuotesLeft">
36       <xsl:choose>
37         <xsl:when test="marc:sysprefs/marc:syspref[@name='UseICU']='1'">{</xsl:when>
38         <xsl:otherwise>"</xsl:otherwise>
39       </xsl:choose>
40     </xsl:variable>
41     <xsl:variable name="TracingQuotesRight">
42       <xsl:choose>
43         <xsl:when test="marc:sysprefs/marc:syspref[@name='UseICU']='1'">}</xsl:when>
44         <xsl:otherwise>"</xsl:otherwise>
45       </xsl:choose>
46     </xsl:variable>
47         <xsl:variable name="leader" select="marc:leader"/>
48         <xsl:variable name="leader6" select="substring($leader,7,1)"/>
49         <xsl:variable name="leader7" select="substring($leader,8,1)"/>
50         <xsl:variable name="leader19" select="substring($leader,20,1)"/>
51         <xsl:variable name="controlField008" select="marc:controlfield[@tag=008]"/>
52         <xsl:variable name="materialTypeCode">
53             <xsl:choose>
54                 <xsl:when test="$leader19='a'">ST</xsl:when>
55                 <xsl:when test="$leader6='a'">
56                     <xsl:choose>
57                         <xsl:when test="$leader7='c' or $leader7='d' or $leader7='m'">BK</xsl:when>
58                         <xsl:when test="$leader7='i' or $leader7='s'">SE</xsl:when>
59                         <xsl:when test="$leader7='a' or $leader7='b'">AR</xsl:when>
60                     </xsl:choose>
61                 </xsl:when>
62                 <xsl:when test="$leader6='t'">BK</xsl:when>
63                 <xsl:when test="$leader6='o' or $leader6='p'">MX</xsl:when>
64                 <xsl:when test="$leader6='m'">CF</xsl:when>
65                 <xsl:when test="$leader6='e' or $leader6='f'">MP</xsl:when>
66                 <xsl:when test="$leader6='g' or $leader6='k' or $leader6='r'">VM</xsl:when>
67                 <xsl:when test="$leader6='i' or $leader6='j'">MU</xsl:when>
68                 <xsl:when test="$leader6='c' or $leader6='d'">PR</xsl:when>
69             </xsl:choose>
70         </xsl:variable>
71         <xsl:variable name="materialTypeLabel">
72             <xsl:choose>
73                 <xsl:when test="$leader19='a'">Set</xsl:when>
74                 <xsl:when test="$leader6='a'">
75                     <xsl:choose>
76                         <xsl:when test="$leader7='c' or $leader7='d' or $leader7='m'">Book</xsl:when>
77                         <xsl:when test="$leader7='i' or $leader7='s'">
78                             <xsl:choose>
79                                 <xsl:when test="substring($controlField008,22,1)!='m'">Continuing resource</xsl:when>
80                                 <xsl:otherwise>Series</xsl:otherwise>
81                             </xsl:choose>
82                         </xsl:when>
83                         <xsl:when test="$leader7='a' or $leader7='b'">Article</xsl:when>
84                     </xsl:choose>
85                 </xsl:when>
86                 <xsl:when test="$leader6='t'">Book</xsl:when>
87                                 <xsl:when test="$leader6='o'">Kit</xsl:when>
88                 <xsl:when test="$leader6='p'">Mixed materials</xsl:when>
89                 <xsl:when test="$leader6='m'">Computer file</xsl:when>
90                 <xsl:when test="$leader6='e' or $leader6='f'">Map</xsl:when>
91                 <xsl:when test="$leader6='g' or $leader6='k' or $leader6='r'">Visual material</xsl:when>
92                 <xsl:when test="$leader6='j'">Music</xsl:when>
93                 <xsl:when test="$leader6='i'">Sound</xsl:when>
94                 <xsl:when test="$leader6='c' or $leader6='d'">Score</xsl:when>
95             </xsl:choose>
96         </xsl:variable>
97
98         <!-- Schema.org type -->
99         <xsl:variable name="schemaOrgType">
100             <xsl:choose>
101                 <xsl:when test="$materialTypeLabel='Book'">Book</xsl:when>
102                 <xsl:when test="$materialTypeLabel='Map'">Map</xsl:when>
103                 <xsl:when test="$materialTypeLabel='Music'">MusicAlbum</xsl:when>
104                 <xsl:otherwise>CreativeWork</xsl:otherwise>
105             </xsl:choose>
106         </xsl:variable>
107
108         <!-- Wrapper div for our schema.org object -->
109         <xsl:element name="div">
110             <xsl:attribute name="class">record</xsl:attribute>
111             <xsl:attribute name="vocab">http://schema.org/</xsl:attribute>
112             <xsl:attribute name="typeof"><xsl:value-of select='$schemaOrgType' /> Product</xsl:attribute>
113             <xsl:attribute name="resource">#record</xsl:attribute>
114
115         <!-- Title Statement -->
116         <!-- Alternate Graphic Representation (MARC 880) -->
117         <xsl:if test="$display880">
118             <h1 class="title" property="alternateName">
119                 <xsl:call-template name="m880Select">
120                     <xsl:with-param name="basetags">245</xsl:with-param>
121                     <xsl:with-param name="codes">abhfgknps</xsl:with-param>
122                 </xsl:call-template>
123             </h1>
124         </xsl:if>
125
126             <!--Bug 13381 -->
127             <xsl:if test="marc:datafield[@tag=245]">
128                 <h1 class="title" property="name">
129                     <xsl:for-each select="marc:datafield[@tag=245]">
130                         <xsl:call-template name="subfieldSelect">
131                             <xsl:with-param name="codes">a</xsl:with-param>
132                         </xsl:call-template>
133                         <xsl:text> </xsl:text>
134                         <!-- 13381 add additional subfields-->
135                         <!-- bug17625 adding f and g subfields -->
136                         <xsl:for-each select="marc:subfield[contains('bcfghknps', @code)]">
137                             <xsl:choose>
138                                 <xsl:when test="@code='h'">
139                                     <!--  13381 Span class around subfield h so it can be suppressed via css -->
140                                     <span class="title_medium"><xsl:apply-templates/> <xsl:text> </xsl:text> </span>
141                                 </xsl:when>
142                                 <xsl:when test="@code='c'">
143                                     <!--  13381 Span class around subfield c so it can be suppressed via css -->
144                                     <span class="title_resp_stmt"><xsl:apply-templates/> <xsl:text> </xsl:text> </span>
145                                 </xsl:when>
146                                 <xsl:otherwise>
147                                     <xsl:apply-templates/>
148                                     <xsl:text> </xsl:text>
149                                 </xsl:otherwise>
150                             </xsl:choose>
151                         </xsl:for-each>
152                     </xsl:for-each>
153                 </h1>
154             </xsl:if>
155
156
157         <!-- Author Statement: Alternate Graphic Representation (MARC 880) -->
158         <xsl:if test="$display880">
159             <h5 class="author">
160                 <xsl:call-template name="m880Select">
161                     <xsl:with-param name="basetags">100,110,111,700,710,711</xsl:with-param>
162                     <xsl:with-param name="codes">abc</xsl:with-param>
163                     <xsl:with-param name="index">au</xsl:with-param>
164                     <!-- do not use label 'by ' here, it would be repeated for every occurrence of 100,110,111,700,710,711 -->
165                 </xsl:call-template>
166             </h5>
167         </xsl:if>
168
169         <!--#13382 Added Author Statement to separate Authors and Contributors -->
170         <xsl:call-template name="showAuthor">
171             <xsl:with-param name="authorfield" select="marc:datafield[(@tag=100 or @tag=110 or @tag=111)]"/>
172             <xsl:with-param name="UseAuthoritiesForTracings" select="$UseAuthoritiesForTracings"/>
173             <xsl:with-param name="materialTypeLabel" select="$materialTypeLabel"/>
174             <xsl:with-param name="theme" select="$theme"/>
175         </xsl:call-template>
176
177         <xsl:call-template name="showAuthor">
178             <!-- #13382 suppress 700$i and 7xx/@ind2=2 -->
179             <xsl:with-param name="authorfield" select="marc:datafield[(@tag=700 or @tag=710 or @tag=711) and not(@ind2=2) and not(marc:subfield[@code='i'])]"/>
180             <xsl:with-param name="UseAuthoritiesForTracings" select="$UseAuthoritiesForTracings"/>
181             <xsl:with-param name="materialTypeLabel" select="$materialTypeLabel"/>
182             <xsl:with-param name="theme" select="$theme"/>
183         </xsl:call-template>
184
185    <xsl:if test="$DisplayOPACiconsXSLT!='0'">
186         <xsl:if test="$materialTypeCode!=''">
187         <span class="results_summary type"><span class="label">Material type: </span>
188         <xsl:element name="img"><xsl:attribute name="src">/opac-tmpl/lib/famfamfam/<xsl:value-of select="$materialTypeCode"/>.png</xsl:attribute><xsl:attribute name="alt">materialTypeLabel</xsl:attribute><xsl:attribute name="class">materialtype</xsl:attribute></xsl:element>
189         <xsl:value-of select="$materialTypeLabel"/>
190         </span>
191         </xsl:if>
192    </xsl:if>
193
194         <!--Series: Alternate Graphic Representation (MARC 880) -->
195         <xsl:if test="$display880">
196             <xsl:call-template name="m880Select">
197                 <xsl:with-param name="basetags">440,490</xsl:with-param>
198                 <xsl:with-param name="codes">av</xsl:with-param>
199                 <xsl:with-param name="class">results_summary series</xsl:with-param>
200                 <xsl:with-param name="label">Series: </xsl:with-param>
201                 <xsl:with-param name="index">se</xsl:with-param>
202             </xsl:call-template>
203         </xsl:if>
204
205         <!-- Series -->
206         <xsl:if test="marc:datafield[@tag=440 or @tag=490]">
207         <span class="results_summary series"><span class="label">Series: </span>
208         <!-- 440 -->
209         <xsl:for-each select="marc:datafield[@tag=440]">
210             <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=se,phr:"<xsl:value-of select="str:encode-uri(marc:subfield[@code='a'], true())"/>"</xsl:attribute>
211             <xsl:call-template name="chopPunctuation">
212                             <xsl:with-param name="chopString">
213                                 <xsl:call-template name="subfieldSelect">
214                                     <xsl:with-param name="codes">av</xsl:with-param>
215                                 </xsl:call-template>
216                             </xsl:with-param>
217                         </xsl:call-template>
218             </a>
219             <xsl:call-template name="part"/>
220             <xsl:choose><xsl:when test="position()=last()"><xsl:text>. </xsl:text></xsl:when><xsl:otherwise><xsl:text> ; </xsl:text></xsl:otherwise></xsl:choose>
221         </xsl:for-each>
222
223         <!-- 490 Series not traced, Ind1 = 0 -->
224         <xsl:for-each select="marc:datafield[@tag=490][@ind1!=1]">
225             <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=se,phr:"<xsl:value-of select="str:encode-uri(marc:subfield[@code='a'], true())"/>"</xsl:attribute>
226                         <xsl:call-template name="chopPunctuation">
227                             <xsl:with-param name="chopString">
228                                 <xsl:call-template name="subfieldSelect">
229                                     <xsl:with-param name="codes">av</xsl:with-param>
230                                 </xsl:call-template>
231                             </xsl:with-param>
232                         </xsl:call-template>
233             </a>
234                     <xsl:call-template name="part"/>
235         <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
236         </xsl:for-each>
237         <!-- 490 Series traced, Ind1 = 1 -->
238         <xsl:if test="marc:datafield[@tag=490][@ind1=1]">
239             <xsl:for-each select="marc:datafield[@tag=800 or @tag=810 or @tag=811 or @tag=830]">
240                 <xsl:choose>
241                     <xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']">
242                         <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=rcn:<xsl:value-of select="str:encode-uri(marc:subfield[@code='w'], true())"/></xsl:attribute>
243                             <xsl:call-template name="chopPunctuation">
244                                 <xsl:with-param name="chopString">
245                                     <xsl:call-template name="subfieldSelect">
246                                         <xsl:with-param name="codes">a_t</xsl:with-param>
247                                     </xsl:call-template>
248                                 </xsl:with-param>
249                             </xsl:call-template>
250                         </a>
251                     </xsl:when>
252                     <xsl:otherwise>
253                         <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=se,phr:"<xsl:value-of select="str:encode-uri(marc:subfield[@code='t'], true())"/>"&amp;q=au:"<xsl:value-of select="str:encode-uri(marc:subfield[@code='a'], true())"/>"</xsl:attribute>
254                             <xsl:call-template name="chopPunctuation">
255                                 <xsl:with-param name="chopString">
256                                     <xsl:call-template name="subfieldSelect">
257                                         <xsl:with-param name="codes">a_t</xsl:with-param>
258                                     </xsl:call-template>
259                                 </xsl:with-param>
260                             </xsl:call-template>
261                         </a>
262                         <xsl:call-template name="part"/>
263                     </xsl:otherwise>
264                 </xsl:choose>
265                 <xsl:text>: </xsl:text>
266                 <xsl:value-of  select="marc:subfield[@code='v']" />
267             <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
268             </xsl:for-each>
269         </xsl:if>
270         </span>
271         </xsl:if>
272
273         <!-- Analytics -->
274         <xsl:if test="$leader7='s'">
275         <span class="results_summary analytics"><span class="label">Analytics: </span>
276             <a>
277             <xsl:choose>
278             <xsl:when test="$UseControlNumber = '1' and marc:controlfield[@tag=001]">
279                 <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=rcn:<xsl:value-of select="str:encode-uri(marc:controlfield[@tag=001], true())"/>+and+(bib-level:a+or+bib-level:b)</xsl:attribute>
280             </xsl:when>
281             <xsl:otherwise>
282                 <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Host-item:<xsl:value-of select="str:encode-uri(translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/', ''), true())"/></xsl:attribute>
283             </xsl:otherwise>
284             </xsl:choose>
285             <xsl:text>Show analytics</xsl:text>
286             </a>
287         </span>
288         </xsl:if>
289
290         <!-- Volumes of sets and traced series -->
291         <xsl:if test="$materialTypeCode='ST' or substring($controlField008,22,1)='m'">
292         <span class="results_summary volumes"><span class="label">Volumes: </span>
293             <a>
294             <xsl:choose>
295             <xsl:when test="$UseControlNumber = '1' and marc:controlfield[@tag=001]">
296                 <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=rcn:<xsl:value-of select="str:encode-uri(marc:controlfield[@tag=001], true())"/>+not+(bib-level:a+or+bib-level:b)</xsl:attribute>
297             </xsl:when>
298             <xsl:otherwise>
299                 <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=ti,phr:<xsl:value-of select="str:encode-uri(translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/', ''), true())"/></xsl:attribute>
300             </xsl:otherwise>
301             </xsl:choose>
302             <xsl:text>Show volumes</xsl:text>
303             </a>
304         </span>
305         </xsl:if>
306
307         <!-- Set -->
308         <xsl:if test="$leader19='c'">
309         <span class="results_summary set"><span class="label">Set: </span>
310         <xsl:for-each select="marc:datafield[@tag=773]">
311             <a>
312             <xsl:choose>
313             <xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']">
314                 <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Control-number:<xsl:call-template name="extractControlNumber"><xsl:with-param name="subfieldW" select="marc:subfield[@code='w']"/></xsl:call-template></xsl:attribute>
315             </xsl:when>
316             <xsl:otherwise>
317                 <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=ti,phr:<xsl:value-of select="str:encode-uri(translate(//marc:datafield[@tag=245]/marc:subfield[@code='a'], '.', ''), true())"/></xsl:attribute>
318             </xsl:otherwise>
319             </xsl:choose>
320             <xsl:value-of select="translate(//marc:datafield[@tag=245]/marc:subfield[@code='a'], '.', '')" />
321             </a>
322             <xsl:choose>
323                 <xsl:when test="position()=last()"></xsl:when>
324                 <xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise>
325             </xsl:choose>
326         </xsl:for-each>
327         </span>
328         </xsl:if>
329
330         <!-- Publisher Statement: Alternate Graphic Representation (MARC 880) -->
331         <xsl:if test="$display880">
332             <xsl:call-template name="m880Select">
333                 <xsl:with-param name="basetags">260</xsl:with-param>
334                 <xsl:with-param name="codes">abcg</xsl:with-param>
335                 <xsl:with-param name="class">results_summary publisher</xsl:with-param>
336                 <xsl:with-param name="label">Publisher: </xsl:with-param>
337             </xsl:call-template>
338         </xsl:if>
339
340         <!-- Publisher info and RDA related info from tags 260, 264 -->
341         <xsl:choose>
342             <xsl:when test="marc:datafield[@tag=264]">
343                 <xsl:call-template name="showRDAtag264">
344                    <xsl:with-param name="show_url">1</xsl:with-param>
345                 </xsl:call-template>
346             </xsl:when>
347             <xsl:when test="marc:datafield[@tag=260]">
348              <span class="results_summary publisher"><span class="label">Publisher: </span>
349                  <xsl:for-each select="marc:datafield[@tag=260]">
350                      <span property="publisher" typeof="Organization">
351                      <xsl:if test="marc:subfield[@code='a']">
352                          <span property="location">
353                          <xsl:call-template name="subfieldSelect">
354                              <xsl:with-param name="codes">a</xsl:with-param>
355                          </xsl:call-template>
356                          </span>
357                      </xsl:if>
358                      <xsl:text> </xsl:text>
359                      <xsl:if test="marc:subfield[@code='b']">
360                      <span property="name"><a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Provider:<xsl:value-of select="str:encode-uri(marc:subfield[@code='b'], true())"/></xsl:attribute>
361                          <xsl:call-template name="subfieldSelect">
362                              <xsl:with-param name="codes">b</xsl:with-param>
363                          </xsl:call-template>
364                      </a></span>
365                      </xsl:if>
366                      </span>
367                      <xsl:text> </xsl:text>
368                      <xsl:if test="marc:subfield[@code='c' or @code='g']">
369                      <span property="datePublished">
370                          <xsl:call-template name="chopPunctuation">
371                            <xsl:with-param name="chopString">
372                              <xsl:call-template name="subfieldSelect">
373                                  <xsl:with-param name="codes">cg</xsl:with-param>
374                              </xsl:call-template>
375                             </xsl:with-param>
376                         </xsl:call-template>
377                      </span>
378                      </xsl:if>
379                      <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
380                  </xsl:for-each>
381              </span>
382             </xsl:when>
383         </xsl:choose>
384
385         <!-- Edition Statement: Alternate Graphic Representation (MARC 880) -->
386         <xsl:if test="$display880">
387             <xsl:call-template name="m880Select">
388                 <xsl:with-param name="basetags">250</xsl:with-param>
389                 <xsl:with-param name="codes">ab</xsl:with-param>
390                 <xsl:with-param name="class">results_summary edition</xsl:with-param>
391                 <xsl:with-param name="label">Edition: </xsl:with-param>
392             </xsl:call-template>
393         </xsl:if>
394
395         <xsl:if test="marc:datafield[@tag=250]">
396         <span class="results_summary edition"><span class="label">Edition: </span>
397             <xsl:for-each select="marc:datafield[@tag=250]">
398                 <span property="bookEdition">
399                 <xsl:call-template name="chopPunctuation">
400                   <xsl:with-param name="chopString">
401                     <xsl:call-template name="subfieldSelect">
402                         <xsl:with-param name="codes">ab</xsl:with-param>
403                     </xsl:call-template>
404                    </xsl:with-param>
405                </xsl:call-template>
406                 </span>
407                     <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
408             </xsl:for-each>
409         </span>
410         </xsl:if>
411
412         <!-- Description: Alternate Graphic Representation (MARC 880) -->
413         <xsl:if test="$display880">
414             <xsl:call-template name="m880Select">
415                 <xsl:with-param name="basetags">300</xsl:with-param>
416                 <xsl:with-param name="codes">abceg</xsl:with-param>
417                 <xsl:with-param name="class">results_summary description</xsl:with-param>
418                 <xsl:with-param name="label">Description: </xsl:with-param>
419             </xsl:call-template>
420         </xsl:if>
421
422         <xsl:if test="marc:datafield[@tag=300]">
423         <span class="results_summary description"><span class="label">Description: </span>
424             <xsl:for-each select="marc:datafield[@tag=300]">
425                 <span property="description">
426                 <xsl:call-template name="chopPunctuation">
427                   <xsl:with-param name="chopString">
428                     <xsl:call-template name="subfieldSelect">
429                         <xsl:with-param name="codes">abcefg</xsl:with-param>
430                     </xsl:call-template>
431                    </xsl:with-param>
432                </xsl:call-template>
433                 </span>
434                     <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
435             </xsl:for-each>
436         </span>
437        </xsl:if>
438
439
440             <!-- Content Type -->
441             <xsl:if test="marc:datafield[@tag=336] or marc:datafield[@tag=337] or marc:datafield[@tag=338]">
442                 <span class="results_summary" id="content_type">
443                     <xsl:if test="marc:datafield[@tag=336]">
444                         <span class="label">Content type: </span>
445                         <xsl:for-each select="marc:datafield[@tag=336]">
446                             <xsl:call-template name="subfieldSelect">
447                                 <xsl:with-param name="codes">a</xsl:with-param>
448                                 <xsl:with-param name="delimeter">, </xsl:with-param>
449                             </xsl:call-template>
450                             <xsl:if test="position() != last()"><span class="separator"><xsl:text> | </xsl:text></span></xsl:if>
451                         </xsl:for-each>
452                     </xsl:if>
453                     <xsl:text> </xsl:text>
454                     <!-- Media Type -->
455                     <xsl:if test="marc:datafield[@tag=337]">
456                         <span class="label">Media type: </span>
457                         <xsl:for-each select="marc:datafield[@tag=337]">
458                             <xsl:call-template name="subfieldSelect">
459                                 <xsl:with-param name="codes">a</xsl:with-param>
460                                 <xsl:with-param name="delimeter">, </xsl:with-param>
461                             </xsl:call-template>
462                             <xsl:if test="position() != last()"><span class="separator"><xsl:text> | </xsl:text></span></xsl:if>
463                         </xsl:for-each>
464                     </xsl:if>
465                     <xsl:text> </xsl:text>
466                     <!-- Media Type -->
467                     <xsl:if test="marc:datafield[@tag=338]">
468                         <span class="label">Carrier type: </span>
469                         <xsl:for-each select="marc:datafield[@tag=338]">
470                             <xsl:call-template name="subfieldSelect">
471                                 <xsl:with-param name="codes">a</xsl:with-param>
472                                 <xsl:with-param name="delimeter">, </xsl:with-param>
473                             </xsl:call-template>
474                             <xsl:if test="position() != last()"><span class="separator"><xsl:text> | </xsl:text></span></xsl:if>
475                         </xsl:for-each>
476                     </xsl:if>
477                 </span>
478             </xsl:if>
479
480
481
482         <xsl:if test="marc:datafield[@tag=020]/marc:subfield[@code='a']">
483           <span class="results_summary isbn"><span class="label">ISBN: </span>
484             <xsl:for-each select="marc:datafield[@tag=020]/marc:subfield[@code='a']">
485               <span property="isbn">
486                 <xsl:value-of select="."/>
487                 <xsl:choose>
488                   <xsl:when test="position()=last()">
489                     <xsl:text>.</xsl:text>
490                   </xsl:when>
491                   <xsl:otherwise>
492                     <xsl:text>; </xsl:text>
493                   </xsl:otherwise>
494                 </xsl:choose>
495               </span>
496             </xsl:for-each>
497           </span>
498         </xsl:if>
499
500         <!-- Build ISSN -->
501         <xsl:if test="marc:datafield[@tag=022]/marc:subfield[@code='a']">
502           <span class="results_summary issn"><span class="label">ISSN: </span>
503             <xsl:for-each select="marc:datafield[@tag=022]/marc:subfield[@code='a']">
504               <span property="issn">
505                 <xsl:value-of select="."/>
506                 <xsl:choose>
507                   <xsl:when test="position()=last()">
508                     <xsl:text>.</xsl:text>
509                   </xsl:when>
510                   <xsl:otherwise>
511                     <xsl:text>; </xsl:text>
512                   </xsl:otherwise>
513                 </xsl:choose>
514               </span>
515             </xsl:for-each>
516           </span>
517         </xsl:if>
518
519         <xsl:if test="marc:datafield[@tag=013]">
520             <span class="results_summary patent_info">
521                 <span class="label">Patent information: </span>
522                 <xsl:for-each select="marc:datafield[@tag=013]">
523                     <xsl:call-template name="subfieldSelect">
524                         <xsl:with-param name="codes">acdef</xsl:with-param>
525                         <xsl:with-param name="delimeter">, </xsl:with-param>
526                     </xsl:call-template>
527                 <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
528                 </xsl:for-each>
529             </span>
530         </xsl:if>
531
532         <xsl:if test="marc:datafield[@tag=088]">
533             <span class="results_summary report_number">
534                 <span class="label">Report number: </span>
535                 <xsl:for-each select="marc:datafield[@tag=088]">
536                     <xsl:call-template name="subfieldSelect">
537                         <xsl:with-param name="codes">a</xsl:with-param>
538                     </xsl:call-template>
539                 <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
540                 </xsl:for-each>
541             </span>
542         </xsl:if>
543
544         <!-- Other Title  Statement: Alternate Graphic Representation (MARC 880) -->
545         <xsl:if test="$display880">
546             <xsl:call-template name="m880Select">
547                 <xsl:with-param name="basetags">246</xsl:with-param>
548                 <xsl:with-param name="codes">abhfgnp</xsl:with-param>
549                 <xsl:with-param name="class">results_summary other_title</xsl:with-param>
550                 <xsl:with-param name="label">Other title: </xsl:with-param>
551             </xsl:call-template>
552         </xsl:if>
553
554             <xsl:if test="marc:datafield[@tag=246]">
555                 <span class="results_summary other_title"><span class="label">Other title: </span>
556                     <xsl:for-each select="marc:datafield[@tag=246]">
557                         <span property="alternateName">
558                             <xsl:call-template name="chopPunctuation">
559                                 <xsl:with-param name="chopString">
560                                     <xsl:call-template name="subfieldSelect">
561                                         <xsl:with-param name="codes">abhfgnp</xsl:with-param>
562                                     </xsl:call-template>
563                                 </xsl:with-param>
564                             </xsl:call-template>
565                             <xsl:if test="@ind1=1 and not(marc:subfield[@code='i'])">
566                                 <xsl:choose>
567                                     <xsl:when test="@ind2=0"> [Portion of title]</xsl:when>
568                                     <xsl:when test="@ind2=1"> [Parallel title]</xsl:when>
569                                     <xsl:when test="@ind2=2"> [Distinctive title]</xsl:when>
570                                     <xsl:when test="@ind2=3"> [Other title]</xsl:when>
571                                     <xsl:when test="@ind2=4"> [Cover title]</xsl:when>
572                                     <xsl:when test="@ind2=5"> [Added title page title]</xsl:when>
573                                     <xsl:when test="@ind2=6"> [Caption title]</xsl:when>
574                                     <xsl:when test="@ind2=7"> [Running title]</xsl:when>
575                                     <xsl:when test="@ind2=8"> [Spine title]</xsl:when>
576                                 </xsl:choose>
577                             </xsl:if>
578                             <xsl:if test="marc:subfield[@code='i']">
579                                 <xsl:value-of select="concat(' [',marc:subfield[@code='i'],']')"/>
580                             </xsl:if>
581                         </span>
582                         <!-- #13386 added separator | -->
583                         <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise></xsl:choose>
584                     </xsl:for-each>
585                 </span>
586             </xsl:if>
587
588
589         <xsl:if test="marc:datafield[@tag=242]">
590         <span class="results_summary translated_title"><span class="label">Title translated: </span>
591             <xsl:for-each select="marc:datafield[@tag=242]">
592                 <span property="alternateName">
593                 <xsl:call-template name="chopPunctuation">
594                   <xsl:with-param name="chopString">
595                     <xsl:call-template name="subfieldSelect">
596                         <xsl:with-param name="codes">abchnp</xsl:with-param>
597                     </xsl:call-template>
598                    </xsl:with-param>
599                </xsl:call-template>
600                 </span>
601                     <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
602             </xsl:for-each>
603         </span>
604        </xsl:if>
605
606         <!-- Uniform Title  Statement: Alternate Graphic Representation (MARC 880) -->
607         <xsl:if test="$display880">
608             <span property="alternateName">
609             <xsl:call-template name="m880Select">
610                 <xsl:with-param name="basetags">130,240</xsl:with-param>
611                 <xsl:with-param name="codes">adfklmor</xsl:with-param>
612                 <xsl:with-param name="class">results_summary uniform_title</xsl:with-param>
613                 <xsl:with-param name="label">Uniform titles: </xsl:with-param>
614             </xsl:call-template>
615             </span>
616         </xsl:if>
617
618             <xsl:if test="marc:datafield[@tag=130]|marc:datafield[@tag=240]|marc:datafield[@tag=730][@ind2!=2]">
619                 <span class="results_summary uniform_titles"><span class="label">Uniform titles: </span>
620                     <xsl:for-each select="marc:datafield[@tag=130]|marc:datafield[@tag=240]|marc:datafield[@tag=730][@ind2!=2]">
621                         <span property="alternateName">
622                             <xsl:for-each select="marc:subfield">
623                                 <xsl:if test="contains('adfghklmnoprst',@code)">
624                                     <xsl:value-of select="text()"/>
625                                     <xsl:text> </xsl:text>
626                                 </xsl:if>
627                             </xsl:for-each>
628                         </span>
629                         <xsl:if test="position() != last()">
630                             <span class="separator"><xsl:text> | </xsl:text></span>
631                         </xsl:if>
632                     </xsl:for-each>
633                 </span>
634             </xsl:if>
635
636
637             <!-- #13382 Added Related works 700$i -->
638             <xsl:if test="marc:datafield[@tag=700][marc:subfield[@code='i']] or marc:datafield[@tag=710][marc:subfield[@code='i']] or marc:datafield[@tag=711][marc:subfield[@code='i']]">
639                 <span class="results_summary related_works"><span class="label">Related works: </span>
640                     <xsl:for-each select="marc:datafield[@tag=700][marc:subfield[@code='i']] | marc:datafield[@tag=710][marc:subfield[@code='i']] | marc:datafield[@tag=711][marc:subfield[@code='i']]">
641                         <xsl:variable name="str">
642                             <xsl:call-template name="subfieldSelect">
643                                 <xsl:with-param name="codes">abcdfghiklmnporstux</xsl:with-param>
644                             </xsl:call-template>
645                         </xsl:variable>
646                         <xsl:call-template name="chopPunctuation">
647                             <xsl:with-param name="chopString">
648                                 <xsl:value-of select="$str"/>
649                             </xsl:with-param>
650                         </xsl:call-template>
651                         <!-- add relator code too between brackets-->
652                         <xsl:if test="marc:subfield[@code='4' or @code='e']">
653                             <span class="relatorcode">
654                                 <xsl:text> [</xsl:text>
655                                 <xsl:choose>
656                                     <xsl:when test="marc:subfield[@code='e']">
657                                         <xsl:for-each select="marc:subfield[@code='e']">
658                                             <xsl:value-of select="."/>
659                                             <xsl:if test="position() != last()"><xsl:text>, </xsl:text></xsl:if>
660                                         </xsl:for-each>
661                                     </xsl:when>
662                                     <xsl:otherwise>
663                                         <xsl:for-each select="marc:subfield[@code='4']">
664                                             <xsl:value-of select="."/>
665                                             <xsl:if test="position() != last()"><xsl:text>, </xsl:text></xsl:if>
666                                         </xsl:for-each>
667                                     </xsl:otherwise>
668                                 </xsl:choose>
669                                 <xsl:text>]</xsl:text>
670                             </span>
671                         </xsl:if>
672                         <xsl:choose>
673                             <xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise>
674                         </xsl:choose>
675                     </xsl:for-each>
676                 </span>
677             </xsl:if>
678
679             <!-- #13382 Added Contained Works 7xx@ind2=2 -->
680             <xsl:if test="marc:datafield[@tag=700][@ind2=2 and not(marc:subfield[@code='i'])] or marc:datafield[@tag=710][@ind2=2 and not(marc:subfield[@code='i'])] or marc:datafield[@tag=711][@ind2=2 and not(marc:subfield[@code='i'])]">
681                 <span class="results_summary contained_works"><span class="label">Contained works: </span>
682                     <xsl:for-each select="marc:datafield[@tag=700][@ind2=2][not(marc:subfield[@code='i'])] | marc:datafield[@tag=710][@ind2=2][not(marc:subfield[@code='i'])] | marc:datafield[@tag=711][@ind2=2][not(marc:subfield[@code='i'])]">
683                         <xsl:variable name="str">
684                             <xsl:call-template name="subfieldSelect">
685                                 <xsl:with-param name="codes">abcdfghiklmnporstux</xsl:with-param>
686                             </xsl:call-template>
687                         </xsl:variable>
688                         <xsl:call-template name="chopPunctuation">
689                             <xsl:with-param name="chopString">
690                                 <xsl:value-of select="$str"/>
691                             </xsl:with-param>
692                         </xsl:call-template>
693                         <!-- add relator code too between brackets-->
694                         <xsl:if test="marc:subfield[@code='4' or @code='e']">
695                             <span class="relatorcode">
696                                 <xsl:text> [</xsl:text>
697                                 <xsl:choose>
698                                     <xsl:when test="marc:subfield[@code='e']">
699                                         <xsl:for-each select="marc:subfield[@code='e']">
700                                             <xsl:value-of select="."/>
701                                             <xsl:if test="position() != last()"><xsl:text>, </xsl:text></xsl:if>
702                                         </xsl:for-each>
703                                     </xsl:when>
704                                     <xsl:otherwise>
705                                         <xsl:for-each select="marc:subfield[@code='4']">
706                                             <xsl:value-of select="."/>
707                                             <xsl:if test="position() != last()"><xsl:text>, </xsl:text></xsl:if>
708                                         </xsl:for-each>
709                                     </xsl:otherwise>
710                                 </xsl:choose>
711                                 <xsl:text>]</xsl:text>
712                             </span>
713                         </xsl:if>
714                         <xsl:choose>
715                             <xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise>
716                         </xsl:choose>
717                     </xsl:for-each>
718                 </span>
719             </xsl:if>
720
721             <xsl:if test="marc:datafield[substring(@tag, 1, 1) = '6' and not(@tag=655)]">
722             <span class="results_summary subjects"><span class="label">Subject(s): </span>
723                 <xsl:for-each select="marc:datafield[substring(@tag, 1, 1) = '6'][not(@tag=655)]">
724             <span property="keywords">
725             <a>
726             <xsl:choose>
727             <xsl:when test="marc:subfield[@code=9] and $UseAuthoritiesForTracings='1'">
728                 <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:<xsl:value-of select="str:encode-uri(marc:subfield[@code=9], true())"/></xsl:attribute>
729             </xsl:when>
730             <!-- #1807 Strip unwanted parenthesis from subjects for searching -->
731             <xsl:when test="$TraceSubjectSubdivisions='1'">
732                 <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=<xsl:call-template name="subfieldSelectSubject">
733                         <xsl:with-param name="codes">abcdfgklmnopqrstvxyz</xsl:with-param>
734                         <xsl:with-param name="delimeter"> AND </xsl:with-param>
735                         <xsl:with-param name="prefix">(su<xsl:value-of select="$SubjectModifier"/>:<xsl:value-of select="$TracingQuotesLeft"/></xsl:with-param>
736                         <xsl:with-param name="suffix"><xsl:value-of select="$TracingQuotesRight"/>)</xsl:with-param>
737                         <xsl:with-param name="urlencode">1</xsl:with-param>
738                     </xsl:call-template>
739                 </xsl:attribute>
740             </xsl:when>
741                 <!-- #1807 Strip unwanted parenthesis from subjects for searching -->
742             <xsl:otherwise>
743                 <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=su<xsl:value-of select="$SubjectModifier"/>:<xsl:value-of select="$TracingQuotesLeft"/><xsl:value-of select="str:encode-uri(translate(marc:subfield[@code='a'],'()',''), true())"/><xsl:value-of select="$TracingQuotesRight"/></xsl:attribute>
744             </xsl:otherwise>
745             </xsl:choose>
746             <xsl:call-template name="chopPunctuation">
747                 <xsl:with-param name="chopString">
748                     <xsl:call-template name="subfieldSelect">
749                         <xsl:with-param name="codes">abcdfgklmnopqrstvxyz</xsl:with-param>
750                         <xsl:with-param name="subdivCodes">vxyz</xsl:with-param>
751                         <xsl:with-param name="subdivDelimiter">-- </xsl:with-param>
752                     </xsl:call-template>
753                 </xsl:with-param>
754             </xsl:call-template>
755             </a>
756             </span>
757             <xsl:if test="marc:subfield[@code=9]">
758                 <a class='authlink'>
759                     <xsl:attribute name="href">/cgi-bin/koha/opac-authoritiesdetail.pl?authid=<xsl:value-of select="str:encode-uri(marc:subfield[@code=9], true())"/></xsl:attribute>
760                     <xsl:element name="img">
761                         <xsl:attribute name="src">/opac-tmpl/<xsl:value-of select="$theme"/>/images/filefind.png</xsl:attribute>
762                         <xsl:attribute name="style">vertical-align:middle</xsl:attribute>
763                         <xsl:attribute name="height">15</xsl:attribute>
764                         <xsl:attribute name="width">15</xsl:attribute>
765                     </xsl:element>
766                 </a>
767             </xsl:if>
768             <xsl:choose>
769             <xsl:when test="position()=last()"></xsl:when>
770             <xsl:otherwise> | </xsl:otherwise>
771             </xsl:choose>
772
773             </xsl:for-each>
774             </span>
775         </xsl:if>
776
777             <!-- Genre/Form -->
778             <xsl:if test="marc:datafield[@tag=655]">
779                 <span class="results_summary genre"><span class="label">Genre/Form: </span>
780                     <xsl:for-each select="marc:datafield[@tag=655]">
781                         <a>
782                             <xsl:choose>
783                                 <xsl:when test="marc:subfield[@code=9] and $UseAuthoritiesForTracings='1'">
784                                     <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:<xsl:value-of select="str:encode-uri(marc:subfield[@code=9], true())"/></xsl:attribute>
785                                 </xsl:when>
786                                 <xsl:when test="$TraceSubjectSubdivisions='1'">
787                                     <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=<xsl:call-template name="subfieldSelectSubject">
788                                         <xsl:with-param name="codes">avxyz</xsl:with-param>
789                                         <xsl:with-param name="delimeter"> AND </xsl:with-param>
790                                         <xsl:with-param name="prefix">(su<xsl:value-of select="$SubjectModifier"/>:<xsl:value-of select="$TracingQuotesLeft"/></xsl:with-param>
791                                         <xsl:with-param name="suffix"><xsl:value-of select="$TracingQuotesRight"/>)</xsl:with-param>
792                                         <xsl:with-param name="urlencode">1</xsl:with-param>
793                                     </xsl:call-template>
794                                     </xsl:attribute>
795                                 </xsl:when>
796                                 <xsl:otherwise>
797                                     <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=su<xsl:value-of select="$SubjectModifier"/>:<xsl:value-of select="$TracingQuotesLeft"/><xsl:value-of select="str:encode-uri(marc:subfield[@code='a'], true())"/><xsl:value-of select="$TracingQuotesRight"/></xsl:attribute>
798                                 </xsl:otherwise>
799                             </xsl:choose>
800                         <xsl:call-template name="subfieldSelect">
801                             <xsl:with-param name="codes">avxyz</xsl:with-param>
802                             <xsl:with-param name="subdivCodes">vxyz</xsl:with-param>
803                             <xsl:with-param name="subdivDelimiter">-- </xsl:with-param>
804                         </xsl:call-template>
805                         </a>
806                         <xsl:if test="position()!=last()"><span class="separator"> | </span></xsl:if>
807                     </xsl:for-each>
808                 </span>
809             </xsl:if>
810
811 <!-- MARC21 776 Additional Physical Form Entry -->
812     <xsl:if test="marc:datafield[@tag=776]">
813         <span class="results_summary add_physical_form">
814             <span class="label">Additional physical formats: </span>
815             <xsl:for-each select="marc:datafield[@tag=776]">
816                 <xsl:variable name="linktext">
817                     <xsl:choose>
818                     <xsl:when test="marc:subfield[@code='t']">
819                         <xsl:value-of select="marc:subfield[@code='t']"/>
820                     </xsl:when>
821                     <xsl:when test="marc:subfield[@code='a']">
822                         <xsl:value-of select="marc:subfield[@code='a']"/>
823                     </xsl:when>
824                     <xsl:otherwise>
825                         <xsl:text>No title</xsl:text>
826                     </xsl:otherwise>
827                     </xsl:choose>
828                 </xsl:variable>
829                 <xsl:if test="@ind2=8 and marc:subfield[@code='i']">
830                     <xsl:call-template name="subfieldSelect">
831                         <xsl:with-param name="codes">i</xsl:with-param>
832                     </xsl:call-template>
833                     <xsl:text>: </xsl:text>
834                 </xsl:if>
835                 <xsl:choose>
836                 <xsl:when test="marc:subfield[@code='w']">
837                     <a>
838                     <xsl:attribute name="href">
839                         <xsl:text>/cgi-bin/koha/opac-search.pl?q=control-number:</xsl:text>
840                         <xsl:call-template name="extractControlNumber">
841                             <xsl:with-param name="subfieldW">
842                                 <xsl:value-of select="marc:subfield[@code='w']"/>
843                             </xsl:with-param>
844                         </xsl:call-template>
845                     </xsl:attribute>
846                     <xsl:value-of select="$linktext"/>
847                     </a>
848                 </xsl:when>
849                 <xsl:otherwise>
850                     <xsl:value-of select="$linktext"/>
851                 </xsl:otherwise>
852                 </xsl:choose>
853                 <xsl:if test="position() != last()">
854                     <xsl:text>; </xsl:text>
855                 </xsl:if>
856             </xsl:for-each>
857         </span>
858     </xsl:if>
859
860 <!-- DDC classification -->
861     <xsl:if test="marc:datafield[@tag=082]">
862         <span class="results_summary ddc">
863             <span class="label">DDC classification: </span>
864             <xsl:for-each select="marc:datafield[@tag=082]">
865                 <xsl:call-template name="subfieldSelect">
866                     <xsl:with-param name="codes">a</xsl:with-param>
867                     <xsl:with-param name="delimeter"><xsl:text> | </xsl:text></xsl:with-param>
868                 </xsl:call-template>
869                 <xsl:choose>
870                     <xsl:when test="position()=last()"><xsl:text>  </xsl:text></xsl:when>
871                     <xsl:otherwise> | </xsl:otherwise>
872                 </xsl:choose>
873             </xsl:for-each>
874         </span>
875     </xsl:if>
876
877 <!-- Other classification -->
878     <xsl:if test="marc:datafield[@tag=084]">
879        <span class="results_summary oc">
880            <span class="label">Other classification: </span>
881           <xsl:for-each select="marc:datafield[@tag=084]">
882                 <xsl:call-template name="subfieldSelect">
883                    <xsl:with-param name="codes">a</xsl:with-param>
884                    <xsl:with-param name="delimeter"><xsl:text> | </xsl:text></xsl:with-param>
885                 </xsl:call-template>
886                 <xsl:choose>
887                    <xsl:when test="position()=last()"><xsl:text>  </xsl:text></xsl:when>
888                    <xsl:otherwise> | </xsl:otherwise>
889                 </xsl:choose>
890           </xsl:for-each>
891        </span>
892     </xsl:if>
893
894
895 <!-- Image processing code added here, takes precedence over text links including y3z text   -->
896         <xsl:if test="marc:datafield[@tag=856]">
897         <span class="results_summary online_resources"><span class="label">Online resources: </span>
898         <xsl:for-each select="marc:datafield[@tag=856]">
899             <xsl:variable name="SubqText"><xsl:value-of select="marc:subfield[@code='q']"/></xsl:variable>
900             <a property="url">
901             <xsl:choose>
902               <xsl:when test="$OPACTrackClicks='track'">
903             <xsl:attribute name="href">/cgi-bin/koha/tracklinks.pl?uri=<xsl:value-of select="str:encode-uri(marc:subfield[@code='u'], true())"/>&amp;biblionumber=<xsl:value-of select="$biblionumber"/></xsl:attribute>
904               </xsl:when>
905               <xsl:when test="$OPACTrackClicks='anonymous'">
906             <xsl:attribute name="href">/cgi-bin/koha/tracklinks.pl?uri=<xsl:value-of select="str:encode-uri(marc:subfield[@code='u'], true())"/>&amp;biblionumber=<xsl:value-of select="$biblionumber"/></xsl:attribute>
907               </xsl:when>
908               <xsl:otherwise>
909                 <xsl:attribute name="href"><xsl:value-of select="marc:subfield[@code='u']"/></xsl:attribute>
910               </xsl:otherwise>
911             </xsl:choose>
912             <xsl:if test="$OPACURLOpenInNewWindow='1'">
913                 <xsl:attribute name="target">_blank</xsl:attribute>
914             </xsl:if>
915             <xsl:choose>
916             <xsl:when test="($Show856uAsImage='Details' or $Show856uAsImage='Both') and (substring($SubqText,1,6)='image/' or $SubqText='img' or $SubqText='bmp' or $SubqText='cod' or $SubqText='gif' or $SubqText='ief' or $SubqText='jpe' or $SubqText='jpeg' or $SubqText='jpg' or $SubqText='jfif' or $SubqText='png' or $SubqText='svg' or $SubqText='tif' or $SubqText='tiff' or $SubqText='ras' or $SubqText='cmx' or $SubqText='ico' or $SubqText='pnm' or $SubqText='pbm' or $SubqText='pgm' or $SubqText='ppm' or $SubqText='rgb' or $SubqText='xbm' or $SubqText='xpm' or $SubqText='xwd')">
917                 <xsl:element name="img"><xsl:attribute name="src"><xsl:value-of select="marc:subfield[@code='u']"/></xsl:attribute><xsl:attribute name="alt"><xsl:value-of select="marc:subfield[@code='y']"/></xsl:attribute><xsl:attribute name="style">height:100px</xsl:attribute></xsl:element><xsl:text></xsl:text>
918             </xsl:when>
919             <xsl:when test="marc:subfield[@code='y' or @code='3' or @code='z']">
920                 <xsl:call-template name="subfieldSelect">
921                     <xsl:with-param name="codes">y3z</xsl:with-param>
922                 </xsl:call-template>
923             </xsl:when>
924             <xsl:when test="$URLLinkText!=''">
925                 <xsl:value-of select="$URLLinkText"/>
926             </xsl:when>
927             <xsl:otherwise>
928                 <xsl:text>Click here to access online</xsl:text>
929             </xsl:otherwise>
930             </xsl:choose>
931             </a>
932             <xsl:choose>
933             <xsl:when test="position()=last()"><xsl:text>  </xsl:text></xsl:when>
934             <xsl:otherwise> | </xsl:otherwise>
935             </xsl:choose>
936         </xsl:for-each>
937         </span>
938         </xsl:if>
939
940         <!-- 530 -->
941         <xsl:if test="marc:datafield[@tag=530]">
942         <xsl:for-each select="marc:datafield[@tag=530]">
943         <span class="results_summary additionalforms">
944             <xsl:call-template name="subfieldSelect">
945                 <xsl:with-param name="codes">abcd</xsl:with-param>
946             </xsl:call-template>
947             <xsl:for-each select="marc:subfield[@code='u']">
948                 <a><xsl:attribute name="href"><xsl:value-of select="text()"/></xsl:attribute>
949                 <xsl:if test="$OPACURLOpenInNewWindow='1'">
950                     <xsl:attribute name="target">_blank</xsl:attribute>
951                 </xsl:if>
952                 <xsl:value-of select="text()"/>
953                 </a>
954             </xsl:for-each>
955         </span>
956         </xsl:for-each>
957         </xsl:if>
958
959         <!-- 505 -->
960         <xsl:if test="marc:datafield[@tag=505]">
961         <div class="results_summary contents">
962         <xsl:for-each select="marc:datafield[@tag=505]">
963         <xsl:if test="position()=1">
964             <xsl:choose>
965             <xsl:when test="@ind1=1">
966                 <span class="label">Incomplete contents:</span>
967             </xsl:when>
968             <xsl:when test="@ind1=2">
969                 <span class="label">Partial contents:</span>
970             </xsl:when>
971             <xsl:otherwise>
972                 <span class="label">Contents:</span>
973             </xsl:otherwise>
974             </xsl:choose>
975         </xsl:if>
976         <div class='contentblock' property='description'>
977         <xsl:choose>
978         <xsl:when test="@ind2=0">
979             <xsl:call-template name="subfieldSelectSpan">
980                 <xsl:with-param name="codes">tru</xsl:with-param>
981             </xsl:call-template>
982         </xsl:when>
983         <xsl:otherwise>
984             <xsl:call-template name="subfieldSelectSpan">
985                 <xsl:with-param name="codes">atru</xsl:with-param>
986             </xsl:call-template>
987         </xsl:otherwise>
988         </xsl:choose>
989         </div>
990         </xsl:for-each>
991         </div>
992         </xsl:if>
993
994         <!-- 583 -->
995         <xsl:if test="marc:datafield[@tag=583]">
996         <xsl:for-each select="marc:datafield[@tag=583]">
997             <xsl:if test="@ind1=1 or @ind1=' '">
998             <span class="results_summary actionnote">
999                 <span class="label">Action note: </span>
1000                 <xsl:choose>
1001                 <xsl:when test="marc:subfield[@code='z']">
1002                     <xsl:value-of select="marc:subfield[@code='z']"/>
1003                 </xsl:when>
1004                 <xsl:otherwise>
1005                     <xsl:call-template name="subfieldSelect">
1006                         <xsl:with-param name="codes">abcdefgijklnou</xsl:with-param>
1007                     </xsl:call-template>
1008                 </xsl:otherwise>
1009                 </xsl:choose>
1010             </span>
1011             </xsl:if>
1012         </xsl:for-each>
1013         </xsl:if>
1014
1015         <!-- 508 -->
1016             <xsl:if test="marc:datafield[@tag=508]">
1017                 <div class="results_summary prod_credits">
1018                     <span class="label">Production Credits: </span>
1019                     <xsl:for-each select="marc:datafield[@tag=508]">
1020                         <xsl:call-template name="subfieldSelectSpan">
1021                             <xsl:with-param name="codes">a</xsl:with-param>
1022                         </xsl:call-template>
1023                         <xsl:if test="position()!=last()"><span class="separator"><xsl:text> | </xsl:text></span></xsl:if>
1024                     </xsl:for-each>
1025                 </div>
1026             </xsl:if>
1027
1028         <!-- 586 -->
1029         <xsl:if test="marc:datafield[@tag=586]">
1030             <span class="results_summary awardsnote">
1031                 <xsl:if test="marc:datafield[@tag=586]/@ind1=' '">
1032                     <span class="label">Awards: </span>
1033                 </xsl:if>
1034                 <xsl:for-each select="marc:datafield[@tag=586]">
1035                     <xsl:value-of select="marc:subfield[@code='a']"/>
1036                     <xsl:if test="position()!=last()"><span class="separator"><xsl:text> | </xsl:text></span></xsl:if>
1037                 </xsl:for-each>
1038             </span>
1039         </xsl:if>
1040
1041         <!-- 773 -->
1042         <xsl:if test="marc:datafield[@tag=773]">
1043             <xsl:for-each select="marc:datafield[@tag=773]">
1044                 <xsl:if test="@ind1 !=1">
1045                     <span class="results_summary in"><span class="label">
1046                     <xsl:choose>
1047                         <xsl:when test="@ind2=' '">
1048                             In:
1049                         </xsl:when>
1050                         <xsl:when test="@ind2=8">
1051                             <xsl:if test="marc:subfield[@code='i']">
1052                                 <xsl:value-of select="marc:subfield[@code='i']"/>
1053                             </xsl:if>
1054                         </xsl:when>
1055                     </xsl:choose>
1056                     </span>
1057                     <xsl:variable name="f773">
1058                         <xsl:call-template name="chopPunctuation">
1059                             <xsl:with-param name="chopString">
1060                                 <xsl:call-template name="subfieldSelect">
1061                                     <xsl:with-param name="codes">a_t</xsl:with-param>
1062                                 </xsl:call-template>
1063                             </xsl:with-param>
1064                         </xsl:call-template>
1065                     </xsl:variable>
1066                     <xsl:choose>
1067                         <xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']">
1068                             <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Control-number:<xsl:call-template name="extractControlNumber"><xsl:with-param name="subfieldW" select="marc:subfield[@code='w']"/></xsl:call-template></xsl:attribute>
1069                             <xsl:value-of select="translate($f773, '()', '')"/>
1070                             </a>
1071                         </xsl:when>
1072                         <xsl:when test="marc:subfield[@code='0']">
1073                             <a><xsl:attribute name="href">/cgi-bin/koha/opac-detail.pl?biblionumber=<xsl:value-of select="str:encode-uri(marc:subfield[@code='0'], true())"/></xsl:attribute>
1074                             <xsl:value-of select="$f773"/>
1075                             </a>
1076                         </xsl:when>
1077                         <xsl:otherwise>
1078                             <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=ti,phr:<xsl:value-of select="str:encode-uri(translate($f773, '()', ''), true())"/></xsl:attribute>
1079                             <xsl:value-of select="$f773"/>
1080                             </a>
1081                         </xsl:otherwise>
1082                     </xsl:choose>
1083                     <xsl:if test="marc:subfield[@code='g']">
1084                         <xsl:text> </xsl:text><xsl:value-of select="marc:subfield[@code='g']"/>
1085                     </xsl:if>
1086                     </span>
1087
1088                     <xsl:if test="marc:subfield[@code='n']">
1089                         <span class="results_summary"><xsl:value-of select="marc:subfield[@code='n']"/></span>
1090                     </xsl:if>
1091
1092                 </xsl:if>
1093             </xsl:for-each>
1094         </xsl:if>
1095
1096         <xsl:for-each select="marc:datafield[@tag=511]">
1097             <span class="results_summary perf_note">
1098                 <span class="label">
1099                     <xsl:if test="@ind1=1"><xsl:text>Cast: </xsl:text></xsl:if>
1100                 </span>
1101                 <xsl:call-template name="subfieldSelect">
1102                     <xsl:with-param name="codes">a</xsl:with-param>
1103                 </xsl:call-template>
1104             </span>
1105         </xsl:for-each>
1106
1107         <xsl:if test="marc:datafield[@tag=502]">
1108             <span class="results_summary diss_note">
1109                 <span class="label">Dissertation note: </span>
1110                 <xsl:for-each select="marc:datafield[@tag=502]">
1111                     <xsl:call-template name="subfieldSelect">
1112                         <xsl:with-param name="codes">abcdgo</xsl:with-param>
1113                     </xsl:call-template>
1114                 </xsl:for-each>
1115                 <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text> </xsl:text></xsl:otherwise></xsl:choose>
1116             </span>
1117         </xsl:if>
1118
1119         <xsl:for-each select="marc:datafield[@tag=520]">
1120         <span class="results_summary summary"><span class="label">
1121         <xsl:choose>
1122           <xsl:when test="@ind1=0"><xsl:text>Subject: </xsl:text></xsl:when>
1123           <xsl:when test="@ind1=1"><xsl:text>Review: </xsl:text></xsl:when>
1124           <xsl:when test="@ind1=2"><xsl:text>Scope and content: </xsl:text></xsl:when>
1125           <xsl:when test="@ind1=3"><xsl:text>Abstract: </xsl:text></xsl:when>
1126           <xsl:when test="@ind1=4"><xsl:text>Content advice: </xsl:text></xsl:when>
1127           <xsl:otherwise><xsl:text>Summary: </xsl:text></xsl:otherwise>
1128         </xsl:choose>
1129         </span>
1130         <xsl:call-template name="subfieldSelect">
1131           <xsl:with-param name="codes">abcu</xsl:with-param>
1132         </xsl:call-template>
1133         </span>
1134         </xsl:for-each>
1135
1136         <!-- 866 textual holdings -->
1137         <xsl:if test="marc:datafield[@tag=866]">
1138             <span class="results_summary holdings_note"><span class="label">Holdings note: </span>
1139                 <xsl:for-each select="marc:datafield[@tag=866]">
1140                     <xsl:call-template name="subfieldSelect">
1141                         <xsl:with-param name="codes">az</xsl:with-param>
1142                     </xsl:call-template>
1143                     <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
1144                 </xsl:for-each>
1145             </span>
1146         </xsl:if>
1147
1148         <!--  775 Other Edition  -->
1149         <xsl:if test="marc:datafield[@tag=775]">
1150         <span class="results_summary other_editions"><span class="label">Other editions: </span>
1151         <xsl:for-each select="marc:datafield[@tag=775]">
1152             <xsl:variable name="f775">
1153                 <xsl:call-template name="chopPunctuation"><xsl:with-param name="chopString"><xsl:call-template name="subfieldSelect">
1154                 <xsl:with-param name="codes">a_t</xsl:with-param>
1155                 </xsl:call-template></xsl:with-param></xsl:call-template>
1156             </xsl:variable>
1157             <xsl:if test="marc:subfield[@code='i']">
1158                 <xsl:call-template name="subfieldSelect">
1159                     <xsl:with-param name="codes">i</xsl:with-param>
1160                 </xsl:call-template>
1161                 <xsl:text>: </xsl:text>
1162             </xsl:if>
1163             <a>
1164             <xsl:choose>
1165             <xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']">
1166                 <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Control-number:<xsl:call-template name="extractControlNumber"><xsl:with-param name="subfieldW" select="marc:subfield[@code='w']"/></xsl:call-template></xsl:attribute>
1167             </xsl:when>
1168             <xsl:otherwise>
1169                 <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=ti,phr:<xsl:value-of select="str:encode-uri(translate($f775, '()', ''), true())"/></xsl:attribute>
1170             </xsl:otherwise>
1171             </xsl:choose>
1172             <xsl:call-template name="subfieldSelect">
1173                 <xsl:with-param name="codes">a_t</xsl:with-param>
1174             </xsl:call-template>
1175             </a>
1176             <xsl:choose>
1177                 <xsl:when test="position()=last()"></xsl:when>
1178                 <xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise>
1179             </xsl:choose>
1180         </xsl:for-each>
1181         </span>
1182         </xsl:if>
1183
1184         <!-- 780 -->
1185         <xsl:if test="marc:datafield[@tag=780]">
1186         <xsl:for-each select="marc:datafield[@tag=780]">
1187         <xsl:if test="@ind1=0">
1188         <span class="results_summary preceeding_entry">
1189         <xsl:choose>
1190         <xsl:when test="@ind2=0">
1191             <span class="label">Continues:</span>
1192         </xsl:when>
1193         <xsl:when test="@ind2=1">
1194             <span class="label">Continues in part:</span>
1195         </xsl:when>
1196         <xsl:when test="@ind2=2">
1197             <span class="label">Supersedes:</span>
1198         </xsl:when>
1199         <xsl:when test="@ind2=3">
1200             <span class="label">Supersedes in part:</span>
1201         </xsl:when>
1202         <xsl:when test="@ind2=4">
1203             <span class="label">Formed by the union: ... and: ...</span>
1204         </xsl:when>
1205         <xsl:when test="@ind2=5">
1206             <span class="label">Absorbed:</span>
1207         </xsl:when>
1208         <xsl:when test="@ind2=6">
1209             <span class="label">Absorbed in part:</span>
1210         </xsl:when>
1211         <xsl:when test="@ind2=7">
1212             <span class="label">Separated from:</span>
1213         </xsl:when>
1214         </xsl:choose>
1215         <xsl:text> </xsl:text>
1216                 <xsl:variable name="f780">
1217                     <xsl:call-template name="subfieldSelect">
1218                         <xsl:with-param name="codes">a_t</xsl:with-param>
1219                     </xsl:call-template>
1220                 </xsl:variable>
1221             <xsl:choose>
1222                 <xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']">
1223                     <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Control-number:<xsl:call-template name="extractControlNumber"><xsl:with-param name="subfieldW" select="marc:subfield[@code='w']"/></xsl:call-template></xsl:attribute>
1224                         <xsl:value-of select="translate($f780, '()', '')"/>
1225                     </a>
1226                 </xsl:when>
1227                 <xsl:otherwise>
1228                     <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=ti,phr:<xsl:value-of select="str:encode-uri(translate($f780, '()', ''), true())"/></xsl:attribute>
1229                         <xsl:value-of select="translate($f780, '()', '')"/>
1230                     </a>
1231                 </xsl:otherwise>
1232             </xsl:choose>
1233         </span>
1234
1235         <xsl:if test="marc:subfield[@code='n']">
1236             <span class="results_summary"><xsl:value-of select="marc:subfield[@code='n']"/></span>
1237         </xsl:if>
1238
1239         </xsl:if>
1240         </xsl:for-each>
1241         </xsl:if>
1242
1243         <!-- 785 -->
1244         <xsl:if test="marc:datafield[@tag=785]">
1245         <xsl:for-each select="marc:datafield[@tag=785]">
1246         <xsl:if test="@ind1=0">
1247         <span class="results_summary succeeding_entry">
1248         <xsl:choose>
1249         <xsl:when test="@ind2=0">
1250             <span class="label">Continued by:</span>
1251         </xsl:when>
1252         <xsl:when test="@ind2=1">
1253             <span class="label">Continued in part by:</span>
1254         </xsl:when>
1255         <xsl:when test="@ind2=2">
1256             <span class="label">Superseded by:</span>
1257         </xsl:when>
1258         <xsl:when test="@ind2=3">
1259             <span class="label">Superseded in part by:</span>
1260         </xsl:when>
1261         <xsl:when test="@ind2=4">
1262             <span class="label">Absorbed by:</span>
1263         </xsl:when>
1264         <xsl:when test="@ind2=5">
1265             <span class="label">Absorbed in part by:</span>
1266         </xsl:when>
1267         <xsl:when test="@ind2=6">
1268             <span class="label">Split into .. and ...:</span>
1269         </xsl:when>
1270         <xsl:when test="@ind2=7">
1271             <span class="label">Merged with ... to form ...</span>
1272         </xsl:when>
1273         <xsl:when test="@ind2=8">
1274             <span class="label">Changed back to:</span>
1275         </xsl:when>
1276         </xsl:choose>
1277         <xsl:text> </xsl:text>
1278                    <xsl:variable name="f785">
1279                     <xsl:call-template name="subfieldSelect">
1280                         <xsl:with-param name="codes">a_t</xsl:with-param>
1281                     </xsl:call-template>
1282                 </xsl:variable>
1283
1284             <xsl:choose>
1285                 <xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']">
1286                     <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Control-number:<xsl:call-template name="extractControlNumber"><xsl:with-param name="subfieldW" select="marc:subfield[@code='w']"/></xsl:call-template></xsl:attribute>
1287                         <xsl:value-of select="translate($f785, '()', '')"/>
1288                     </a>
1289                 </xsl:when>
1290                 <xsl:otherwise>
1291                     <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=ti,phr:<xsl:value-of select="str:encode-uri(translate($f785, '()', ''), true())"/></xsl:attribute>
1292                         <xsl:value-of select="translate($f785, '()', '')"/>
1293                     </a>
1294                 </xsl:otherwise>
1295             </xsl:choose>
1296
1297         </span>
1298
1299         <xsl:if test="marc:subfield[@code='n']">
1300             <span class="results_summary"><xsl:value-of select="marc:subfield[@code='n']"/></span>
1301         </xsl:if>
1302
1303         </xsl:if>
1304         </xsl:for-each>
1305         </xsl:if>
1306
1307     </xsl:element>
1308     </xsl:template>
1309
1310     <xsl:template name="showAuthor">
1311         <xsl:param name="authorfield" />
1312         <xsl:param name="UseAuthoritiesForTracings" />
1313         <xsl:param name="materialTypeLabel" />
1314         <xsl:param name="theme" />
1315         <xsl:if test="count($authorfield)&gt;0">
1316         <h5 class="author">
1317             <xsl:for-each select="$authorfield">
1318                 <xsl:choose>
1319                     <xsl:when test="position()&gt;1"/>
1320                     <!-- #13383 -->
1321                     <xsl:when test="@tag&lt;700">By: </xsl:when>
1322                     <!--#13382 Changed Additional author to contributor -->
1323                     <xsl:otherwise>Contributor(s): </xsl:otherwise>
1324                 </xsl:choose>
1325             <xsl:choose>
1326                 <xsl:when test="not(@tag=111) or @tag=700 or @tag=710 or @tag=711"/>
1327                 <xsl:when test="marc:subfield[@code='n']">
1328                     <xsl:text> </xsl:text>
1329                     <xsl:call-template name="subfieldSelect">
1330                         <xsl:with-param name="codes">n</xsl:with-param>
1331                     </xsl:call-template>
1332                     <xsl:text> </xsl:text>
1333                 </xsl:when>
1334             </xsl:choose>
1335             <a>
1336                 <xsl:choose>
1337                     <xsl:when test="marc:subfield[@code=9] and $UseAuthoritiesForTracings='1'">
1338                         <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:"<xsl:value-of select="str:encode-uri(marc:subfield[@code=9], true())"/>"</xsl:attribute>
1339                     </xsl:when>
1340                     <xsl:otherwise>
1341                         <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=au:"<xsl:value-of select="str:encode-uri(marc:subfield[@code='a'], true())"/>"</xsl:attribute>
1342                     </xsl:otherwise>
1343                 </xsl:choose>
1344                 <span resource="#record"><span>
1345                     <xsl:choose>
1346                         <xsl:when test="substring(@tag, 1, 1)='1'">
1347                             <xsl:choose>
1348                                 <xsl:when test="$materialTypeLabel='Music'"><xsl:attribute name="property">byArtist</xsl:attribute></xsl:when>
1349                                 <xsl:otherwise><xsl:attribute name="property">author</xsl:attribute></xsl:otherwise>
1350                             </xsl:choose>
1351                         </xsl:when>
1352                         <xsl:otherwise><xsl:attribute name="property">contributor</xsl:attribute></xsl:otherwise>
1353                     </xsl:choose>
1354                     <xsl:choose>
1355                         <xsl:when test="substring(@tag, 2, 1)='0'">
1356                             <xsl:choose>
1357                                 <xsl:when test="$materialTypeLabel='Music'"><xsl:attribute name="typeof">MusicGroup</xsl:attribute></xsl:when>
1358                                 <xsl:otherwise><xsl:attribute name="typeof">Person</xsl:attribute></xsl:otherwise>
1359                             </xsl:choose>
1360                         </xsl:when>
1361                         <xsl:otherwise><xsl:attribute name="typeof">Organization</xsl:attribute></xsl:otherwise>
1362                     </xsl:choose>
1363                 <span property="name">
1364                 <xsl:choose>
1365                     <xsl:when test="@tag=100 or @tag=110 or @tag=111">
1366                         <!-- #13383 -->
1367                         <xsl:call-template name="chopPunctuation">
1368                             <xsl:with-param name="chopString">
1369                                 <xsl:call-template name="subfieldSelect">
1370                                     <xsl:with-param name="codes">
1371                                         <xsl:choose>
1372                                             <!-- #13383 include subfield e for field 111, Display only name portion in 1XX  -->
1373                                             <xsl:when test="@tag=111">aeq</xsl:when>
1374                                             <xsl:when test="@tag=110">ab</xsl:when>
1375                                             <xsl:otherwise>abcjq</xsl:otherwise>
1376                                         </xsl:choose>
1377                                     </xsl:with-param>
1378                                 </xsl:call-template>
1379                             </xsl:with-param>
1380                             <xsl:with-param name="punctuation">
1381                                 <xsl:text>:,;/ </xsl:text>
1382                             </xsl:with-param>
1383                         </xsl:call-template>
1384                     <!-- Display only name and title portion in 110 field -->
1385                     <xsl:if test="@tag=110 and boolean(marc:subfield[@code='c' or @code='d' or @code='n' or @code='t'])">
1386                     <span class="titleportion">
1387                     <xsl:choose>
1388                         <xsl:when test="marc:subfield[@code='c' or @code='d' or @code='n'][not(marc:subfield[@code='t'])]"><xsl:text> </xsl:text></xsl:when>
1389                         <xsl:otherwise><xsl:text>. </xsl:text></xsl:otherwise>
1390                     </xsl:choose>
1391                     <xsl:call-template name="chopPunctuation">
1392                         <xsl:with-param name="chopString">
1393                         <xsl:call-template name="subfieldSelect">
1394                             <xsl:with-param name="codes">cdnt</xsl:with-param>
1395                         </xsl:call-template>
1396                         </xsl:with-param>
1397                     </xsl:call-template>
1398                     </span>
1399                     </xsl:if>
1400                     <!-- Display only name and title portion in 111 field -->
1401             <xsl:if test="@tag=111 and boolean(marc:subfield[@code='c' or @code='d' or @code='g' or @code='n' or @code='t'])">
1402                     <span class="titleportion">
1403                     <xsl:choose>
1404                         <xsl:when test="marc:subfield[@code='c' or @code='d' or @code='g' or @code='n'][not(marc:subfield[@code='t'])]"><xsl:text> </xsl:text></xsl:when>
1405                         <xsl:otherwise><xsl:text>. </xsl:text></xsl:otherwise>
1406                     </xsl:choose>
1407
1408                     <xsl:call-template name="chopPunctuation">
1409                         <xsl:with-param name="chopString">
1410                         <xsl:call-template name="subfieldSelect">
1411                             <xsl:with-param name="codes">cdgnt</xsl:with-param>
1412                         </xsl:call-template>
1413                         </xsl:with-param>
1414                     </xsl:call-template>
1415                     </span>
1416             </xsl:if>
1417             <!-- Display only dates in 100 field -->
1418                         <xsl:if test="@tag=100 and marc:subfield[@code='d']">
1419                         <span class="authordates">
1420                         <xsl:text>, </xsl:text>
1421                         <xsl:call-template name="chopPunctuation">
1422                             <xsl:with-param name="chopString">
1423                             <xsl:call-template name="subfieldSelect">
1424                                <xsl:with-param name="codes">d</xsl:with-param>
1425                             </xsl:call-template>
1426                             </xsl:with-param>
1427                         </xsl:call-template>
1428                         </span>
1429                         </xsl:if>
1430                     </xsl:when>
1431                     <!-- #13382 excludes 700$i and ind2=2, displayed as Related Works -->
1432                     <!--#13382 Added all relevant subfields 4, e, and d are handled separately -->
1433                     <xsl:when test="@tag=700 or @tag=710 or @tag=711">
1434                     <!-- Includes major changes for 7XX fields; display name portion in 710 and 711 fields -->
1435                     <xsl:if test="@tag=710 or @tag=711">
1436                     <xsl:call-template name="chopPunctuation">
1437                         <xsl:with-param name="chopString">
1438                             <xsl:call-template name="subfieldSelect">
1439                             <xsl:with-param name="codes">
1440                             <xsl:choose>
1441                                 <xsl:when test="@tag=711">aeq</xsl:when>
1442                                 <xsl:otherwise>ab</xsl:otherwise>
1443                             </xsl:choose>
1444                             </xsl:with-param>
1445                             </xsl:call-template>
1446                         </xsl:with-param>
1447                         <xsl:with-param name="punctuation">
1448                             <xsl:text>:,;/ </xsl:text>
1449                         </xsl:with-param>
1450                     </xsl:call-template>
1451                     <!-- Display only name and title portion in 711 field -->
1452                     <xsl:if test="@tag=711 and boolean(marc:subfield[@code='c' or @code='d' or @code='g' or @code='n' or @code='t'])">
1453                     <span class="titleportion">
1454                     <xsl:choose>
1455                         <xsl:when test="marc:subfield[@code='c' or @code='d' or @code='g' or @code='n'][not(marc:subfield[@code='t'])]"><xsl:text> </xsl:text></xsl:when>
1456                         <xsl:otherwise><xsl:text>. </xsl:text></xsl:otherwise>
1457                     </xsl:choose>
1458
1459                     <xsl:call-template name="chopPunctuation">
1460                         <xsl:with-param name="chopString">
1461                         <xsl:call-template name="subfieldSelect">
1462                             <xsl:with-param name="codes">cdgnt</xsl:with-param>
1463                         </xsl:call-template>
1464                         </xsl:with-param>
1465                     </xsl:call-template>
1466                     </span>
1467                     </xsl:if>
1468                     <!-- Display only name and title portion in 710 field -->
1469                     <xsl:if test="@tag=710 and boolean(marc:subfield[@code='c' or @code='d' or @code='n' or @code='t'])">
1470                     <span class="titleportion">
1471                     <xsl:choose>
1472                         <xsl:when test="marc:subfield[@code='c' or @code='d' or @code='n'][not(marc:subfield[@code='t'])]"><xsl:text> </xsl:text></xsl:when>
1473                         <xsl:otherwise><xsl:text>. </xsl:text></xsl:otherwise>
1474                     </xsl:choose>
1475                     <xsl:call-template name="chopPunctuation">
1476                         <xsl:with-param name="chopString">
1477                         <xsl:call-template name="subfieldSelect">
1478                             <xsl:with-param name="codes">cdnt</xsl:with-param>
1479                         </xsl:call-template>
1480                         </xsl:with-param>
1481                     </xsl:call-template>
1482                     </span>
1483                     </xsl:if>
1484
1485                     </xsl:if>
1486                         <!-- Display only name portion in 700 field -->
1487                         <xsl:if test="@tag=700">
1488                            <xsl:call-template name="chopPunctuation">
1489                                <xsl:with-param name="chopString">
1490                                <xsl:call-template name="subfieldSelect">
1491                                   <xsl:with-param name="codes">abcq</xsl:with-param>
1492                                </xsl:call-template>
1493                                </xsl:with-param>
1494                         </xsl:call-template>
1495                         </xsl:if>
1496                         <!-- Display class "authordates" in 700 field -->
1497                         <xsl:if test="@tag=700 and marc:subfield[@code='d']">
1498                         <span class="authordates">
1499                         <xsl:text>, </xsl:text>
1500                         <xsl:call-template name="chopPunctuation">
1501                             <xsl:with-param name="chopString">
1502                             <xsl:call-template name="subfieldSelect">
1503                                <xsl:with-param name="codes">d</xsl:with-param>
1504                             </xsl:call-template>
1505                             </xsl:with-param>
1506                         </xsl:call-template>
1507                         </span>
1508                         </xsl:if>
1509                         <!-- Display class "titleportion" in 700 field -->
1510                         <xsl:variable name="titleportionfields" select="boolean(marc:subfield[@code='t' or @code='j' or @code='k' or @code='u'])"/>
1511                         <xsl:if test="@tag=700 and $titleportionfields">
1512                         <span class="titleportion">
1513                         <xsl:text>. </xsl:text>
1514                         <xsl:call-template name="chopPunctuation">
1515                             <xsl:with-param name="chopString">
1516                             <xsl:call-template name="subfieldSelect">
1517                                 <xsl:with-param name="codes">fghjklmnoprstux</xsl:with-param>
1518                             </xsl:call-template>
1519                             </xsl:with-param>
1520                         </xsl:call-template>
1521                         </span>
1522                         </xsl:if>
1523
1524                     </xsl:when>
1525                 </xsl:choose>
1526                 </span></span></span>
1527
1528                 <!-- #13383 include relator code j for field 111 also include 711$e 'Subordinate unit' -->
1529                 <xsl:if test="marc:subfield[@code='4' or @code='e'][not(parent::*[@tag=111])] or (self::*[@tag=111] and marc:subfield[@code='4' or @code='j'][. != ''])">
1530
1531                     <span class="relatorcode">
1532                         <xsl:text> [</xsl:text>
1533                         <xsl:choose>
1534                             <xsl:when test="@tag=111 or @tag=711">
1535                                 <xsl:choose>
1536                                     <!-- Prefer j over 4 for 111 and 711 -->
1537                                     <xsl:when test="marc:subfield[@code='j']">
1538                                         <xsl:for-each select="marc:subfield[@code='j']">
1539                                             <xsl:value-of select="."/>
1540                                             <xsl:if test="position() != last()">, </xsl:if>
1541                                         </xsl:for-each>
1542                                     </xsl:when>
1543                                     <xsl:otherwise>
1544                                         <xsl:for-each select="marc:subfield[@code=4]">
1545                                             <xsl:value-of select="."/>
1546                                             <xsl:if test="position() != last()">, </xsl:if>
1547                                         </xsl:for-each>
1548                                     </xsl:otherwise>
1549                                 </xsl:choose>
1550                             </xsl:when>
1551                             <!-- Prefer e over 4 on 100 and 110-->
1552                             <xsl:when test="marc:subfield[@code='e'][not(@tag=111) or not(@tag=711)]">
1553                                 <xsl:for-each select="marc:subfield[@code='e']">
1554                                     <xsl:value-of select="."/>
1555                                     <xsl:if test="position() != last()">, </xsl:if>
1556                                 </xsl:for-each>
1557                             </xsl:when>
1558                             <xsl:otherwise>
1559                                 <xsl:for-each select="marc:subfield[@code=4]">
1560                                     <xsl:value-of select="."/>
1561                                     <xsl:if test="position() != last()">, </xsl:if>
1562                                 </xsl:for-each>
1563                             </xsl:otherwise>
1564                         </xsl:choose>
1565                         <xsl:text>]</xsl:text>
1566                     </span>
1567                 </xsl:if>
1568             </a>
1569             <xsl:if test="marc:subfield[@code=9]">
1570                 <a class='authlink'>
1571                     <xsl:attribute name="href">/cgi-bin/koha/opac-authoritiesdetail.pl?authid=<xsl:value-of select="str:encode-uri(marc:subfield[@code=9], true())"/></xsl:attribute>
1572                     <xsl:element name="img">
1573                         <xsl:attribute name="src">/opac-tmpl/<xsl:value-of select="$theme"/>/images/filefind.png</xsl:attribute>
1574                         <xsl:attribute name="style">vertical-align:middle</xsl:attribute>
1575                         <xsl:attribute name="height">15</xsl:attribute>
1576                         <xsl:attribute name="width">15</xsl:attribute>
1577                     </xsl:element>
1578                 </a>
1579             </xsl:if>
1580                 <xsl:choose>
1581                     <xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise>
1582                 </xsl:choose>
1583             </xsl:for-each>
1584         </h5>
1585         </xsl:if>
1586     </xsl:template>
1587
1588     <xsl:template name="nameABCQ">
1589             <xsl:call-template name="chopPunctuation">
1590                 <xsl:with-param name="chopString">
1591                     <xsl:call-template name="subfieldSelect">
1592                         <xsl:with-param name="codes">abcq</xsl:with-param>
1593                     </xsl:call-template>
1594                 </xsl:with-param>
1595                 <xsl:with-param name="punctuation">
1596                     <xsl:text>:,;/ </xsl:text>
1597                 </xsl:with-param>
1598             </xsl:call-template>
1599     </xsl:template>
1600
1601     <xsl:template name="nameABCDN">
1602             <xsl:call-template name="chopPunctuation">
1603                 <xsl:with-param name="chopString">
1604                     <xsl:call-template name="subfieldSelect">
1605                         <xsl:with-param name="codes">abcdn</xsl:with-param>
1606                     </xsl:call-template>
1607                 </xsl:with-param>
1608                 <xsl:with-param name="punctuation">
1609                     <xsl:text>:,;/ </xsl:text>
1610                 </xsl:with-param>
1611             </xsl:call-template>
1612     </xsl:template>
1613
1614     <xsl:template name="nameACDEQ">
1615             <xsl:call-template name="subfieldSelect">
1616                 <xsl:with-param name="codes">acdeq</xsl:with-param>
1617             </xsl:call-template>
1618     </xsl:template>
1619
1620     <xsl:template name="part">
1621         <xsl:variable name="partNumber">
1622             <xsl:call-template name="specialSubfieldSelect">
1623                 <xsl:with-param name="axis">n</xsl:with-param>
1624                 <xsl:with-param name="anyCodes">n</xsl:with-param>
1625                 <xsl:with-param name="afterCodes">fghkdlmor</xsl:with-param>
1626             </xsl:call-template>
1627         </xsl:variable>
1628         <xsl:variable name="partName">
1629             <xsl:call-template name="specialSubfieldSelect">
1630                 <xsl:with-param name="axis">p</xsl:with-param>
1631                 <xsl:with-param name="anyCodes">p</xsl:with-param>
1632                 <xsl:with-param name="afterCodes">fghkdlmor</xsl:with-param>
1633             </xsl:call-template>
1634         </xsl:variable>
1635         <xsl:if test="string-length(normalize-space($partNumber))">
1636                 <xsl:call-template name="chopPunctuation">
1637                     <xsl:with-param name="chopString" select="$partNumber"/>
1638                 </xsl:call-template>
1639         </xsl:if>
1640         <xsl:if test="string-length(normalize-space($partName))">
1641                 <xsl:call-template name="chopPunctuation">
1642                     <xsl:with-param name="chopString" select="$partName"/>
1643                 </xsl:call-template>
1644         </xsl:if>
1645     </xsl:template>
1646
1647     <xsl:template name="specialSubfieldSelect">
1648         <xsl:param name="anyCodes"/>
1649         <xsl:param name="axis"/>
1650         <xsl:param name="beforeCodes"/>
1651         <xsl:param name="afterCodes"/>
1652         <xsl:variable name="str">
1653             <xsl:for-each select="marc:subfield">
1654                 <xsl:if test="contains($anyCodes, @code)      or (contains($beforeCodes,@code) and following-sibling::marc:subfield[@code=$axis])      or (contains($afterCodes,@code) and preceding-sibling::marc:subfield[@code=$axis])">
1655                     <xsl:value-of select="text()"/>
1656                     <xsl:text> </xsl:text>
1657                 </xsl:if>
1658             </xsl:for-each>
1659         </xsl:variable>
1660         <xsl:value-of select="substring($str,1,string-length($str)-1)"/>
1661     </xsl:template>
1662
1663     <!-- #1807 Strip unwanted parenthesis from subjects for searching -->
1664     <xsl:template name="subfieldSelectSubject">
1665         <xsl:param name="codes"/>
1666         <xsl:param name="delimeter"><xsl:text> </xsl:text></xsl:param>
1667         <xsl:param name="subdivCodes"/>
1668         <xsl:param name="subdivDelimiter"/>
1669         <xsl:param name="prefix"/>
1670         <xsl:param name="suffix"/>
1671         <xsl:param name="urlencode"/>
1672         <xsl:variable name="str">
1673             <xsl:for-each select="marc:subfield">
1674                 <xsl:if test="contains($codes, @code)">
1675                     <xsl:if test="contains($subdivCodes, @code)">
1676                         <xsl:value-of select="$subdivDelimiter"/>
1677                     </xsl:if>
1678                     <xsl:value-of select="$prefix"/><xsl:value-of select="translate(text(),'()','')"/><xsl:value-of select="$suffix"/><xsl:value-of select="$delimeter"/>
1679                 </xsl:if>
1680             </xsl:for-each>
1681         </xsl:variable>
1682         <xsl:choose>
1683             <xsl:when test="$urlencode=1">
1684                 <xsl:value-of select="str:encode-uri(substring($str,1,string-length($str)-string-length($delimeter)), true())"/>
1685             </xsl:when>
1686             <xsl:otherwise>
1687                 <xsl:value-of select="substring($str,1,string-length($str)-string-length($delimeter))"/>
1688             </xsl:otherwise>
1689         </xsl:choose>
1690     </xsl:template>
1691 </xsl:stylesheet>