#//version $Id: inc-footer-badges.gtml.html,v 1.2 2003/08/02 00:36:11 nthx Exp $

#//"html validation" and "css use" badges
#//"css" badge is always present
#//"html valid" badge is present when HTML_VALIDATED constant is present

<p class="button">
    <a href="http://www.w3.org/Style/CSS/Buttons/">
        <img alt="CSS" src="<<IMG_CSS>>">
    </a>
#ifdef HTML_VALIDATED
    <a href="http://validator.w3.org/check/referer">
        <img border="0" src="<<IMG_HTML_401>>" 
        alt="Valid HTML 4.01!" height="31" width="88">
    </a>
#endif
#ifdef CREATED_WITH_GIMP
    <a href="http://www.gimp.org/">
        <img alt="Created with GIMP" src="<<IMG_GIMP>>">
    </a>
#endif
</p>