<?xml version='1.0'?> 
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="html" indent="no" />

<xsl:template match="images">

<xsl:text disable-output-escaping="yes">
&lt;body link="#660000" alink="#660000" vlink="#660000" bgcolor="#ffffff"&gt;
</xsl:text>

<center>
<table bgcolor="#ffffff" width="100%" cellpadding="5" cellspacing="0" border="1">
<tr>
<td colspan="2" width="90%" align="center" valign="bottom"><font color="#000000" face="arial" size="+2"><b>Dublin Core Item Record</b></font>
</td>
</tr>

<tr>
<td align="right" valign="top"><xsl:copy-of select="image/form_index/form"/></td>
<td align="left" valign="top"><xsl:copy-of select="image/form_new_search/form"/></td>
</tr>
</table>
</center>
<hr />

<xsl:for-each select="image">
	<table cellpadding="5" border="1" cellspacing="0">
	<tr>

	<td width="150" align="center" valign="top" bgcolor="#d1d1a1">
	<img><xsl:attribute name="src"><xsl:value-of select="thmbimg/thmbpath"/></xsl:attribute><xsl:attribute name="width">75</xsl:attribute></img><br />

	<a><xsl:attribute name="href"><xsl:value-of select="refimg/refpath"/></xsl:attribute>
	 Load <xsl:text> </xsl:text><xsl:variable name="format" select="refimg/refformat"/><xsl:value-of select="substring-before($format,'/')"/></a><br /><br /><br />

	<xsl:copy-of select="form_add_cart/form"/>
        <xsl:copy-of select="form_show_cart/form"/>
	</td>

	<td valign="top">

	<font face="arial">
	<pre>

	<xsl:for-each select="digitalid">
	<b><code>&lt;identifier&gt;</code>
	<xsl:value-of select="."/>
	<code>&lt;/identifier&gt;</code></b><br />
	</xsl:for-each>

	<xsl:for-each select="standardid">
	<b><code>&lt;identifier&gt;</code>
	<xsl:value-of select="."/>
	<code>&lt;/identifier&gt;</code></b><br />
	</xsl:for-each>

	<xsl:for-each select="digitalid">
	<b><code>&lt;identifier&gt;</code>http://bigbird.lib.umn.edu/umimage/servlet/DisplayImage/umimages/<xsl:value-of select="."/>
	<code>&lt;/identifier&gt;</code></b><br />
	</xsl:for-each>

	<xsl:for-each select="title">
	<b><code>&lt;title&gt;</code>
	<xsl:value-of select="."/>
	<code>&lt;/title&gt;</code></b><br />
	</xsl:for-each>

	<xsl:for-each select="caption">
	<b><code>&lt;title&gt;</code>
	<xsl:value-of select="."/>
	<code>&lt;/title&gt;</code></b><br />
	</xsl:for-each>

	<xsl:for-each select="imgyear">
	<b><code>&lt;date&gt;</code>
	<xsl:value-of select="@display"/>
	<code>&lt;/date&gt;</code></b><br />
	</xsl:for-each>

	<xsl:for-each select="userights">
	<b><code>&lt;rights&gt;</code>
	<xsl:value-of select="."/>
	<code>&lt;/rights&gt;</code></b><br />
	</xsl:for-each>

	<xsl:for-each select="subject">
	<b><code>&lt;subject&gt;</code>
	<xsl:value-of select="."/>
	<code>&lt;/subject&gt;</code></b><br />
	</xsl:for-each>

	<xsl:for-each select="language">
	<b><code>&lt;language&gt;</code>
	<xsl:value-of select="."/>
	<code>&lt;/language&gt;</code></b><br />
	</xsl:for-each>

	<xsl:for-each select="creator">
	<b><code>&lt;creator&gt;</code>
	<xsl:value-of select="."/>
	<code>&lt;/creator&gt;</code></b><br />
	</xsl:for-each>

	<xsl:for-each select="contrib">
	<b><code>&lt;contributor&gt;</code>
	<xsl:value-of select="."/>
	<code>&lt;/contributor&gt;</code></b><br />
	</xsl:for-each>

	<xsl:for-each select="holding">
	<b><code>&lt;description&gt;</code>This object is held by: <xsl:value-of select="."/>
	<code>&lt;/description&gt;</code></b><br />
	</xsl:for-each>

	<xsl:for-each select="annotat">
	<b><code>&lt;description&gt;</code>
	<xsl:value-of select="."/>
	<code>&lt;/description&gt;</code></b><br />
	</xsl:for-each>

	<xsl:for-each select="descript">
	<b><code>&lt;description&gt;</code>
	<xsl:value-of select="."/>
	<code>&lt;/description&gt;</code></b><br />
	</xsl:for-each>

	<xsl:for-each select="note">
	<b><code>&lt;description&gt;</code>
	<xsl:value-of select="."/>
	<code>&lt;/description&gt;</code></b><br />
	</xsl:for-each>

	<xsl:for-each select="relatedurx">
	<b><code>&lt;relation&gt;</code>
	<xsl:value-of select="@relation"/><xsl:text>&nbsp;</xsl:text><xsl:value-of select="."/>
	<code>&lt;/relation&gt;</code></b><br />
	</xsl:for-each>

	<xsl:for-each select="medium">
	<b><code>&lt;type&gt;</code>
	<xsl:value-of select="."/>
	<code>&lt;/type&gt;</code></b><br />
	</xsl:for-each>

	<xsl:for-each select="refimg">
	<b><code>&lt;format&gt;</code>
	<xsl:value-of select="refformat"/>
	<code>&lt;/format&gt;</code></b><br />
	</xsl:for-each>

	</pre>
	</font>	


	</td>
	</tr>
	</table>

</xsl:for-each>




<hr />
<font size="1" color="black">
<p align="center">
<a>
<xsl:attribute name="href">http://digital.lib.umn.edu</xsl:attribute>
<img>
<xsl:attribute name="src">http://digital.lib.umn.edu/images/imagesartlogo3mini.jpg</xsl:attribute> 
<xsl:attribute name="border">0</xsl:attribute>
</img>
</a>
<br />
This site is a participant in the 
<a><xsl:attribute name="href">http://www.lib.umn.edu</xsl:attribute>
 University of Minnesota Libraries</a> Metadata Aggregator<br />
Copyright 2001-2002, Regents of the University of Minnesota -- Twin Cities, All Rights Reserved<br/>
The University of Minnesota is an equal opportunity educator and employer.<br/>
Send comments, questions to 
<a><xsl:attribute name="href">mailto:thoma134@umn.edu</xsl:attribute>Chuck Thomas</a>
</p>
</font>
<!-- </body> take care of this in code... -->

</xsl:template>
</xsl:stylesheet>