]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/modules/donation-button.html
Introduce autotools
[ipfire.org.git] / src / templates / modules / donation-button.html
CommitLineData
e00c06b9
MT
1<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
2 <input type="hidden" name="cmd" value="_donations">
3 <input type="hidden" name="business" value="QBQCHP9ZK7GYY">
069e18f5 4 <input type="hidden" name="lc" value="{{ lc }}">
e00c06b9
MT
5 <input type="hidden" name="item_name" value="{{ reason_for_transfer or "IPFire.org" }}">
6 <input type="hidden" name="no_note" value="0">
7 <input type="hidden" name="cn" value="{{ _("Send a note to the project:") }}">
8 <input type="hidden" name="no_shipping" value="1">
9 <input type="hidden" name="currency_code" value="{{ currency }}">
10 <input type="hidden" name="bn" value="PP-DonationsBF:btn_donate_LG.gif:NonHosted">
11 {% if primary %}
60b0917c 12 <input type="submit" class="btn btn-primary" value="{{ _("Donate %s") % currency }}">
e00c06b9
MT
13 {% else %}
14 <input type="submit" class="btn btn-link" value="{{ currency }}">
15 {% end %}
16</form>