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

<xsl:template match="images">

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

<center>
<table bgcolor="#ffffff" width="100%" cellpadding="5" cellspacing="0" border="0">
<tr>
<td width="33%" align="center" valign="top"><img src="http://digital.lib.umn.edu/IMAGES/images/maeswordmark.gif"/></td>
<td width="33%" align="center" valign="bottom"><font color="#000000" face="arial" size="+2"><b>Search Results</b><br /><br /></font>
<a href="http://www.extension.umn.edu/ext_image_lib/">New Search</a>
</td>
<td width="33%" align="center" valign="top"><img src="http://digital.lib.umn.edu/IMAGES/images/umeswordmark.gif"/></td>
</tr>
</table>



</center>
<hr />

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

	<td width="200" align="center" valign="middle" bgcolor="#ebebd8">
	<a>
	<xsl:attribute name="href"><xsl:value-of select="./refimg/refpath"/></xsl:attribute>
	<img><xsl:attribute name="border">0</xsl:attribute><xsl:attribute name="src"><xsl:value-of select="./thmbimg/thmbpath"/></xsl:attribute></img>
	</a>
	<br /><br />
	</td>

	<td align="left" valign="top" bgcolor="#ffffff">
	<a>
	<xsl:attribute name="href">http://bigbird.lib.umn.edu/umimage/servlet/DisplayImage/ag/<xsl:value-of select="./digitalid"/>
	</xsl:attribute>View Full Record</a><br />

	<b>Digital Identifier:</b> <xsl:value-of select="digitalid"/><br />	
	<b>Series:</b> <xsl:value-of select="series/level1"/> 
	<xsl:text> (</xsl:text><xsl:value-of select="series/level2"/><xsl:text>)</xsl:text> <br />
	<b>Title/Caption:</b>
     <xsl:choose>
     	<xsl:when test="title">
	<xsl:value-of select="substring(title,1,50)"/><xsl:text>...</xsl:text>        
	</xsl:when>
     	<xsl:when test="caption">
	<xsl:value-of select="substring(caption,1,50)"/><xsl:text>...</xsl:text>
        </xsl:when>        
     	<xsl:when test="annotat">
	<xsl:value-of select="substring(annotat,1,50)"/><xsl:text>...</xsl:text>
        </xsl:when>        
        <xsl:otherwise>
        <xsl:value-of select="substring(descript,1,50)"/><xsl:text>...</xsl:text>
        </xsl:otherwise>
     </xsl:choose>
	<br /><br />
	</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/IMAGES/</xsl:attribute>
<img>
<xsl:attribute name="src">/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, 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:dlh@umn.edu</xsl:attribute>dlh@umn.edu</a>
</p>
</font>
<!-- </body> take care of this in code... -->

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