In the OPAC we display 773$t in the result list as "Source" 598 <xsl:if test="marc:datafield[@tag=773]"> 599 <xsl:for-each select="marc:datafield[@tag=773]"> 600 <xsl:if test="marc:subfield[@code='t']"> 601 <span class="results_summary source"> 602 <span class="label">Source: </span> 603 <xsl:value-of select="marc:subfield[@code='t']"/> 604 </span> 605 </xsl:if> 606 </xsl:for-each> 607 </xsl:if> On the detail page the same information is labelled as In: and shows many more subfields. We should improve both displays to be the same in detal/result in OPAC/intranet.