slitaz-forge view pkgs/lib/footer.sh @ rev 370

mirror-search.sh: add license cloud
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 04 17:02:27 2013 +0200 (2013-06-04)
parents 3400ef04250b
children e8e59366a306
line source
1 cat << _EOT_
3 <div class="summary">
4 $(eval_ngettext "\$PKGS package" "\$PKGS packages" $PKGS)
5 $(eval_ngettext "and \$FILES file in \$SLITAZ_VERSION database" "and \$FILES files in \$SLITAZ_VERSION database" $FILES)
6 </div>
8 <!-- End of content -->
9 </div>
11 <!-- Footer -->
12 <div id="footer">
13 $(gettext "SliTaz Packages")
14 <p>
15 <img src="#" id="qrcodeimg" alt="#" width="60" height="60"
16 onmouseover= "this.title = location.href"
17 onclick= "this.width = this.height = 300" />
18 <script type="text/javascript" src="http://mirror.slitaz.org/static/qrcode.js"></script>
19 <script type="text/javascript">
20 document.getElementById('qrcodeimg').src =
21 QRCode.generatePNG(location.href, {ecclevel: 'H'});
22 </script>
23 </p>
24 </div>
26 <script type="text/javascript">
27 var q=document.getElementById('query');
28 var v=q.value; q.value=''; q.focus(); q.value=v;
29 document.getElementById('ticker').style.visibility='hidden';
30 </script>
31 </body>
32 </html>
33 _EOT_