|
Lines 1249-1260
Link Here
|
| 1249 |
|
1249 |
|
| 1250 |
<!-- OpenURL --> |
1250 |
<!-- OpenURL --> |
| 1251 |
<xsl:variable name="OPACShowOpenURL" select="marc:sysprefs/marc:syspref[@name='OPACShowOpenURL']" /> |
1251 |
<xsl:variable name="OPACShowOpenURL" select="marc:sysprefs/marc:syspref[@name='OPACShowOpenURL']" /> |
| 1252 |
<xsl:variable name="OpenURLResolverURL" select="marc:sysprefs/marc:syspref[@name='OpenURLResolverURL']" /> |
|
|
| 1253 |
<xsl:variable name="OpenURLImageLocation" select="marc:sysprefs/marc:syspref[@name='OpenURLImageLocation']" /> |
1252 |
<xsl:variable name="OpenURLImageLocation" select="marc:sysprefs/marc:syspref[@name='OpenURLImageLocation']" /> |
| 1254 |
<xsl:variable name="OpenURLText" select="marc:sysprefs/marc:syspref[@name='OpenURLText']" /> |
1253 |
<xsl:variable name="OpenURLText" select="marc:sysprefs/marc:syspref[@name='OpenURLText']" /> |
| 1255 |
<xsl:variable name="COinS" select="marc:variables/marc:variable[@name='COinS']" /> |
1254 |
<xsl:variable name="OpenURLResolverURL" select="marc:variables/marc:variable[@name='OpenURLResolverURL']" /> |
| 1256 |
|
1255 |
|
| 1257 |
<xsl:if test="$OPACShowOpenURL = 1 and $OpenURLResolverURL != '' and $COinS != ''"> |
1256 |
<xsl:if test="$OPACShowOpenURL = 1 and $OpenURLResolverURL != ''"> |
| 1258 |
<xsl:variable name="openurltext"> |
1257 |
<xsl:variable name="openurltext"> |
| 1259 |
<xsl:choose> |
1258 |
<xsl:choose> |
| 1260 |
<xsl:when test="$OpenURLText != ''"> |
1259 |
<xsl:when test="$OpenURLText != ''"> |
|
Lines 1281-1288
Link Here
|
| 1281 |
<span class="results_summary"><a> |
1280 |
<span class="results_summary"><a> |
| 1282 |
<xsl:attribute name="href"> |
1281 |
<xsl:attribute name="href"> |
| 1283 |
<xsl:value-of select="$OpenURLResolverURL" /> |
1282 |
<xsl:value-of select="$OpenURLResolverURL" /> |
| 1284 |
<xsl:text>?</xsl:text> |
|
|
| 1285 |
<xsl:value-of select="$COinS" /> |
| 1286 |
</xsl:attribute> |
1283 |
</xsl:attribute> |
| 1287 |
<xsl:attribute name="title"> |
1284 |
<xsl:attribute name="title"> |
| 1288 |
<xsl:value-of select="$openurltext" /> |
1285 |
<xsl:value-of select="$openurltext" /> |