2008-01-31 20:38:37 +00:00
|
|
|
{% extends "_layout.html" %}
|
|
|
|
{% block title %}Donate{% endblock %}
|
2008-02-01 17:28:08 +00:00
|
|
|
{% block content %}<p>Thank you for your interest in contributing to I2P!
|
|
|
|
The details of how you
|
2004-07-12 08:37:30 +00:00
|
|
|
can make your contribution are provided below:</p>
|
2004-07-06 20:39:18 +00:00
|
|
|
|
2005-01-18 18:57:07 +00:00
|
|
|
<h2><a href="http://www.paypal.com/" target="_new">PayPal</a></h2>
|
2004-07-06 20:39:18 +00:00
|
|
|
<table>
|
|
|
|
<tr>
|
2005-01-18 18:57:07 +00:00
|
|
|
<td>One time donation:</td>
|
|
|
|
<td>
|
2004-07-12 08:37:30 +00:00
|
|
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
2009-02-06 20:01:11 +00:00
|
|
|
<input type="hidden" name="cmd" value="_s-xclick">
|
2009-02-06 20:16:50 +00:00
|
|
|
<input type="hidden" name="hosted_button_id" value="3031758">
|
2009-02-06 20:01:11 +00:00
|
|
|
<input type="hidden" name="no_note" value="0">
|
|
|
|
<input type="hidden" name="no_shipping" value="1">
|
2009-02-06 20:16:50 +00:00
|
|
|
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="">
|
2009-02-06 20:01:11 +00:00
|
|
|
<img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1">
|
2004-07-06 20:39:18 +00:00
|
|
|
</form>
|
2005-01-18 18:57:07 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
2004-07-06 20:39:18 +00:00
|
|
|
|
2005-01-18 18:57:07 +00:00
|
|
|
<tr>
|
2009-02-06 20:07:41 +00:00
|
|
|
<td>Donate 10 €/month due 12 month: </td>
|
2005-01-18 18:57:07 +00:00
|
|
|
<td>
|
2004-07-12 08:37:30 +00:00
|
|
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
2009-02-06 20:01:11 +00:00
|
|
|
<input type="hidden" name="cmd" value="_s-xclick">
|
|
|
|
<input type="hidden" name="hosted_button_id" value="3031934">
|
|
|
|
<input type="hidden" name="no_note" value="0">
|
|
|
|
<input type="hidden" name="no_shipping" value="1">
|
|
|
|
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="">
|
|
|
|
<img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1">
|
2004-07-19 15:16:17 +00:00
|
|
|
</form>
|
2005-01-18 18:57:07 +00:00
|
|
|
</td>
|
|
|
|
</tr></table>
|
|
|
|
|
|
|
|
|
2005-09-07 22:05:41 +00:00
|
|
|
<br /><br />
|
2008-02-01 17:28:08 +00:00
|
|
|
{% endblock %}
|