Replace Carsten's paypal button by Bastien's paypal button.
This commit is contained in:
parent
40264e9b75
commit
529a6ebd0b
|
@ -62,21 +62,20 @@
|
|||
<td style="vertical-align:bottom;">
|
||||
<div style="float:bottom; border:0px solid black;
|
||||
padding:0px; vertical-align:bottom; margin-top:5px;">
|
||||
<form style="float:right;padding:5px;" name="_xclick"
|
||||
action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||||
|
||||
<form style="float:right;padding:5px;" name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||||
<div>
|
||||
<input type="hidden" name="cmd" value="_xclick" />
|
||||
<input type="hidden" name="business" value="carsten.dominik@gmail.com" />
|
||||
<input type="hidden" name="item_name" value="Donate to Org-mode" />
|
||||
<input type="hidden" name="currency_code" value="USD" />
|
||||
<input type="hidden" name="lc" value="US"/>
|
||||
<input type="hidden" name="amount" />
|
||||
<input type="image" style="text-align:right;margin-left:auto;margin-right:0px;border-style:none;"
|
||||
src="http://www.paypal.com/en_US/i/btn/x-click-but04.gif"
|
||||
name="submit"
|
||||
alt="Make payments with PayPal - it's fast, free and secure!" />
|
||||
<input type="hidden" name="business" value="bastien1@free.fr" />
|
||||
<input type="hidden" name="item_name" value="Emacs Org-mode maintainance" />
|
||||
<input type="hidden" name="item_number" value="1" />
|
||||
<input type="hidden" name="no_note" value="1" />
|
||||
<input type="hidden" name="currency_code" value="EUR" />
|
||||
<input type="hidden" name="tax" value="0" />
|
||||
<input type="image" src="http://lumiere.ens.fr/~guerry/bhl/img/donation.png" name="submit" alt="Make a donation!" />
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<span style="font-size: 90%;margin-top:10px;">
|
||||
... or by making a direct donation.</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue