<?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:param name="numCols" select="3"/>

<xsl:template match="images">
<xsl:text disable-output-escaping="yes">

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

<xsl:for-each select="//image">
<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">Item Record</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 border="0" width="650" cellpadding="5" cellspacing="0">
	<tr>
	<td width="650" align="left" valign="top">

	<br/>
	<p align="center">

	<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">140</xsl:attribute>
	<xsl:attribute name="border">1</xsl:attribute>
	<xsl:attribute name="bordercolor">#660000</xsl:attribute>
	</img>
	</a>

	</p>


		<table>
	<tr>
	<td bgcolor="#efefff" valign="top" align="left" colspan="2">
	<font color="#660000" size="+2">Digital Object Information:</font></td></tr>

	<xsl:for-each select="title">
	<tr><td valign="top">
	<b>Title: </b></td><td valign="top"> <xsl:value-of select="."/></td></tr>
	</xsl:for-each>	

	<xsl:for-each select="caption">
	<tr><td valign="top">
	<b>Caption: </b></td><td valign="top"> <xsl:value-of select="."/></td></tr>
	</xsl:for-each>

	<tr><td valign="top">
	<b>Creator/Contributors:</b>
	</td><td valign="top">
	<xsl:for-each select="creator">
	<xsl:value-of select="."/><br />
	</xsl:for-each>
	<xsl:for-each select="contrib">
	<xsl:value-of select="."/><br />
	</xsl:for-each>
	</td></tr>

	<xsl:for-each select="medium">
	<tr><td valign="top">
	<b>Medium: </b></td><td valign="top"> <xsl:value-of select="."/></td></tr>
	</xsl:for-each>

	<xsl:for-each select="published">
	<tr><td valign="top">
	<b>Published: </b></td><td valign="top"> <xsl:value-of select="."/></td></tr>
	</xsl:for-each>

	<xsl:for-each select="imgyear">
	<tr><td valign="top">
	<b>Date: </b></td><td valign="top"><xsl:value-of select="@display"/></td></tr>
	</xsl:for-each>

	<xsl:for-each select="annotat">
	<tr><td valign="top">
	<b>Additional data on piece: </b></td><td valign="top"> <xsl:value-of select="."/></td></tr>
	</xsl:for-each>

	<xsl:for-each select="descript">
	<tr><td valign="top">
	<b>Description: </b></td><td valign="top"> <xsl:value-of select="."/></td></tr>
	</xsl:for-each>

	<xsl:for-each select="dimensions">
	<tr><td valign="top">
	<b>Measurements: </b></td><td valign="top"> <xsl:value-of select="."/></td></tr>
	</xsl:for-each>

	<xsl:for-each select="note">
	<tr><td valign="top">
	<b>Notes: </b></td><td valign="top"> <xsl:value-of select="."/></td></tr>
	</xsl:for-each>
	
	<tr><td colspan="2">&nbsp;</td></tr>

	<tr>
	<td bgcolor="#efefff" valign="top" align="left" colspan="2">
	<font color="#660000" size="+2">Physical Object Information:</font></td></tr>

	<xsl:for-each select="holding">
	<tr><td valign="top">
	<b>Held by: </b></td><td valign="top"><xsl:value-of select="."/></td></tr>
	</xsl:for-each>

	<xsl:for-each select="prov">
	<tr><td valign="top">
	<b>Provenance: </b></td><td valign="top"> <xsl:value-of select="."/></td></tr>
	</xsl:for-each>

	<xsl:for-each select="standardid">
	<tr><td valign="top">
	<b>Call number: </b></td><td valign="top"> <xsl:value-of select="."/></td></tr>
	</xsl:for-each>

	<tr><td colspan="2">&nbsp;</td></tr>

	<tr>
	<td bgcolor="#efefff" valign="top" align="left" colspan="2">
	<font color="#660000" size="+2">To Find Related Materials:</font>
	<xsl:text>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</xsl:text>
	<a href="http://digital.lib.umn.edu/ames/amessearch.html">New Search</a>
	</td>
	</tr>

	<xsl:for-each select="series">
	<tr><td valign="top">
	<b>Series: </b></td><td valign="top"> <xsl:value-of select="level2"/></td></tr>
	</xsl:for-each>

	<tr><td valign="top">
	<b>Subject Terms:</b>
	</td><td valign="top">
	<xsl:for-each select="subject">
	<xsl:value-of select="."/><br />
	</xsl:for-each>
	</td></tr>	

	<xsl:for-each select="imgperiod">
	<tr><td valign="top">
	<b>Period: </b></td><td valign="top"><xsl:value-of select="."/></td></tr>	
	</xsl:for-each>

	<tr><td valign="top">
	<b>Related Sites:</b>
	</td><td valign="top">
	<xsl:for-each select="relatedurx">
	<xsl:value-of select="@relation"/><xsl:text>&nbsp;&nbsp;</xsl:text>
	<xsl:value-of select="@relationtitle"/><xsl:text>&nbsp;&nbsp;</xsl:text>
	<a>
	<xsl:attribute name="href">
	<xsl:value-of select="."/>
	</xsl:attribute>
	<xsl:value-of select="."/>
	</a><br />
	</xsl:for-each>
	</td></tr>

	<tr><td colspan="2">&nbsp;</td></tr>

	<tr>
	<td bgcolor="#efefff" valign="top" align="left" colspan="2">
	<font color="#660000" size="+2">Other Information:</font></td></tr>

	<xsl:for-each select="digitalid">
	<tr><td valign="top">
	<b>Record Number: </b></td><td valign="top"> <xsl:value-of select="."/></td></tr>
	</xsl:for-each>

	<xsl:for-each select="userights">
	<tr><td valign="top">
	<b>Copyright: </b></td><td valign="top"> <xsl:value-of select="."/></td></tr>
	</xsl:for-each>


	<tr><td valign="top">
	<b>Copies: </b></td>
	<td valign="top">A high-resolution version of this image (300 dpi) is stored offline, and is available through the Ames Library
	for a fee.
	</td></tr>

		</table>

	</td>
	</tr>
</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>

</xsl:for-each>
</xsl:template>
</xsl:stylesheet>