<xsl:stylesheet xmlns:x="http://www.w3.org/2001/XMLSchema" xmlns:d="http://schemas.microsoft.com/sharepoint/dsp" version="1.0" exclude-result-prefixes="xsl msxsl ddwrt" xmlns:ddwrt="http://schemas.microsoft.com/WebParts/v2/DataView/runtime" xmlns:asp="http://schemas.microsoft.com/ASPNET/20" xmlns:__designer="http://schemas.microsoft.com/WebParts/v2/DataView/designer" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:SharePoint="Microsoft.SharePoint.WebControls" xmlns:ddwrt2="urn:frontpage:internal" ddwrt:oob="true">

  <xsl:import href=ONET_SLASH_URL(xsl/main.xsl)/>
  <xsl:output method="html" indent="no"/>

  <!-- Default -->
  <xsl:template match="View" mode="full">
    <xsl:param name="ShowSelectAllCheckbox" select="'False'"/>
    <xsl:apply-templates select="." mode="RenderView" />

    <xsl:apply-templates mode="footer" select="." />
  </xsl:template>

</xsl:stylesheet>
