Lines 1265-1282
Link Here
|
1265 |
</xsl:choose> |
1265 |
</xsl:choose> |
1266 |
</xsl:variable> |
1266 |
</xsl:variable> |
1267 |
|
1267 |
|
1268 |
<xsl:variable name="openurlimagelocation"> |
|
|
1269 |
<xsl:choose> |
1270 |
<xsl:when test="starts-with($OpenURLImageLocation, 'http://') or starts-with($OpenURLImageLocation, 'https://')"> |
1271 |
<xsl:value-of select="$OpenURLImageLocation" /> |
1272 |
</xsl:when> |
1273 |
<xsl:when test="$OpenURLImageLocation != ''"> |
1274 |
<xsl:text>/opac-tmpl/prog/images/</xsl:text> |
1275 |
<xsl:value-of select="$OpenURLImageLocation" /> |
1276 |
</xsl:when> |
1277 |
</xsl:choose> |
1278 |
</xsl:variable> |
1279 |
|
1280 |
<span class="results_summary"><a> |
1268 |
<span class="results_summary"><a> |
1281 |
<xsl:attribute name="href"> |
1269 |
<xsl:attribute name="href"> |
1282 |
<xsl:value-of select="$OpenURLResolverURL" /> |
1270 |
<xsl:value-of select="$OpenURLResolverURL" /> |
Lines 1293-1302
Link Here
|
1293 |
</xsl:attribute> |
1281 |
</xsl:attribute> |
1294 |
</xsl:if> |
1282 |
</xsl:if> |
1295 |
<xsl:choose> |
1283 |
<xsl:choose> |
1296 |
<xsl:when test="$openurlimagelocation != ''"> |
1284 |
<xsl:when test="$OpenURLImageLocation != ''"> |
1297 |
<img> |
1285 |
<img> |
1298 |
<xsl:attribute name="src"> |
1286 |
<xsl:attribute name="src"> |
1299 |
<xsl:value-of select="$openurlimagelocation" /> |
1287 |
<xsl:value-of select="$OpenURLImageLocation" /> |
1300 |
</xsl:attribute> |
1288 |
</xsl:attribute> |
1301 |
</img> |
1289 |
</img> |
1302 |
</xsl:when> |
1290 |
</xsl:when> |