slitaz-dev-tools view slitaz-mercurial-style/templates/slitaz/footer.tmpl @ rev 194

slitaz-mercurial-style: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 26 08:19:15 2013 +0100 (2013-03-26)
parents 23b8fb136d01
children 31695e9c1c85
line source
2 <!-- Footer -->
4 <script type="text/javascript" src="{staticurl}qrcode.js"></script>
6 <div id="footer">
7 Copyright &copy; <span class="year"></span>
8 <a href="http://www.slitaz.org/">SliTaz</a> - Network:
9 <a href="http://scn.slitaz.org/">Community</a>
10 <a href="http://doc.slitaz.org/">Doc</a>
11 <a href="http://forum.slitaz.org/">Forum</a>
12 <a href="http://pkgs.slitaz.org/">Packages</a>
13 <a href="http://bugs.slitaz.org">Bugs</a>
14 <a href="http://hg.slitaz.org/">Hg</a>
15 <p>
16 <img src="#" alt="SliTaz @" onmouseover="this.title = location.href"
17 onclick="this.src = QRCode.generatePNG(location.href, \{ecclevel: 'H'})" />
18 <a href="http://twitter.com/slitaz">Twitter</a>
19 <a href="http://www.facebook.com/slitaz">Facebook</a>
20 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
21 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
22 <a href="http://flattr.com/profile/slitaz">Flattr</a>
23 </p>
24 </div>
26 </body>
27 </html>