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

pkgs: Add Swedish translations (thanks Emil Eklund). @Pascal Bellard: Please, update this repo; website pkgs.slitaz.org have newer code than in this repo.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 15 02:48:20 2012 +0000 (2012-07-15)
parents c0e954250657
children 3400ef04250b
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">$(gettext "SliTaz Packages")</div>
14 <script type="text/javascript">
15 var q=document.getElementById('query');
16 var v=q.value; q.value=''; q.focus(); q.value=v;
17 document.getElementById('ticker').style.visibility='hidden';
18 </script>
19 </body>
20 </html>
21 _EOT_