website diff lib/html/footer.pt.html @ rev 1163

Fix qrcode.js path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 27 12:12:57 2013 +0100 (2013-03-27)
parents 7c5ca85169ae
children 122804092bc7
line diff
     1.1 --- a/lib/html/footer.pt.html	Sat Feb 23 14:51:32 2013 +0000
     1.2 +++ b/lib/html/footer.pt.html	Wed Mar 27 12:12:57 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&amp;language=PT">Distrowatch</a>