Lines 23-30
Link Here
|
23 |
<!-- Option: Display Alternate Graphic Representation (MARC 880) --> |
23 |
<!-- Option: Display Alternate Graphic Representation (MARC 880) --> |
24 |
<xsl:variable name="display880" select="boolean(marc:datafield[@tag=880])"/> |
24 |
<xsl:variable name="display880" select="boolean(marc:datafield[@tag=880])"/> |
25 |
|
25 |
|
26 |
<xsl:variable name="resultsMaxItems" select="number(marc:sysprefs/marc:syspref[@name='resultsMaxItems']+0)"/> |
26 |
<xsl:variable name="ResultsMaxItems" select="number(marc:sysprefs/marc:syspref[@name='resultsMaxItems']+0)"/> |
27 |
<xsl:variable name="resultsMaxItemsUnavailable" select="number(marc:sysprefs/marc:syspref[@name='resultsMaxItemsUnavailable']+0)"/> |
27 |
<xsl:variable name="ResultsMaxItemsUnavailable" select="number(marc:sysprefs/marc:syspref[@name='ResultsMaxItemsUnavailable']+0)"/> |
28 |
<xsl:variable name="UseControlNumber" select="marc:sysprefs/marc:syspref[@name='UseControlNumber']"/> |
28 |
<xsl:variable name="UseControlNumber" select="marc:sysprefs/marc:syspref[@name='UseControlNumber']"/> |
29 |
<xsl:variable name="UseAuthoritiesForTracings" select="marc:sysprefs/marc:syspref[@name='UseAuthoritiesForTracings']"/> |
29 |
<xsl:variable name="UseAuthoritiesForTracings" select="marc:sysprefs/marc:syspref[@name='UseAuthoritiesForTracings']"/> |
30 |
<xsl:variable name="OPACResultsLibrary" select="marc:sysprefs/marc:syspref[@name='OPACResultsLibrary']"/> |
30 |
<xsl:variable name="OPACResultsLibrary" select="marc:sysprefs/marc:syspref[@name='OPACResultsLibrary']"/> |
Lines 1284-1290
Link Here
|
1284 |
<span class="ItemSummary"> |
1284 |
<span class="ItemSummary"> |
1285 |
<xsl:call-template name="listCallNumbers"> |
1285 |
<xsl:call-template name="listCallNumbers"> |
1286 |
<xsl:with-param name="items" select="$available_items[items:resultbranch=$currentbranch]"/> |
1286 |
<xsl:with-param name="items" select="$available_items[items:resultbranch=$currentbranch]"/> |
1287 |
<xsl:with-param name="max" select="$resultsMaxItems"/> |
1287 |
<xsl:with-param name="max" select="$ResultsMaxItems"/> |
1288 |
<xsl:with-param name="status_text" select="$currentbranch"/> |
1288 |
<xsl:with-param name="status_text" select="$currentbranch"/> |
1289 |
<xsl:with-param name="class_status" select="ItemBranch"/> |
1289 |
<xsl:with-param name="class_status" select="ItemBranch"/> |
1290 |
<xsl:with-param name="OPACItemLocation" select="$OPACItemLocation"/> |
1290 |
<xsl:with-param name="OPACItemLocation" select="$OPACItemLocation"/> |
Lines 1307-1313
Link Here
|
1307 |
<span class="ItemSummary"> |
1307 |
<span class="ItemSummary"> |
1308 |
<xsl:call-template name="listCallNumbers"> |
1308 |
<xsl:call-template name="listCallNumbers"> |
1309 |
<xsl:with-param name="items" select="$reference_items[items:resultbranch=$currentbranch and items:substatus=$current_substatus]"/> |
1309 |
<xsl:with-param name="items" select="$reference_items[items:resultbranch=$currentbranch and items:substatus=$current_substatus]"/> |
1310 |
<xsl:with-param name="max" select="$resultsMaxItems"/> |
1310 |
<xsl:with-param name="max" select="$ResultsMaxItems"/> |
1311 |
<xsl:with-param name="status_text" select="concat($currentbranch,': ',$current_substatus)"/> |
1311 |
<xsl:with-param name="status_text" select="concat($currentbranch,': ',$current_substatus)"/> |
1312 |
<xsl:with-param name="class_block" select="concat('notforloandesc_',$current_substatus)"/> |
1312 |
<xsl:with-param name="class_block" select="concat('notforloandesc_',$current_substatus)"/> |
1313 |
<xsl:with-param name="class_status" select="ItemBranch"/> |
1313 |
<xsl:with-param name="class_status" select="ItemBranch"/> |
Lines 1342-1348
Link Here
|
1342 |
<xsl:variable name="current_substatus" select="items:substatus"/> |
1342 |
<xsl:variable name="current_substatus" select="items:substatus"/> |
1343 |
<xsl:call-template name="listCallNumbers"> |
1343 |
<xsl:call-template name="listCallNumbers"> |
1344 |
<xsl:with-param name="items" select="$unavailable_items[items:resultbranch=$currentbranch and items:substatus=$current_substatus]"/> |
1344 |
<xsl:with-param name="items" select="$unavailable_items[items:resultbranch=$currentbranch and items:substatus=$current_substatus]"/> |
1345 |
<xsl:with-param name="max" select="$resultsMaxItemsUnavailable"/> |
1345 |
<xsl:with-param name="max" select="$ResultsMaxItemsUnavailable"/> |
1346 |
<xsl:with-param name="status_text"> |
1346 |
<xsl:with-param name="status_text"> |
1347 |
<xsl:value-of select="$currentbranch"/> |
1347 |
<xsl:value-of select="$currentbranch"/> |
1348 |
<xsl:text>: </xsl:text> |
1348 |
<xsl:text>: </xsl:text> |