website 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 64894689b692
children 6b8665fb7f3f
files lib/html/footer.bs.html lib/html/footer.da.html lib/html/footer.html lib/html/footer.pt.html lib/html/footer.ru.html
line diff
     1.1 --- a/lib/html/footer.bs.html	Mon Mar 25 23:01:14 2013 +0100
     1.2 +++ b/lib/html/footer.bs.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">Nedostaci</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/slitaz">Distrowatch</a>
     2.1 --- a/lib/html/footer.da.html	Mon Mar 25 23:01:14 2013 +0100
     2.2 +++ b/lib/html/footer.da.html	Wed Mar 27 12:12:57 2013 +0100
     2.3 @@ -1,4 +1,7 @@
     2.4  <!-- Footer -->
     2.5 +
     2.6 +<script type="text/javascript" src="/lib/js/qrcode.js"></script>
     2.7 +
     2.8  <div id="footer">
     2.9  	Copyright &copy; <span class="year"></span>
    2.10  	<a href="http://www.slitaz.org/">SliTaz</a> - Netværk:
    2.11 @@ -9,7 +12,8 @@
    2.12  	<a href="http://bugs.slitaz.org">Fejl</a>
    2.13  	<a href="http://hg.slitaz.org/">Hg</a>
    2.14  	<p>
    2.15 -		SliTaz @
    2.16 +		<img src="#" alt="SliTaz @" onmouseover="this.title = location.href"
    2.17 +		 onclick="this.src = QRCode.generatePNG(location.href, {ecclevel: 'H'})" />
    2.18  		<a href="http://twitter.com/slitaz">Twitter</a>
    2.19  		<a href="http://www.facebook.com/slitaz">Facebook</a>
    2.20  		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
     3.1 --- a/lib/html/footer.html	Mon Mar 25 23:01:14 2013 +0100
     3.2 +++ b/lib/html/footer.html	Wed Mar 27 12:12:57 2013 +0100
     3.3 @@ -1,6 +1,6 @@
     3.4  <!-- Footer -->
     3.5  
     3.6 -<script type="text/javascript" src="lib/js/qrcode.js"></script>
     3.7 +<script type="text/javascript" src="/lib/js/qrcode.js"></script>
     3.8  
     3.9  <div id="footer">
    3.10  	Copyright &copy; <span class="year"></span>
     4.1 --- a/lib/html/footer.pt.html	Mon Mar 25 23:01:14 2013 +0100
     4.2 +++ b/lib/html/footer.pt.html	Wed Mar 27 12:12:57 2013 +0100
     4.3 @@ -1,4 +1,7 @@
     4.4  <!-- Footer -->
     4.5 +
     4.6 +<script type="text/javascript" src="/lib/js/qrcode.js"></script>
     4.7 +
     4.8  <div id="footer">
     4.9  	Copyright &copy; <span class="year"></span>
    4.10  	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
    4.11 @@ -9,7 +12,8 @@
    4.12  	<a href="http://bugs.slitaz.org">Bugs</a>
    4.13  	<a href="http://hg.slitaz.org/">Hg</a>
    4.14  	<p>
    4.15 -		SliTaz @
    4.16 +		<img src="#" alt="SliTaz @" onmouseover="this.title = location.href"
    4.17 +		 onclick="this.src = QRCode.generatePNG(location.href, {ecclevel: 'H'})" />
    4.18  		<a href="http://twitter.com/slitaz">Twitter</a>
    4.19  		<a href="http://www.facebook.com/slitaz">Facebook</a>
    4.20  		<a href="http://distrowatch.com/table.php?distribution=slitaz&amp;language=PT">Distrowatch</a>
     5.1 --- a/lib/html/footer.ru.html	Mon Mar 25 23:01:14 2013 +0100
     5.2 +++ b/lib/html/footer.ru.html	Wed Mar 27 12:12:57 2013 +0100
     5.3 @@ -1,4 +1,7 @@
     5.4  <!-- Footer -->
     5.5 +
     5.6 +<script type="text/javascript" src="/lib/js/qrcode.js"></script>
     5.7 +
     5.8  <div id="footer">
     5.9  	Copyright © <span class="year"></span>
    5.10  	<a href="http://www.slitaz.org/">SliTaz</a> — Сеть:
    5.11 @@ -9,7 +12,8 @@
    5.12  	<a href="http://bugs.slitaz.org">Баг-трекер</a>
    5.13  	<a href="http://hg.slitaz.org/">Hg</a>
    5.14  	<p>
    5.15 -		SliTaz @
    5.16 +		<img src="#" alt="SliTaz @" onmouseover="this.title = location.href"
    5.17 +		 onclick="this.src = QRCode.generatePNG(location.href, {ecclevel: 'H'})" />
    5.18  		<a href="http://twitter.com/slitaz">Twitter</a>
    5.19  		<a href="http://www.facebook.com/slitaz">Facebook</a>
    5.20  		<a href="http://distrowatch.com/table.php?distribution=slitaz&amp;language=RU">Distrowatch</a>