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

Update footer with Whaleshares pod link - Let rewards devs and users on the blockchain
author Christophe Lincoln <pankso@slitaz.org>
date Mon Nov 25 23:42:07 2019 +0100 (2019-11-25)
parents d6471579118e
children
rev   line source
al@970 1 <!-- Footer -->
pascal@1163 2
pascal@1229 3 <script type="text/javascript">
pascal@1229 4 function QRCodePNG(str, obj) {
pascal@1229 5 try {
pascal@1230 6 obj.height = obj.width += 300;
pascal@1229 7 return QRCode.generatePNG(str, {ecclevel: 'H'});
pascal@1229 8 }
pascal@1229 9 catch (any) {
pascal@1229 10 var element = document.createElement("script");
pascal@1229 11 element.src = "/lib/js/qrcode.js";
pascal@1229 12 element.type ="text/javascript";
pascal@1229 13 element.onload = function() {
pascal@1229 14 obj.src = QRCode.generatePNG(str, {ecclevel: 'H'});
pascal@1229 15 };
pascal@1229 16 document.body.appendChild(element);
pascal@1229 17 }
pascal@1229 18 }
pascal@1229 19 </script>
pascal@1163 20
al@970 21 <div id="footer">
al@970 22 Copyright © <span class="year"></span>
al@970 23 <a href="http://www.slitaz.org/">SliTaz</a> — Сеть:
al@970 24 <a href="http://scn.slitaz.org/">Сообщество</a>
al@970 25 <a href="http://doc.slitaz.org/">Документация</a>
al@970 26 <a href="http://forum.slitaz.org/">Форум</a>
al@970 27 <a href="http://pkgs.slitaz.org/">Пакеты</a>
al@1005 28 <a href="http://bugs.slitaz.org">Баг-трекер</a>
al@970 29 <a href="http://hg.slitaz.org/">Hg</a>
al@970 30 <p>
al@1165 31 <img src="/images/qr.png" alt="SliTaz @" onmouseover="this.title = location.href"
pascal@1229 32 onclick="this.src = QRCodePNG(location.href, this)" />
pascal@1253 33 <a href="https://twitter.com/slitaz">Twitter</a>
al@970 34 <a href="http://www.facebook.com/slitaz">Facebook</a>
al@1158 35 <a href="http://distrowatch.com/table.php?distribution=slitaz&amp;language=RU">Distrowatch</a>
al@1005 36 <a href="http://ru.wikipedia.org/wiki/SliTaz">Википедия</a>
al@1334 37 <a href="https://github.com/SliTaz-official">GitHub</a>
pankso@1335 38 <a href="https://whaleshares.io/@slitaz">Whaleshares</a>
al@970 39 </p>
al@970 40 </div>