Files
@ 5e43626fccc0
Branch filter:
Location: FVDE/ennstatus/ennstatus/templates/donate/index.html
5e43626fccc0
10.0 KiB
text/html
Merged dev
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 | {# Ënnstatus
Copyright (C) 2015 Dennis Fink
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
#}
{% extends "base.html" %}
{% set title = "Donate" %}
{% block styles %}
{{ super() }}
<style>
.bitpay-donate { margin:20px 0;}
.bitpay-donate fieldset {border:0;}
.bitpay-donate input {padding:4px 10px;}
.bitpay-donate select {padding:3px 10px;}
.bitpay-donate ul, .bitpay-donate li {padding:0;margin:0;list-style:none;}
.bitpay-donate li {padding:10px 0;}
.bitpay-donate-field {clear:both;}
.bitpay-donate-field label {float:left;width:100px;}
.bitpay-donate-field div {float:left;}
.bitpay-donate-field-email {width:80%;}
.bitpay-donate-field-price {width:40%;}
.bitpay-donate-field-currency {width:40%;}
.bitpay-donate-button-wrapper {clear:both;margin:auto;text-align:center;}
input.bitpay-donate-error {border:2px solid red;}
</style>
{% endblock %}
{% block content %}
<div class="col-md-4">
<img src="{{ url_for('static', filename='images/Support.png') }}" class="img-responsive img-rounded center-block" alt="WhoIs" width="160"></img>
<div class="text-center">
<h2>Support us!</h2>
</div>
</div>
<div class="col-md-8">
<div class="jumbotron">
<h2>Take action for a <strong>#FreeInternet</strong>! Support us today!</h2>
<p>As a non-profit organization we are 100% community funded. Donations from our members and supporters will be used to <strong>power Tor nodes</strong>, <strong>print flyers and posters</strong> or cover administrative charges.</p>
<span class='highlighted-label'><a href="{{ url_for('donate.received') }}"><span class="label label-info">Donation history</span></a></span>
<span class='highlighted-label'><a href="{{ url_for('root.bridgeprogram') }}"><span class="label label-primary">Adopt a Tor Bridge</span></a></span>
</div>
</div>
<div class="col-md-12">
<div class="col-md-4">
<div class="thumbnail">
<center>
<h3>Wire Transfer </h3>
</center>
<div class="well well-sm">
<p>
<strong>Account holder:</strong> Frënn vun der Ënn A.S.B.L.<br>
<strong>BIC/SWIFT:</strong> BCEELULL<br>
<strong>IBAN:</strong> LU65 0019 4055 6782 7000<br>
</p>
</div>
<div class="well well-sm">
<p>
<strong>Account holder:</strong> Chaos Computer Club Lëtzebuerg A.S.B.L.<br>
<strong>BIC/SWIFT:</strong> BCEELULL<br>
<strong>IBAN:</strong> LU29 0019 2855 3890 4000<br>
<strong>Subject:</strong> * to FVDE<br>
</p>
</div>
</div>
</div>
<div class="col-md-4 clearfix">
<div class="thumbnail">
<center>
<h3>SnailMail</h3>
</center>
<div class="well well-sm">
<div class="pull-right">
<form class="form-inline" role="form" method="POST" action"{{ url_for('donate.index') }}">
{{ form.hidden_tag() }}
<div class="form-group">
{{ form.country(class_='form-control input-sm', onchange='this.form.submit()') }}
<noscript>{{ form.submit(class_='btn btn-enn btn-sm') }}</noscript>
</div>
</form>
</div>
<address>
<strong>Frënn vun der Ënn, ASBL</strong><br>
BPM 381892<br>
{{ address['address'] }}<br>
{{ address['postal_code'] }}, {{ address['city'] }}<br>
{{ address['country'] }}
</address>
</div>
</div>
</div>
<div class="col-md-4">
<div class="thumbnail">
<center>
<h3>Bitcoin</h3>
</center>
<div class="well well-sm">
<p>
<strong>Bitcoin Address:</strong> 1EYZCq2ZL6chWXYYkJoDo7fz39UC7do5cC
</p>
<form class="bitpay-donate form-horizontal" action="https://bitpay.com/checkout" method="POST" onsubmit="return checkRequiredFields(this);">
<input name="action" type="hidden" value="checkout">
<div class="form-group">
<label class="col-sm-2 control-label">Email:</label>
<div class="col-sm-10">
<input class="bitpay-donate-field-email form-control" name="orderID" type="email" placeholder="Email address (optional)" maxlenght=50 autocapitalize=off autocorrect=off />
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">Amount:</label>
<div class="col-sm-10">
<input class="bitpay-donate-field-price form-control" style="display: inline;" name="price" type="number" value="0.1" placeholder="Amount" maxlenght="10" min="0.000006" step="0.000001" />
<select class="bitpay-donate-field-currency form-control" style="display: inline;" value="" name="currency">
<option selected="selected" value="BTC">BTC</option>
<option value="USD">USD</option>
<option value="EUR">EUR</option>
<option value="GBP">GBP</option>
<option value="AUD">AUD</option>
<option value="BGN">BGN</option>
<option value="BRL">BRL</option>
<option value="CAD">CAD</option>
<option value="CHF">CHF</option>
<option value="CNY">CNY</option>
<option value="CZK">CZK</option>
<option value="DKK">DKK</option>
<option value="HKD">HKD</option>
<option value="HRK">HRK</option>
<option value="HUF">HUF</option>
<option value="IDR">IDR</option>
<option value="ILS">ILS</option>
<option value="INR">INR</option>
<option value="JPY">JPY</option>
<option value="KRW">KRW</option>
<option value="LTL">LTL</option>
<option value="LVL">LVL</option>
<option value="MXN">MXN</option>
<option value="MYR">MYR</option>
<option value="NOK">NOK</option>
<option value="NZD">NZD</option>
<option value="PHP">PHP</option>
<option value="PLN">PLN</option>
<option value="RON">RON</option>
<option value="RUB">RUB</option>
<option value="SEK">SEK</option>
<option value="SGD">SGD</option>
<option value="THB">THB</option>
<option value="TRY">TRY</option>
<option value="ZAR">ZAR</option>
</select>
</div>
</div>
<input type="hidden" name="data" value="k3TZs7wPLcCaurVVZ8iW/MCwDwe94LwJrA22SKBNMwOmVLQ3AAW4TncxqpNFPVNScSCIqoQR+zwgYJSRtFBFciNwQ7Ezcnqb3JptfVNnDubnNy1KVTFCYXZ8m/83aFxFC0p6Lyf07a0HCEWTBMQhmVjFLuQYSa57kYQd+fzlL+lbi5pkBW8ok884l1ELYq6W">
<div class="bitpay-donate-button-wrapper form-group">
<input class="bitpay-donate-button" name="submit" src="https://bitpay.com/img/donate-button.svg" onerror="this.onerror=null; this.src='https://bitpay.com/img/donate-button-md.png'" width="126" height="48" type="image" alt="BitPay, the easy way the easy way to pay with bitcoins." border="0">
</div>
</form>
</div>
</div>
</div>
</div>
<div class="col-md-12">
<div class="col-md-4">
<div class="thumbnail">
<center>
<h3>PayPal <small><span class="label label-danger">high fees</span></small></h3>
<div class="well well-sm">
<p>Use your existing PayPal account or check-out as guest. (Credit cards accepted)</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="JKNKAGHS65QN4">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
</center>
</div>
</div>
<div class="col-md-4">
<div class="thumbnail">
<center>
<h3>Flattr</h3>
<div class="well well-sm">
<p>Flattr us!</p>
<a href="https://flattr.com/submit/auto?user_id=FVDE&url=https%3A%2F%2Fenn.lu/donate/flattr" target="_blank">
<img src="https://button.flattr.com/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0"></img>
</a>
</div>
</center>
</div>
</div>
<div class="col-md-4">
<div class="thumbnail">
<center>
<h3>BPM Points</h3>
<div class="well well-sm">
<p>For our parcel station and international mail boxes.</p>
<p>
Send your BPM voucher code to: <br>
<abbr title="E-Mail"><span class="glyphicon glyphicon-envelope"></span></abbr> : <a href="mailto:info@enn.lu">info@enn.lu</a> <span class="glyphicon glyphicon-lock"></span> GPG: <a href="http://keyserver.cypherpunk.lu:11371/pks/lookup?search=info@enn.lu&op=vindex" target="_blank">0x02225522</a>
</p>
</div>
</center>
</div>
</div>
</div>
{% endblock %}
|