<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

  <xsl:import href="Common.xslt"/>

  <xsl:template name="Main">
    <xsl:param name="ImgPath"/>
    <!--P align="center">
			<span style="font-weight:bold">
        <xsl:text>Файл создан </xsl:text>
        <xsl:call-template name="DateText">
          <xsl:with-param name="val" select="//GeopPages/@CreateDateTime"/>
        </xsl:call-template>       
			</span>
		</P-->   
          <xsl:for-each select="//GeopPages/Page">
            <!--table class="unvis">
              <tr>
                <td-->
                  <img width="100%">
                    <xsl:attribute name="src">
                      <xsl:value-of select="concat($ImgPath,File)"/>
                    </xsl:attribute>
                    <xsl:attribute name="alt">
                      <xsl:value-of select="concat($ImgPath,File)"/>
                    </xsl:attribute>
                  </img>
                <!--/td>
              </tr>
            </table-->
          </xsl:for-each>        
  </xsl:template>
</xsl:stylesheet>
