<?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" link="#660000" alink="#660000" vlink="#660000"&gt;
</xsl:text>


<center>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td><img border="0" src="http://ames.lib.umn.edu/images/ames-header1.jpg" width="464" height="79" usemap="#amesheadermap1" alt="Ames Library site header" /></td>
    <td width="100%"><img border="0" src="http://ames.lib.umn.edu/images/ames-header2.jpg" width="100%" height="79" alt="Ames Library site header" /></td>
    <td><img border="0" src="http://ames.lib.umn.edu/images/ames-header3.jpg" width="273" height="79" usemap="#amesheadermap3" alt="Ames Library site header" /></td>
  </tr>
</table>

                <map name="amesheadermap1">
                        <area shape="rect" coords="75,5,296,31" href="http://www.lib.umn.edu" alt="Click for the University Libraries Home Page" title="Click for the University Libraries Home Page" />
                        <area shape="rect" coords="95,33,465,70" href="http://ames.lib.umn.edu" alt="Click for the Ames Library Home Page" title="Click for the Ames Library Home Page" /></map><map name="amesheadermapl"><area shape="rect" coords="75,6,312,31" href="#" target="http://www.lib.umn.edu" alt="University of Minnesota Libraries" title="University of Minnesota Libraries" />
                </map>
                <map name="amesheadermap3">
                        <area shape="rect" coords="1,5,260,71" href="http://www.umn.edu/twincities" alt="Click for the University of Minnesota - Twin Cities Home Page" title="Click for the University of Minnesota - Twin Cities Home Page" />
                </map>
<br />

<table border="0" width="650" cellpadding="0" cellspacing="0">
	<tr>
	<td width="650" bgcolor="ffffff" align="center">
	<font size="+3" color="#660000" face="verdana">Ames Digital Image Database</font>
	</td>
	</tr>

	<tr>
	<td width="650" align="center">
	<br />
	<p align="center">
	<font face="Times" size="+2" color="#660000">Search Results</font><br />
	<a>
	<xsl:attribute name="href">http://digital.lib.umn.edu/ames/amessearch.html</xsl:attribute>New Search</a>
	</p><br />
	</td>
	</tr>

</table>


<table width="650" cellpadding="5" border="1" 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" bgcolor="#efefff">

	
	<b>Title/Caption: </b>	
	<a>
	<xsl:attribute name="href">http://bigbird.lib.umn.edu/umimage/servlet/DisplayImage/ames/<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>Series: </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>




<br />

<table border="0" width="750" align="center">

  <tr>
    <td width="50" valign="top"><img src="http://ames.lib.umn.edu/images/unvliblogo.jpg" border="0" alt="University Libraries Logo" width="50" /></td>
    <td width="550">

        <font size="-2">Comments and suggested improvements can be sent to: <a href="mailto:d-john4@tc.umn.edu"> 
<b>Donald Clay Johnson</b></a>, Ames Library Curator, d-john4@tc.umn.edu</font>
        <br />

        <font size="-2"><!--#config timefmt="%Y"-->Copyright 2003 by the Regents 
        of the <a href="http://www.umn.edu/twincities">University of Minnesota-Twin Cities</a> and <a href="http://www.lib.umn.edu">University Libraries</a>. 
        All rights reserved. <br />
        Please credit the University of Minnesota Libraries if you copy or reproduce 
        material from this page.</font>

        <br />

        <font size="-2"><a href="http://www.lib.umn.edu/appuse.phtml">Appropriate Use of Electronic 
        Resources</a> <br />
        URL: http://digital.lib.umn.edu/ames/amessearch.html

        <br />




        Last Web Revision: January 26, 2003 

        <br />

      The University of Minnesota is an equal opportunity educator and employer.</font>
    </td>
  </tr>
</table>
</center>

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


</xsl:stylesheet>
