Lines 1247-1264
Link Here
|
1247 |
</xsl:choose> |
1247 |
</xsl:choose> |
1248 |
</xsl:variable> |
1248 |
</xsl:variable> |
1249 |
|
1249 |
|
1250 |
<xsl:variable name="openurlimagelocation"> |
|
|
1251 |
<xsl:choose> |
1252 |
<xsl:when test="starts-with($OpenURLImageLocation, 'http://') or starts-with($OpenURLImageLocation, 'https://')"> |
1253 |
<xsl:value-of select="$OpenURLImageLocation" /> |
1254 |
</xsl:when> |
1255 |
<xsl:when test="$OpenURLImageLocation != ''"> |
1256 |
<xsl:text>/opac-tmpl/prog/images/</xsl:text> |
1257 |
<xsl:value-of select="$OpenURLImageLocation" /> |
1258 |
</xsl:when> |
1259 |
</xsl:choose> |
1260 |
</xsl:variable> |
1261 |
|
1262 |
<span class="results_summary"><a> |
1250 |
<span class="results_summary"><a> |
1263 |
<xsl:attribute name="href"> |
1251 |
<xsl:attribute name="href"> |
1264 |
<xsl:value-of select="$OpenURLResolverURL" /> |
1252 |
<xsl:value-of select="$OpenURLResolverURL" /> |
Lines 1275-1284
Link Here
|
1275 |
</xsl:attribute> |
1263 |
</xsl:attribute> |
1276 |
</xsl:if> |
1264 |
</xsl:if> |
1277 |
<xsl:choose> |
1265 |
<xsl:choose> |
1278 |
<xsl:when test="$openurlimagelocation != ''"> |
1266 |
<xsl:when test="$OpenURLImageLocation != ''"> |
1279 |
<img> |
1267 |
<img> |
1280 |
<xsl:attribute name="src"> |
1268 |
<xsl:attribute name="src"> |
1281 |
<xsl:value-of select="$openurlimagelocation" /> |
1269 |
<xsl:value-of select="$OpenURLImageLocation" /> |
1282 |
</xsl:attribute> |
1270 |
</xsl:attribute> |
1283 |
</img> |
1271 |
</img> |
1284 |
</xsl:when> |
1272 |
</xsl:when> |