<!--                                                                  -->
<!--  Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved     -->
<!--  $Id$  -->
<!--                                                                  -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:dyn="http://exslt.org/dynamic" extension-element-prefixes="dyn">
    <xsl:output method="html" indent="no" doctype-system="" encoding="utf-8" />

    <!--
        This is the default help page.  One day we'll set up a whole table of contents here.
        But for now, no one should be seeing this unless something went wrong.  Hence the error message.
    -->

    <xsl:include href="/app/tools/rps/templates/help/help_layout.xsl" />

    <xsl:template name="helpPage">
        <div class="sectionHeader">
            <h1>Help</h1>
        </div>
        <div class="sectionBody">
            <div class="section">
                <p>
                    The requested help page could not be found.
                </p>
            </div>
        </div>
    </xsl:template>

</xsl:stylesheet>
