<!--  $Id$  -->
<!--                                                                  -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

  <xsl:include href="/app/tools/support/templates/layout.xsl" />

  <xsl:template name="mainBody" >
    <xsl:call-template name="bodyTitle" >
      <xsl:with-param name="title">Image Asset Search</xsl:with-param>
    </xsl:call-template>
    <xsl:call-template name="displayForm" />
  </xsl:template>

  <xsl:template name="displayForm" >
    <xsl:call-template name="collectionSearch" >
      <xsl:with-param name="listCommand">image_files</xsl:with-param>
    </xsl:call-template>
  </xsl:template>

</xsl:stylesheet>
