|
Lines 1845-1860
Link Here
|
| 1845 |
<ul class="resource_list"> |
1845 |
<ul class="resource_list"> |
| 1846 |
<xsl:for-each select="$authorfield"> |
1846 |
<xsl:for-each select="$authorfield"> |
| 1847 |
<li> |
1847 |
<li> |
| 1848 |
<xsl:choose> |
|
|
| 1849 |
<xsl:when test="not(@tag=111) or @tag=700 or @tag=710 or @tag=711"/> |
| 1850 |
<xsl:when test="marc:subfield[@code='n']"> |
| 1851 |
<xsl:text> </xsl:text> |
| 1852 |
<xsl:call-template name="subfieldSelect"> |
| 1853 |
<xsl:with-param name="codes">n</xsl:with-param> |
| 1854 |
</xsl:call-template> |
| 1855 |
<xsl:text> </xsl:text> |
| 1856 |
</xsl:when> |
| 1857 |
</xsl:choose> |
| 1858 |
<a> |
1848 |
<a> |
| 1859 |
<xsl:choose> |
1849 |
<xsl:choose> |
| 1860 |
<xsl:when test="marc:subfield[@code=9] and $UseAuthoritiesForTracings='1'"> |
1850 |
<xsl:when test="marc:subfield[@code=9] and $UseAuthoritiesForTracings='1'"> |
| 1861 |
- |
|
|