<?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 bgcolor="#ffffff"&gt;
</xsl:text>


<center>
<table cellspacing="0" width="650" cellpadding="0" border="0">
	<tr>
	<td align="right" valign="top" width="650">
<a href="http://www.umn.edu/"><img src="http://www1.umn.edu/ihrc/wdmk2half.gif" border="0"/></a>
	<br />
<a href="http://www2.cla.umn.edu/"><img src="http://www1.umn.edu/ihrc/cla3.JPG" border="0"/></a>
	</td>
	</tr>
</table>

<table cellspacing="0" width="650" cellpadding="0" border="0">
	<tr>
	<td align="left" width="650" valign="top">
	<a href="http://www1.umn.edu/ihrc/index.htm#top">
	<img align="left" src="http://www1.umn.edu/ihrc/ihrc_sm.JPG" border="0"/></a>
	</td>
	</tr>
</table>

<table border="0" width="650" cellpadding="0" cellspacing="0">
	<tr>
	<td width="650" bgcolor="maroon" align="center">
	<font face="Times" size="+2" color="white">Search Results</font>
	</td>
	</tr>

	<tr>
	<td width="650" align="center">
	<br />
	<p align="center">
	<a>
	<xsl:attribute name="href">http://www1.umn.edu/ihrc/imagedb.html</xsl:attribute>New Search</a>
	</p>
	</td>
	</tr>

</table>


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

	<tr>

	<td align="center" valign="top" width="100">
	<a><xsl:attribute name="href"><xsl:value-of select="./refimg/refpath"/></xsl:attribute><img><xsl:attribute name="src"><xsl:value-of select="./thmbimg/thmbpath"/></xsl:attribute><xsl:attribute name="width">100</xsl:attribute></img>
	</a>
	<br /><br />
	</td>

	<td width="550" align="left" valign="top">

	
	<b>Title/Caption: </b>	
	<a>
	<xsl:attribute name="href">http://bigbird.lib.umn.edu/umimage/servlet/DisplayImage/im/<xsl:value-of select="./digitalid"/>
	</xsl:attribute>
     <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>
	</a><br />

	<b>Record Number: </b> <xsl:value-of select="digitalid"/><br />	
	<b>Ethnic Group: </b> <xsl:value-of select="series/level2"/><br />
	<b>Date: </b> <xsl:value-of select="imgyear/@display"/>  
	<br /><br />
	</td>
	</tr>

</xsl:for-each>
</table>




<table border="0" width="650">
	<tr>
	<td width="650">

<font size="1" color="black">
<p align="center">
<a href="http://digital.lib.umn.edu/IMAGES/"><img 
src="http://digital.lib.umn.edu/IMAGES/images/imagesartlogo3mini.jpg" 
border="0"/></a>
<br />
This site is a participant in the 
<a href="http://www.lib.umn.edu">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 about this database to: <a 
href="mailto:moor0179@umn.edu">Project Assistant</a>
</p>
</font>

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

<!-- </body> take care of this in code... -->
</xsl:template>


</xsl:stylesheet>
