slitaz-forge annotate 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
rev   line source
al@284 1 cat << _EOT_
al@284 2
al@293 3 <div class="summary">
al@293 4 $(eval_ngettext "\$PKGS package" "\$PKGS packages" $PKGS)
al@293 5 $(eval_ngettext "and \$FILES file in \$SLITAZ_VERSION database" "and \$FILES files in \$SLITAZ_VERSION database" $FILES)
al@293 6 </div>
al@284 7
al@284 8 <!-- End of content -->
al@284 9 </div>
al@284 10
al@284 11 <!-- Footer -->
pascal@348 12 <div id="footer">
pascal@348 13 $(gettext "SliTaz Packages")
pascal@348 14 <p>
pascal@348 15 <img src="#" id="qrcodeimg" alt="#" width="60" height="60"
pascal@349 16 onmouseover= "this.title = location.href"
pascal@349 17 onclick= "this.width = this.height = 300" />
pascal@348 18 <script type="text/javascript" src="http://mirror.slitaz.org/static/qrcode.js"></script>
pascal@348 19 <script type="text/javascript">
pascal@348 20 document.getElementById('qrcodeimg').src =
pascal@348 21 QRCode.generatePNG(location.href, {ecclevel: 'H'});
pascal@348 22 </script>
pascal@348 23 </p>
pascal@348 24 </div>
al@284 25
al@284 26 <script type="text/javascript">
al@284 27 var q=document.getElementById('query');
al@284 28 var v=q.value; q.value=''; q.focus(); q.value=v;
al@293 29 document.getElementById('ticker').style.visibility='hidden';
al@284 30 </script>
al@284 31 </body>
al@284 32 </html>
al@284 33 _EOT_