Lines 25-30
Link Here
|
25 |
<xsl:variable name="UseAuthoritiesForTracings" select="marc:sysprefs/marc:syspref[@name='UseAuthoritiesForTracings']"/> |
25 |
<xsl:variable name="UseAuthoritiesForTracings" select="marc:sysprefs/marc:syspref[@name='UseAuthoritiesForTracings']"/> |
26 |
<xsl:variable name="TraceSubjectSubdivisions" select="marc:sysprefs/marc:syspref[@name='TraceSubjectSubdivisions']"/> |
26 |
<xsl:variable name="TraceSubjectSubdivisions" select="marc:sysprefs/marc:syspref[@name='TraceSubjectSubdivisions']"/> |
27 |
<xsl:variable name="Show856uAsImage" select="marc:sysprefs/marc:syspref[@name='Display856uAsImage']"/> |
27 |
<xsl:variable name="Show856uAsImage" select="marc:sysprefs/marc:syspref[@name='Display856uAsImage']"/> |
|
|
28 |
<xsl:variable name="BiblioItemtypeImage" select="marc:sysprefs/marc:syspref[@name='BiblioItemtypeImage']"/> |
28 |
<xsl:variable name="TracingQuotesLeft"> |
29 |
<xsl:variable name="TracingQuotesLeft"> |
29 |
<xsl:choose> |
30 |
<xsl:choose> |
30 |
<xsl:when test="marc:sysprefs/marc:syspref[@name='UseICU']='1'">{</xsl:when> |
31 |
<xsl:when test="marc:sysprefs/marc:syspref[@name='UseICU']='1'">{</xsl:when> |
Lines 141-147
Link Here
|
141 |
<!-- Author Statement --> |
142 |
<!-- Author Statement --> |
142 |
<xsl:call-template name="showAuthor"><xsl:with-param name="authorfield" select="marc:datafield[@tag=100 or @tag=110 or @tag=111]"/><xsl:with-param name="UseAuthoritiesForTracings" select="$UseAuthoritiesForTracings"/></xsl:call-template> |
143 |
<xsl:call-template name="showAuthor"><xsl:with-param name="authorfield" select="marc:datafield[@tag=100 or @tag=110 or @tag=111]"/><xsl:with-param name="UseAuthoritiesForTracings" select="$UseAuthoritiesForTracings"/></xsl:call-template> |
143 |
<xsl:call-template name="showAuthor"><xsl:with-param name="authorfield" select="marc:datafield[@tag=700 or @tag=710 or @tag=711]"/><xsl:with-param name="UseAuthoritiesForTracings" select="$UseAuthoritiesForTracings"/></xsl:call-template> |
144 |
<xsl:call-template name="showAuthor"><xsl:with-param name="authorfield" select="marc:datafield[@tag=700 or @tag=710 or @tag=711]"/><xsl:with-param name="UseAuthoritiesForTracings" select="$UseAuthoritiesForTracings"/></xsl:call-template> |
144 |
|
145 |
<xsl:if test="$BiblioItemtypeImage='Control'"> |
145 |
<xsl:if test="$materialTypeCode!=''"> |
146 |
<xsl:if test="$materialTypeCode!=''"> |
146 |
<span class="results_summary type"><span class="label">Type: </span> |
147 |
<span class="results_summary type"><span class="label">Type: </span> |
147 |
<xsl:element name="img"><xsl:attribute name="src">/intranet-tmpl/prog/img/famfamfam/<xsl:value-of select="$materialTypeCode"/>.png</xsl:attribute><xsl:attribute name="alt"></xsl:attribute></xsl:element> |
148 |
<xsl:element name="img"><xsl:attribute name="src">/intranet-tmpl/prog/img/famfamfam/<xsl:value-of select="$materialTypeCode"/>.png</xsl:attribute><xsl:attribute name="alt"></xsl:attribute></xsl:element> |
Lines 149-155
Link Here
|
149 |
<xsl:value-of select="$materialTypeLabel"/> |
150 |
<xsl:value-of select="$materialTypeLabel"/> |
150 |
</span> |
151 |
</span> |
151 |
</xsl:if> |
152 |
</xsl:if> |
152 |
|
153 |
</xsl:if> |
153 |
<!--Series: Alternate Graphic Representation (MARC 880) --> |
154 |
<!--Series: Alternate Graphic Representation (MARC 880) --> |
154 |
<xsl:if test="$display880"> |
155 |
<xsl:if test="$display880"> |
155 |
<xsl:call-template name="m880Select"> |
156 |
<xsl:call-template name="m880Select"> |