<?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>

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

<font face="arial" color="#660000">
<h2>Armchair travel in India c1900: the stereoscopic experience</h2>


<h3>Search Results</h3>
</font><br />

<hr width="100%" />
<xsl:copy-of select="form_new_search/form"/>
<hr width="100%" />

<center>
<table width="65%" cellpadding="4" border="0" cellspacing="4">
<xsl:for-each select="image">

	<tr>

	<td align="left" valign="top" bgcolor="#efefff">

	<b>Record Number: </b> <xsl:value-of select="digitalid"/><br />	
	<b>Published by: </b> <xsl:value-of select="creator"/><br />
	<b>Title: </b> <xsl:value-of select="title"/><br />
	<a>
	<xsl:attribute name="href">http://bigbird.lib.umn.edu/umimage/servlet/DisplayImage/umimages/<xsl:value-of select="./digitalid"/>
	</xsl:attribute>View Record</a>
	<br /><br />
	</td>


	<td align="center" valign="middle" bgcolor="#efefff">
	<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="border">0</xsl:attribute></img>
	</a>
	<br /><br />
	</td>

	</tr>

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

<hr width="100%" />
<xsl:copy-of select="form_new_search/form"/>
<hr width="100%" />
<b>
<a href="http://ames.lib.umn.edu/diguide.phtml">Return to the introductory page for this guide</a><br />
<a href="http://ames.lib.umn.edu/index.phtml">Return to the Ames Library Home Page</a><br />
<a href="http://www.lib.umn.edu/">Return to the University of Minnesota Libraries Home Page</a><br />
</b>

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