Annotation of autofillforms/www/donation.html, revision 1.1
1.1 ! sebastia 1: <h4 class="page-header">Donation</h4>
! 2:
! 3: <p>If you like this software and want to support the developer, please consider a donation. This will help keeping up user support and further development.</p>
! 4: <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
! 5: <p>
! 6: <input type="hidden" name="cmd" value="_xclick"/>
! 7: <input type="hidden" name="business" value="mozilla@blueimp.net"/>
! 8: <input type="hidden" name="item_name" value="blueimp.net - Autofill Forms - Mozilla Firefox Extension - Donation"/>
! 9: <input type="hidden" name="currency_code" value="EUR"/>
! 10: <label for="donationAmount">Please enter the amount you would like to donate:</label> <input type="text" id="donationAmount" name="amount" value="10" size="4" style="text-align:right;"/> €
! 11: </p>
! 12: <p><input type="image" src="./graphics/paypal-donate.gif" name="submit" alt="Donate with PayPal" title="Donate with PayPal"/></p>
! 13: </form>
! 14: <h5>Thanks to the Donators</a></h4>
! 15: <table id="donators">
! 16: <thead>
! 17: <tr><th>Date</th><th>Name</th><th>Amount</th></tr>
! 18: </thead>
! 19: <tbody>
! 20: <tr><td>2008/05/26</td><td>Andrea Casu</td><td class="amount">1.00 €</td></tr>
! 21: <tr><td>2007/11/02</td><td>Gerhard Bollermann</td><td class="amount">5.00 €</td></tr>
! 22: <tr><td>2007/11/30</td><td>Marcus Schommler</td><td class="amount">5.00 €</td></tr>
! 23: <tr><td>2007/10/20</td><td>Steve Buss</td><td class="amount">5.00 €</td></tr>
! 24: <tr><td>2007/08/17</td><td>Martin Schlatter</td><td class="amount">5.00 €</td></tr>
! 25: <tr><td>2007/05/16</td><td><a href="http://ywesee.com/">ywesee GmbH</a></td><td class="amount">20.00 €</td></tr>
! 26: </tbody>
! 27: </table>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>