slitaz-forge view pro/lib/html/footer.ru.html @ rev 363

Add QR code static image
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 24 00:32:14 2013 +0000 (2013-04-24)
parents d2082d27913b
children a33dea8a7991
line source
1 <!-- Footer -->
3 <script type="text/javascript" src="/lib/html/qrcode.js"></script>
5 <div id="footer">
6 Copyright © <span class="year"></span>
7 <a href="http://www.slitaz.org/">SliTaz</a> — Сеть:
8 <a href="http://scn.slitaz.org/">Сообщество</a>
9 <a href="http://doc.slitaz.org/">Документация</a>
10 <a href="http://forum.slitaz.org/">Форум</a>
11 <a href="http://pkgs.slitaz.org/">Пакеты</a>
12 <a href="http://bugs.slitaz.org">Bugs</a>
13 <a href="http://hg.slitaz.org/?sort=lastchange">Hg</a>
14 <p>
15 <img src="/images/qr.png" alt="SliTaz @" onmouseover="this.title = location.href"
16 onclick="this.src = QRCode.generatePNG(location.href, {ecclevel: 'H'})" />
17 <a href="http://twitter.com/slitaz">Twitter</a>
18 <a href="http://www.facebook.com/slitaz">Facebook</a>
19 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
20 <a href="http://ru.wikipedia.org/wiki/SliTaz">Википедия</a>
21 <a href="http://flattr.com/profile/slitaz">Flattr</a>
22 </p>
23 </div>