Lines 1315-1326
Link Here
|
1315 |
|
1315 |
|
1316 |
<!-- OpenURL --> |
1316 |
<!-- OpenURL --> |
1317 |
<xsl:variable name="OPACShowOpenURL" select="marc:sysprefs/marc:syspref[@name='OPACShowOpenURL']" /> |
1317 |
<xsl:variable name="OPACShowOpenURL" select="marc:sysprefs/marc:syspref[@name='OPACShowOpenURL']" /> |
1318 |
<xsl:variable name="OpenURLResolverURL" select="marc:sysprefs/marc:syspref[@name='OpenURLResolverURL']" /> |
|
|
1319 |
<xsl:variable name="OpenURLImageLocation" select="marc:sysprefs/marc:syspref[@name='OpenURLImageLocation']" /> |
1318 |
<xsl:variable name="OpenURLImageLocation" select="marc:sysprefs/marc:syspref[@name='OpenURLImageLocation']" /> |
1320 |
<xsl:variable name="OpenURLText" select="marc:sysprefs/marc:syspref[@name='OpenURLText']" /> |
1319 |
<xsl:variable name="OpenURLText" select="marc:sysprefs/marc:syspref[@name='OpenURLText']" /> |
1321 |
<xsl:variable name="COinS" select="marc:variables/marc:variable[@name='COinS']" /> |
1320 |
<xsl:variable name="OpenURLResolverURL" select="marc:variables/marc:variable[@name='OpenURLResolverURL']" /> |
1322 |
|
1321 |
|
1323 |
<xsl:if test="$OPACShowOpenURL = 1 and $OpenURLResolverURL != '' and $COinS != ''"> |
1322 |
<xsl:if test="$OPACShowOpenURL = 1 and $OpenURLResolverURL != ''"> |
1324 |
<xsl:variable name="openurltext"> |
1323 |
<xsl:variable name="openurltext"> |
1325 |
<xsl:choose> |
1324 |
<xsl:choose> |
1326 |
<xsl:when test="$OpenURLText != ''"> |
1325 |
<xsl:when test="$OpenURLText != ''"> |
Lines 1347-1354
Link Here
|
1347 |
<span class="results_summary"><a> |
1346 |
<span class="results_summary"><a> |
1348 |
<xsl:attribute name="href"> |
1347 |
<xsl:attribute name="href"> |
1349 |
<xsl:value-of select="$OpenURLResolverURL" /> |
1348 |
<xsl:value-of select="$OpenURLResolverURL" /> |
1350 |
<xsl:text>?</xsl:text> |
|
|
1351 |
<xsl:value-of select="$COinS" /> |
1352 |
</xsl:attribute> |
1349 |
</xsl:attribute> |
1353 |
<xsl:attribute name="title"> |
1350 |
<xsl:attribute name="title"> |
1354 |
<xsl:value-of select="$openurltext" /> |
1351 |
<xsl:value-of select="$openurltext" /> |