Lines 1231-1242
Link Here
|
1231 |
|
1231 |
|
1232 |
<!-- OpenURL --> |
1232 |
<!-- OpenURL --> |
1233 |
<xsl:variable name="OPACShowOpenURL" select="marc:sysprefs/marc:syspref[@name='OPACShowOpenURL']" /> |
1233 |
<xsl:variable name="OPACShowOpenURL" select="marc:sysprefs/marc:syspref[@name='OPACShowOpenURL']" /> |
1234 |
<xsl:variable name="OpenURLResolverURL" select="marc:sysprefs/marc:syspref[@name='OpenURLResolverURL']" /> |
|
|
1235 |
<xsl:variable name="OpenURLImageLocation" select="marc:sysprefs/marc:syspref[@name='OpenURLImageLocation']" /> |
1234 |
<xsl:variable name="OpenURLImageLocation" select="marc:sysprefs/marc:syspref[@name='OpenURLImageLocation']" /> |
1236 |
<xsl:variable name="OpenURLText" select="marc:sysprefs/marc:syspref[@name='OpenURLText']" /> |
1235 |
<xsl:variable name="OpenURLText" select="marc:sysprefs/marc:syspref[@name='OpenURLText']" /> |
1237 |
<xsl:variable name="COinS" select="marc:variables/marc:variable[@name='COinS']" /> |
1236 |
<xsl:variable name="OpenURLResolverURL" select="marc:variables/marc:variable[@name='OpenURLResolverURL']" /> |
1238 |
|
1237 |
|
1239 |
<xsl:if test="$OPACShowOpenURL = 1 and $OpenURLResolverURL != '' and $COinS != ''"> |
1238 |
<xsl:if test="$OPACShowOpenURL = 1 and $OpenURLResolverURL != ''"> |
1240 |
<xsl:variable name="openurltext"> |
1239 |
<xsl:variable name="openurltext"> |
1241 |
<xsl:choose> |
1240 |
<xsl:choose> |
1242 |
<xsl:when test="$OpenURLText != ''"> |
1241 |
<xsl:when test="$OpenURLText != ''"> |
Lines 1263-1270
Link Here
|
1263 |
<span class="results_summary"><a> |
1262 |
<span class="results_summary"><a> |
1264 |
<xsl:attribute name="href"> |
1263 |
<xsl:attribute name="href"> |
1265 |
<xsl:value-of select="$OpenURLResolverURL" /> |
1264 |
<xsl:value-of select="$OpenURLResolverURL" /> |
1266 |
<xsl:text>?</xsl:text> |
|
|
1267 |
<xsl:value-of select="$COinS" /> |
1268 |
</xsl:attribute> |
1265 |
</xsl:attribute> |
1269 |
<xsl:attribute name="title"> |
1266 |
<xsl:attribute name="title"> |
1270 |
<xsl:value-of select="$openurltext" /> |
1267 |
<xsl:value-of select="$openurltext" /> |