templates/spartan/footer.tmpl
author Martin Geisler <mg@lazybytes.net>
Wed, 20 May 2009 00:43:23 +0200
changeset 8526 f78eadbb5769
parent 8431 5c1aabc58004
child 8936 1de6e7e1bb9f
permissions -rw-r--r--
patch: simplify Boolean expression slightly The context variable is either True, False or None. Abbreviate it as C and we get the following truth table where the second column is the original expression and the third column is the new expression: C | C or C == None | C is not False True | True | True False | False | False None | True | True

{motd}
<div class="logo">
<a href="http://www.selenic.com/mercurial/">
<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
</div>

</body>
</html>