website rev 1337

Add servers button
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 26 11:39:06 2019 +0100 (2019-11-26)
parents 68eeeb50fa2f
children 9904dec3ff51
files lib/html/donate.html
line diff
     1.1 --- a/lib/html/donate.html	Mon Nov 25 23:52:18 2019 +0100
     1.2 +++ b/lib/html/donate.html	Tue Nov 26 11:39:06 2019 +0100
     1.3 @@ -1,11 +1,22 @@
     1.4  <div>
     1.5 -	<!-- PayPal button -->
     1.6 +	<!-- PayPal Button (association) -->
     1.7  	<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
     1.8  		style="display: inline;">
     1.9 -			<input type="hidden" name="cmd" value="_s-xclick" />
    1.10 -			<input type="hidden" name="hosted_button_id" value="4885025" />
    1.11 -			<input type="image" src="/images/paypal.png" name="submit"
    1.12 -				alt="PayPal - The safer, easier way to pay online!" />
    1.13 +		<input type="hidden" name="cmd" value="_s-xclick" />
    1.14 +		<input type="hidden" name="hosted_button_id" value="4885025" />
    1.15 +		<input type="image" src="/images/paypal.png" name="submit"
    1.16 +			alt="PayPal - The safer, easier way to pay online!" />
    1.17 +	</form>
    1.18 +	<!-- PayPal Button (servers) -->
    1.19 +	<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
    1.20 +		style="display: inline;">
    1.21 +		<input type="hidden" name="cmd" value="_s-xclick" />
    1.22 +		<input type="hidden" name="hosted_button_id" value="G2C74XCZD7HUS" />
    1.23 +		<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif"
    1.24 +			 alt="Donate with PayPal button" name="submit"
    1.25 +			 title="Donate for SliTaz servers with PayPal" border="0"/>
    1.26 +		<img alt="" border="0" src="https://www.paypal.com/en_FR/i/scr/pixel.gif"
    1.27 +			 width="1" height="1" />
    1.28  	</form>
    1.29  	<!-- Flattr button 
    1.30