website diff lib/html/footer.html @ rev 1161

Add qrcode pseudo link
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 25 17:11:35 2013 +0100 (2013-03-25)
parents da74b9b2fcaf
children df6759746ff0
line diff
     1.1 --- a/lib/html/footer.html	Mon Mar 11 19:37:20 2013 +0000
     1.2 +++ b/lib/html/footer.html	Mon Mar 25 17:11:35 2013 +0100
     1.3 @@ -1,4 +1,7 @@
     1.4  <!-- Footer -->
     1.5 +
     1.6 +<script type="text/javascript" src="lib/js/qrcode.js"></script>
     1.7 +
     1.8  <div id="footer">
     1.9  	Copyright &copy; <span class="year"></span>
    1.10  	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
    1.11 @@ -9,7 +12,8 @@
    1.12  	<a href="http://bugs.slitaz.org">Bugs</a>
    1.13  	<a href="http://hg.slitaz.org/">Hg</a>
    1.14  	<p>
    1.15 -		SliTaz @
    1.16 +		<img src="#" alt="SliTaz @" onmouseover="this.title = location.href"
    1.17 +		 onclick="this.src = QRCode.generatePNG(location.href, {ecclevel: 'H'})" />
    1.18  		<a href="http://twitter.com/slitaz">Twitter</a>
    1.19  		<a href="http://www.facebook.com/slitaz">Facebook</a>
    1.20  		<a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a>