You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
2.9 KiB
44 lines
2.9 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:mods="http://www.loc.gov/mods/v3"> |
|
<xsl:variable name="OBJECTSPAGE"> |
|
<xsl:value-of select="$objectsPage"/> |
|
</xsl:variable> |
|
<xsl:variable name="PID"> |
|
<xsl:value-of select="$pid"/> |
|
</xsl:variable> |
|
|
|
<xsl:template match="/"> |
|
|
|
<h1 ><xsl:value-of select="//mods:titleInfo/mods:nonSort"/><xsl:text> </xsl:text><xsl:value-of select="//mods:titleInfo/mods:title"/> <xsl:for-each select="//mods:titleInfo/mods:subTitle"> |
|
: <xsl:value-of select="."/></xsl:for-each></h1> |
|
<xsl:for-each select="//mods:titleInfo[@type='alternative']/mods.title"><h3> |
|
<!-- <xsl:value-of select="substring-before(text(),'/')"/>--> |
|
<xsl:value-of select="."/><xsl:text> </xsl:text> </h3> |
|
</xsl:for-each> |
|
<table cellpadding="3" cellspacing="2" ><tr><td > |
|
<img> |
|
<xsl:attribute name="src"><xsl:copy-of select="$OBJECTSPAGE"/>fedora/repository/<xsl:copy-of select="$PID"/>/TN |
|
</xsl:attribute> |
|
</img> |
|
|
|
|
|
|
|
</td><td ><div style="align:left"><table cellpadding="3" cellspacing="2" width="90%" > |
|
<tr><td align="right" valign="top"><b>By Statement: </b></td><td valign="top"><xsl:value-of select="//mods:note[@type='statement of responsibility']"/></td></tr> |
|
<tr><td align="right" valign="top"><b>Place of Publication: </b></td ><td valign="top"><xsl:value-of select="//mods:placeTerm[@type='text']"/></td></tr> |
|
<tr><td align="right" valign="top"><b>Publisher: </b></td><td valign="top"><xsl:value-of select="//mods:publisher"/></td></tr> |
|
<tr><td align="right" valign="top"><b>Date: </b></td><td valign="top"><xsl:value-of select="//mods:dateIssued"/></td></tr> |
|
<tr><td align="right" valign="top"><b>Language: </b></td><td valign="top"><xsl:value-of select="//mods:languageTerm"/></td></tr> |
|
<tr><td align="right" valign="top"><b>Pagination: </b></td><td valign="top"><xsl:value-of select="//mods:extent"/></td></tr> |
|
<tr><td align="right" valign="top"><b>ISBN 10: </b></td><td valign="top"><xsl:value-of select="//mods:identifier[@type='isbn']"/></td></tr> |
|
<tr><td align="right" valign="top"><b>Subjects: </b></td><td valign="top"><xsl:for-each select="//mods:subject"> |
|
<xsl:for-each select="*"> |
|
<a><xsl:attribute name="href"><xsl:copy-of select="$OBJECTSPAGE"/>fedora/repository/mnpl_advanced_search/mods.subject:"<xsl:value-of select="."/>" |
|
</xsl:attribute> |
|
|
|
<xsl:value-of select="."/></a><xsl:text> </xsl:text></xsl:for-each><br /></xsl:for-each> |
|
</td></tr> |
|
</table></div></td></tr></table> |
|
|
|
</xsl:template> |
|
</xsl:stylesheet> |