view templates/monoblue/footer.tmpl @ 9322:81900431589f

mercurial.ini: provide more useful info * Add warning about not editing the site-wide file on Vista * More detail about where to create user Mercurial.ini * Provide examples for ssh tools * List extensions, all disabled * add [patch] section, for fixing patch behavior when using win32text * example [extdiff] section, all disabled * example [diff] section, all disabled
author Steve Borho <steve@borho.org>
date Mon, 03 Aug 2009 23:27:25 -0500
parents 1de6e7e1bb9f
children
line wrap: on
line source

    <div class="page-footer">
        <p>Mercurial Repository: {repo|escape}</p>
        <ul class="rss-logo">
            <li><a href="{url}rss-log">RSS</a></li>
            <li><a href="{url}atom-log">Atom</a></li>
        </ul>
        {motd}
    </div>

    <div id="powered-by">
        <p><a href="http://mercurial.selenic.com/" title="Mercurial"><img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a></p>
    </div>

    <div id="corner-top-left"></div>
    <div id="corner-top-right"></div>
    <div id="corner-bottom-left"></div>
    <div id="corner-bottom-right"></div>

</div>

</body>
</html>