website diff lib/html/donate.html @ rev 921

en: move about, artwork, asso to PHP and add lib/html/donate.html
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 11 22:00:28 2012 +0100 (2012-03-11)
parents
children cd72b985d6fd
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lib/html/donate.html	Sun Mar 11 22:00:28 2012 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +<div>
     1.5 +	<!-- PayPal boutton -->
     1.6 +	<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
     1.7 +		style="display: inline;">
     1.8 +			<input type="hidden" name="cmd" value="_s-xclick" />
     1.9 +			<input type="hidden" name="hosted_button_id" value="4885025" />
    1.10 +			<input type="image" src="/images/paypal.png" name="submit" 
    1.11 +				alt="PayPal - The safer, easier way to pay online!" />
    1.12 +	</form>
    1.13 +	<!-- Flattr boutton -->
    1.14 +	<script type="text/javascript">
    1.15 +		/* <![CDATA[ */
    1.16 +		    (function() {
    1.17 +		        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
    1.18 +		        s.type = 'text/javascript';
    1.19 +		        s.async = true;
    1.20 +		        s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
    1.21 +		        t.parentNode.insertBefore(s, t);
    1.22 +		    })();
    1.23 +		/* ]]> */
    1.24 +	</script>
    1.25 +	<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
    1.26 +		href="http://www.slitaz.org/"></a>
    1.27 +</div>