<?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>XML 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>
	<b><code>&lt;image&gt;</code></b><br />

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

	<xsl:for-each select="standardid">
	<b><code>&lt;standardid&gt;</code>
	<xsl:value-of select="."/>
	<code>&lt;/standardid&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="series">
	<b><code>&lt;series&gt;</code><br />
	<code>&lt;level1&gt;</code><xsl:value-of select="level1"/><code>&lt;/level1&gt;</code><br />
	<code>&lt;level2&gt;</code><xsl:value-of select="level2"/><code>&lt;/level2&gt;</code><br />
	<code>&lt;/series&gt;</code><br />
	</b>
	</xsl:for-each>

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

	<xsl:for-each select="annotat">
	<b><code>&lt;annotat&gt;</code>
	<xsl:value-of select="."/>
	<code>&lt;/annotat&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;contrib&gt;</code>
	<xsl:value-of select="."/>
	<code>&lt;/contrib&gt;</code></b><br />
	</xsl:for-each>

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

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

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

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

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

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

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

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

	<xsl:for-each select="descript">
	<b><code>&lt;descript&gt;</code>
	<xsl:value-of select="."/>
	<code>&lt;/descript&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="userights">
	<b><code>&lt;userights&gt;</code>
	<xsl:value-of select="."/>
	<code>&lt;/userights&gt;</code></b><br />
	</xsl:for-each>

	<xsl:for-each select="note">
	<b><code>&lt;note&gt;</code>
	<xsl:value-of select="."/>
	<code>&lt;/note&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="thmbimg">
	<b><code>&lt;thmbimg&gt;</code><br />
	<code>&lt;thmbpath&gt;</code><xsl:value-of select="thmbpath"/><code>&lt;/thmbpath&gt;</code><br />
	<code>&lt;thmbformat&gt;</code><xsl:value-of select="thmbformat"/><code>&lt;/thmbformat&gt;</code><br />
	<code>&lt;/thmbimg&gt;</code><br />
	</b>
	</xsl:for-each>

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

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

	<b><code>&lt;/image&gt;</code></b><br />
	</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>