website annotate lib/html/footer.ru.html @ rev 1165

Add QR icon to footer (used real micro-QR code with word "SliTaz")
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Apr 23 12:19:19 2013 +0000 (2013-04-23)
parents df6759746ff0
children 425c6770194a
rev   line source
al@970 1 <!-- Footer -->
pascal@1163 2
pascal@1163 3 <script type="text/javascript" src="/lib/js/qrcode.js"></script>
pascal@1163 4
al@970 5 <div id="footer">
al@970 6 Copyright © <span class="year"></span>
al@970 7 <a href="http://www.slitaz.org/">SliTaz</a> — Сеть:
al@970 8 <a href="http://scn.slitaz.org/">Сообщество</a>
al@970 9 <a href="http://doc.slitaz.org/">Документация</a>
al@970 10 <a href="http://forum.slitaz.org/">Форум</a>
al@970 11 <a href="http://pkgs.slitaz.org/">Пакеты</a>
al@1005 12 <a href="http://bugs.slitaz.org">Баг-трекер</a>
al@970 13 <a href="http://hg.slitaz.org/">Hg</a>
al@970 14 <p>
al@1165 15 <img src="/images/qr.png" alt="SliTaz @" onmouseover="this.title = location.href"
pascal@1163 16 onclick="this.src = QRCode.generatePNG(location.href, {ecclevel: 'H'})" />
al@970 17 <a href="http://twitter.com/slitaz">Twitter</a>
al@970 18 <a href="http://www.facebook.com/slitaz">Facebook</a>
al@1158 19 <a href="http://distrowatch.com/table.php?distribution=slitaz&amp;language=RU">Distrowatch</a>
al@1005 20 <a href="http://ru.wikipedia.org/wiki/SliTaz">Википедия</a>
al@970 21 <a href="http://flattr.com/profile/slitaz">Flattr</a>
al@970 22 </p>
al@970 23 </div>