|
Lines 17-24
Link Here
|
| 17 |
</xsl:template> |
17 |
</xsl:template> |
| 18 |
<xsl:template match="marc:record"> |
18 |
<xsl:template match="marc:record"> |
| 19 |
|
19 |
|
| 20 |
<!-- Option: Display Alternate Graphic Representation (MARC 880) --> |
20 |
<!-- Option: Display Alternate Graphic Representation (MARC 880) --> |
| 21 |
<xsl:variable name="display880" select="boolean(marc:datafield[@tag=880])"/> |
21 |
<xsl:variable name="display880" select="boolean(marc:datafield[@tag=880])"/> |
| 22 |
|
22 |
|
| 23 |
<xsl:variable name="hidelostitems" select="marc:sysprefs/marc:syspref[@name='hidelostitems']"/> |
23 |
<xsl:variable name="hidelostitems" select="marc:sysprefs/marc:syspref[@name='hidelostitems']"/> |
| 24 |
<xsl:variable name="DisplayOPACiconsXSLT" select="marc:sysprefs/marc:syspref[@name='DisplayOPACiconsXSLT']"/> |
24 |
<xsl:variable name="DisplayOPACiconsXSLT" select="marc:sysprefs/marc:syspref[@name='DisplayOPACiconsXSLT']"/> |
|
Lines 32-37
Link Here
|
| 32 |
<xsl:variable name="singleBranchMode" select="marc:sysprefs/marc:syspref[@name='singleBranchMode']"/> |
32 |
<xsl:variable name="singleBranchMode" select="marc:sysprefs/marc:syspref[@name='singleBranchMode']"/> |
| 33 |
<xsl:variable name="OPACTrackClicks" select="marc:sysprefs/marc:syspref[@name='TrackClicks']"/> |
33 |
<xsl:variable name="OPACTrackClicks" select="marc:sysprefs/marc:syspref[@name='TrackClicks']"/> |
| 34 |
<xsl:variable name="BiblioDefaultView" select="marc:sysprefs/marc:syspref[@name='BiblioDefaultView']"/> |
34 |
<xsl:variable name="BiblioDefaultView" select="marc:sysprefs/marc:syspref[@name='BiblioDefaultView']"/> |
|
|
35 |
<xsl:variable name="BiblioItemtypeImage" select="marc:sysprefs/marc:syspref[@name='BiblioItemtypeImage']"/> |
| 35 |
<xsl:variable name="leader" select="marc:leader"/> |
36 |
<xsl:variable name="leader" select="marc:leader"/> |
| 36 |
<xsl:variable name="leader6" select="substring($leader,7,1)"/> |
37 |
<xsl:variable name="leader6" select="substring($leader,7,1)"/> |
| 37 |
<xsl:variable name="leader7" select="substring($leader,8,1)"/> |
38 |
<xsl:variable name="leader7" select="substring($leader,8,1)"/> |
|
Lines 606-611
Link Here
|
| 606 |
|
607 |
|
| 607 |
<xsl:if test="$DisplayOPACiconsXSLT!='0'"> |
608 |
<xsl:if test="$DisplayOPACiconsXSLT!='0'"> |
| 608 |
<span class="results_summary type"> |
609 |
<span class="results_summary type"> |
|
|
610 |
|
| 611 |
<xsl:if test="$BiblioItemtypeImage='Control'"> |
| 612 |
|
| 609 |
<xsl:if test="$typeOf008!=''"> |
613 |
<xsl:if test="$typeOf008!=''"> |
| 610 |
<span class="results_material_type"> |
614 |
<span class="results_material_type"> |
| 611 |
<span class="label">Material type: </span> |
615 |
<span class="label">Material type: </span> |
|
Lines 963-968
Link Here
|
| 963 |
</xsl:choose> |
967 |
</xsl:choose> |
| 964 |
</span> |
968 |
</span> |
| 965 |
</xsl:if> |
969 |
</xsl:if> |
|
|
970 |
</xsl:if> |
| 966 |
<xsl:text> </xsl:text> <!-- added blank space to fix font display problem, see Bug 3671 --> |
971 |
<xsl:text> </xsl:text> <!-- added blank space to fix font display problem, see Bug 3671 --> |
| 967 |
</span> |
972 |
</span> |
| 968 |
</xsl:if> |
973 |
</xsl:if> |