website view lib/html/donate.html @ rev 1298

Some clean-up (rm old symlimks) and content negociation in /index.php
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 24 23:15:18 2017 +0100 (2017-03-24)
parents 9dcaf58d0ca4
children e74f506cdd0a
line source
1 <div>
2 <!-- PayPal button -->
3 <form action="https://www.paypal.com/cgi-bin/webscr" method="post"
4 style="display: inline;">
5 <input type="hidden" name="cmd" value="_s-xclick" />
6 <input type="hidden" name="hosted_button_id" value="4885025" />
7 <input type="image" src="/images/paypal.png" name="submit"
8 alt="PayPal - The safer, easier way to pay online!" />
9 </form>
10 <!-- Flattr button -->
11 <script type="text/javascript">
12 var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
13 s.type = 'text/javascript';
14 s.async = true;
15 s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
16 t.parentNode.insertBefore(s, t);
17 </script>
18 <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
19 href="http://www.slitaz.org/"></a>
20 </div>