Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
1abd437b
Commit
1abd437b
authored
Sep 13, 2016
by
sajolida
Browse files
Indent
parent
209ec80c
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiki/src/donate.html
View file @
1abd437b
...
...
@@ -44,115 +44,115 @@
<form
method=
"post"
action=
"https://www.paypal.com/cgi-bin/webscr"
>
<!-- HTML Variables for PayPal Payments Standard:
https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/Appx_websitestandard_htmlvariables/ -->
<input
type=
"hidden"
name=
"cmd"
value=
"_xclick-subscriptions"
id=
"cmd"
>
<input
type=
"hidden"
name=
"business"
value=
"tailsriseuplabs@riseup.net"
id=
"business"
>
<input
type=
"hidden"
name=
"currency_code"
value=
"USD"
id=
"currency_code"
>
<input
type=
"hidden"
name=
"item_name"
value=
"Donation+to+Tails"
>
<input
type=
"hidden"
name=
"no_note"
value=
"1"
>
<input
type=
"hidden"
name=
"return"
value=
"https://tails.boum.org/donate/thanks"
>
<input
type=
"hidden"
name=
"cancel_return"
value=
"https://tails.boum.org/donate/canceled"
>
<!-- For recurring donations only. -->
<input
type=
"hidden"
name=
"a3"
value=
"5"
id=
"a3"
>
<input
type=
"hidden"
name=
"t3"
value=
"Y"
id=
"t3"
>
<input
type=
"hidden"
name=
"p3"
value=
"1"
>
<input
type=
"hidden"
name=
"src"
value=
"1"
>
<!-- For one-time donation only. -->
<input
type=
"hidden"
name=
"amount"
value=
"5"
id=
"amount"
>
<div
id=
"currency"
>
<div
class=
"col-md-12 btn-group btn-group-justified"
data-toggle=
"buttons"
role=
"group"
>
<label
class=
"btn btn-lg btn-primary active"
id=
"currency-dollar"
>
<input
type=
"radio"
id=
"dollars"
autocomplete=
"off"
checked
data-complete-text=
"finished!"
>
Dollars
</input>
</label>
<label
class=
"btn btn-lg btn-primary"
id=
"currency-euro"
>
<input
type=
"radio"
id=
"euros"
autocomplete=
"off"
checked
data-complete-text=
"finished!"
>
Euros
</input>
</label>
</div>
</div>
<!-- HTML Variables for PayPal Payments Standard:
https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/Appx_websitestandard_htmlvariables/ -->
<input
type=
"hidden"
name=
"cmd"
value=
"_xclick-subscriptions"
id=
"cmd"
>
<input
type=
"hidden"
name=
"business"
value=
"tailsriseuplabs@riseup.net"
id=
"business"
>
<input
type=
"hidden"
name=
"currency_code"
value=
"USD"
id=
"currency_code"
>
<input
type=
"hidden"
name=
"item_name"
value=
"Donation+to+Tails"
>
<input
type=
"hidden"
name=
"no_note"
value=
"1"
>
<input
type=
"hidden"
name=
"return"
value=
"https://tails.boum.org/donate/thanks"
>
<input
type=
"hidden"
name=
"cancel_return"
value=
"https://tails.boum.org/donate/canceled"
>
<!-- For recurring donations only. -->
<input
type=
"hidden"
name=
"a3"
value=
"5"
id=
"a3"
>
<input
type=
"hidden"
name=
"t3"
value=
"Y"
id=
"t3"
>
<input
type=
"hidden"
name=
"p3"
value=
"1"
>
<input
type=
"hidden"
name=
"src"
value=
"1"
>
<!-- For one-time donation only. -->
<input
type=
"hidden"
name=
"amount"
value=
"5"
id=
"amount"
>
<div
id=
"currency"
>
<div
class=
"col-md-12 btn-group btn-group-justified"
data-toggle=
"buttons"
role=
"group"
>
<label
class=
"btn btn-lg btn-primary active"
id=
"currency-dollar"
>
<input
type=
"radio"
id=
"dollars"
autocomplete=
"off"
checked
data-complete-text=
"finished!"
>
Dollars
</input>
</label>
<label
class=
"btn btn-lg btn-primary"
id=
"currency-euro"
>
<input
type=
"radio"
id=
"euros"
autocomplete=
"off"
checked
data-complete-text=
"finished!"
>
Euros
</input>
</label>
</div>
</div>
<div
id=
"frequency"
>
<div
class=
"col-md-12 btn-group btn-group-justified"
data-toggle=
"buttons"
role=
"group"
>
<label
class=
"btn btn-lg btn-primary"
id=
"one-time"
>
<input
type=
"radio"
autocomplete=
"off"
>
One-time
</input>
</label>
<label
class=
"btn btn-lg btn-primary"
id=
"monthly"
>
<input
type=
"radio"
autocomplete=
"off"
>
Monthly
</input>
</label>
<label
class=
"btn btn-lg btn-primary active"
id=
"yearly"
>
<input
type=
"radio"
autocomplete=
"off"
checked
>
Yearly
</input>
</label>
</div>
</div>
<div
id=
"frequency"
>
<div
class=
"col-md-12 btn-group btn-group-justified"
data-toggle=
"buttons"
role=
"group"
>
<label
class=
"btn btn-lg btn-primary"
id=
"one-time"
>
<input
type=
"radio"
autocomplete=
"off"
>
One-time
</input>
</label>
<label
class=
"btn btn-lg btn-primary"
id=
"monthly"
>
<input
type=
"radio"
autocomplete=
"off"
>
Monthly
</input>
</label>
<label
class=
"btn btn-lg btn-primary active"
id=
"yearly"
>
<input
type=
"radio"
autocomplete=
"off"
checked
>
Yearly
</input>
</label>
</div>
</div>
<div
id=
"dollar-amounts"
class=
"amounts"
data-toggle=
"buttons"
role=
"group"
>
<label
class=
"btn btn-lg btn-primary col-md-3 5"
>
<input
type=
"radio"
autocomplete=
"off"
>
$5
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 10"
>
<input
type=
"radio"
autocomplete=
"off"
>
$10
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 20"
>
<input
type=
"radio"
autocomplete=
"off"
>
$20
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 50"
>
<input
type=
"radio"
autocomplete=
"off"
>
$50
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 100"
>
<input
type=
"radio"
autocomplete=
"off"
>
$100
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 250"
>
<input
type=
"radio"
autocomplete=
"off"
>
$250
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 500"
>
<input
type=
"radio"
autocomplete=
"off"
>
$500
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 other"
>
<span>
Other
</span>
<div
class=
"input-group"
>
<span
class=
"input-group-addon"
>
$
</span>
<input
type=
"text"
class=
"form-control"
id=
"other-dollar"
>
</div>
</label>
</div>
<div
id=
"dollar-amounts"
class=
"amounts"
data-toggle=
"buttons"
role=
"group"
>
<label
class=
"btn btn-lg btn-primary col-md-3 5"
>
<input
type=
"radio"
autocomplete=
"off"
>
$5
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 10"
>
<input
type=
"radio"
autocomplete=
"off"
>
$10
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 20"
>
<input
type=
"radio"
autocomplete=
"off"
>
$20
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 50"
>
<input
type=
"radio"
autocomplete=
"off"
>
$50
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 100"
>
<input
type=
"radio"
autocomplete=
"off"
>
$100
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 250"
>
<input
type=
"radio"
autocomplete=
"off"
>
$250
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 500"
>
<input
type=
"radio"
autocomplete=
"off"
>
$500
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 other"
>
<span>
Other
</span>
<div
class=
"input-group"
>
<span
class=
"input-group-addon"
>
$
</span>
<input
type=
"text"
class=
"form-control"
id=
"other-dollar"
>
</div>
</label>
</div>
<div
id=
"euro-amounts"
class=
"amounts"
data-toggle=
"buttons"
role=
"group"
>
<label
class=
"btn btn-lg btn-primary col-md-3 5"
>
<input
type=
"radio"
autocomplete=
"off"
>
5€
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 10"
>
<input
type=
"radio"
autocomplete=
"off"
>
10€
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 20"
>
<input
type=
"radio"
autocomplete=
"off"
>
20€
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 50"
>
<input
type=
"radio"
autocomplete=
"off"
>
50€
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 100"
>
<input
type=
"radio"
autocomplete=
"off"
>
100€
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 250"
>
<input
type=
"radio"
autocomplete=
"off"
>
250€
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 500"
>
<input
type=
"radio"
autocomplete=
"off"
>
500€
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 other"
>
<span>
Other
</span>
<div
class=
"input-group"
>
<input
type=
"text"
class=
"form-control text-right"
id=
"other-euro"
>
<span
class=
"input-group-addon"
>
€
</span>
</div>
</label>
</div>
<div
id=
"euro-amounts"
class=
"amounts"
data-toggle=
"buttons"
role=
"group"
>
<label
class=
"btn btn-lg btn-primary col-md-3 5"
>
<input
type=
"radio"
autocomplete=
"off"
>
5€
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 10"
>
<input
type=
"radio"
autocomplete=
"off"
>
10€
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 20"
>
<input
type=
"radio"
autocomplete=
"off"
>
20€
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 50"
>
<input
type=
"radio"
autocomplete=
"off"
>
50€
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 100"
>
<input
type=
"radio"
autocomplete=
"off"
>
100€
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 250"
>
<input
type=
"radio"
autocomplete=
"off"
>
250€
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 500"
>
<input
type=
"radio"
autocomplete=
"off"
>
500€
</input>
</label>
<label
class=
"btn btn-lg btn-primary col-md-3 other"
>
<span>
Other
</span>
<div
class=
"input-group"
>
<input
type=
"text"
class=
"form-control text-right"
id=
"other-euro"
>
<span
class=
"input-group-addon"
>
€
</span>
</div>
</label>
</div>
<div
id=
"donate-button"
>
<button
class=
"btn btn-primary btn-lg btn-block col-md-12"
>
Donate
</button>
</div>
<div
id=
"donate-button"
>
<button
class=
"btn btn-primary btn-lg btn-block col-md-12"
>
Donate
</button>
</div>
</form>
...
...
@@ -179,45 +179,49 @@ permitted by law.</strong></p>
<h3>
Recurring donation
</h3>
<form
action=
"https://www.paypal.com/cgi-bin/webscr"
method=
"post"
target=
'_blank'
class=
'donation'
>
<input
type=
"hidden"
name=
"cmd"
value=
"_xclick-subscriptions"
/>
<input
type=
"hidden"
name=
"business"
value=
"tails@torservers.net"
/>
<input
type=
"hidden"
name=
"item_name"
value=
"Tails recurring donation"
/>
<input
type=
"hidden"
name=
"no_note"
value=
"1"
/>
<input
type=
"hidden"
name=
"src"
value=
"1"
/>
<input
type=
"hidden"
name=
"modify"
value=
"1"
/>
<input
type=
"hidden"
name=
"t3"
value=
"M"
/>
<input
name=
"lc"
type=
"hidden"
value=
"US"
/>
<input
type=
"radio"
name=
"a3"
value=
"5"
id=
"sub5"
checked=
"checked"
/><label
for=
"sub5"
>
5
</label>
<input
type=
"radio"
name=
"a3"
value=
"10"
id=
"sub10"
/><label
for=
"sub10"
>
10
</label>
<input
type=
"radio"
name=
"a3"
value=
"20"
id=
"sub20"
/><label
for=
"sub20"
>
20
</label>
<input
type=
"radio"
name=
"a3"
value=
"50"
id=
"sub50"
/><label
for=
"sub50"
>
50
</label>
<input
type=
"radio"
name=
"a3"
value=
"100"
id=
"sub100"
/><label
for=
"sub100"
>
100
</label>
<input
type=
"radio"
name=
"a3"
value=
"250"
id=
"sub250"
/><label
for=
"sub250"
>
250
</label>
<input
type=
"radio"
name=
"a3"
value=
"500"
id=
"sub500"
/><label
for=
"sub500"
>
500
</label>
<br/>
<input
type=
"radio"
name=
"p3"
value=
"1"
id=
"sub_m"
checked=
"checked"
/><label
for=
"sub_m"
>
monthly
</label>
<input
type=
"radio"
name=
"p3"
value=
"3"
id=
"sub_q"
/><label
for=
"sub_q"
>
quarterly
</label>
<input
type=
"radio"
name=
"p3"
value=
"12"
id=
"sub_y"
/><label
for=
"sub_y"
>
yearly
</label>
<br/>
<input
type=
"submit"
value=
"Subscribe"
class=
"button"
/>
<input
type=
"hidden"
name=
"cmd"
value=
"_xclick-subscriptions"
/>
<input
type=
"hidden"
name=
"business"
value=
"tails@torservers.net"
/>
<input
type=
"hidden"
name=
"item_name"
value=
"Tails recurring donation"
/>
<input
type=
"hidden"
name=
"no_note"
value=
"1"
/>
<input
type=
"hidden"
name=
"src"
value=
"1"
/>
<input
type=
"hidden"
name=
"modify"
value=
"1"
/>
<input
type=
"hidden"
name=
"t3"
value=
"M"
/>
<input
name=
"lc"
type=
"hidden"
value=
"US"
/>
<input
type=
"radio"
name=
"a3"
value=
"5"
id=
"sub5"
checked=
"checked"
/><label
for=
"sub5"
>
5
</label>
<input
type=
"radio"
name=
"a3"
value=
"10"
id=
"sub10"
/><label
for=
"sub10"
>
10
</label>
<input
type=
"radio"
name=
"a3"
value=
"20"
id=
"sub20"
/><label
for=
"sub20"
>
20
</label>
<input
type=
"radio"
name=
"a3"
value=
"50"
id=
"sub50"
/><label
for=
"sub50"
>
50
</label>
<input
type=
"radio"
name=
"a3"
value=
"100"
id=
"sub100"
/><label
for=
"sub100"
>
100
</label>
<input
type=
"radio"
name=
"a3"
value=
"250"
id=
"sub250"
/><label
for=
"sub250"
>
250
</label>
<input
type=
"radio"
name=
"a3"
value=
"500"
id=
"sub500"
/><label
for=
"sub500"
>
500
</label>
<br/>
<input
type=
"radio"
name=
"p3"
value=
"1"
id=
"sub_m"
checked=
"checked"
/><label
for=
"sub_m"
>
monthly
</label>
<input
type=
"radio"
name=
"p3"
value=
"3"
id=
"sub_q"
/><label
for=
"sub_q"
>
quarterly
</label>
<input
type=
"radio"
name=
"p3"
value=
"12"
id=
"sub_y"
/><label
for=
"sub_y"
>
yearly
</label>
<br/>
<input
type=
"submit"
value=
"Subscribe"
class=
"button"
/>
</form>
<h3>
One-time donation
</h3>
<form
action=
'https://www.paypal.com/cgi-bin/webscr'
id=
'paypalForm'
method=
'post'
target=
'_blank'
class=
'donation'
>
<input
name=
'cmd'
type=
'hidden'
value=
'_donations'
/>
<input
name=
'business'
type=
'hidden'
value=
'tails@torservers.net'
/>
<input
name=
'item_name'
type=
'hidden'
value=
'Tails one-time donation'
/>
<input
type=
"hidden"
name=
"no_shipping"
value=
"1"
/>
<input
name=
"lc"
type=
"hidden"
value=
"US"
/>
<input
type=
"radio"
name=
"amount"
value=
"5"
id=
"pp_5"
/><label
for=
"pp_5"
>
5
</label>
<input
type=
"radio"
name=
"amount"
value=
"10"
id=
"pp_10"
/><label
for=
"pp_10"
>
10
</label>
<input
type=
"radio"
name=
"amount"
value=
"20"
id=
"pp_20"
/><label
for=
"pp_20"
>
20
</label>
<input
type=
"radio"
name=
"amount"
value=
"50"
id=
"pp_50"
/><label
for=
"pp_50"
>
50
</label>
<input
type=
"radio"
name=
"amount"
value=
"100"
id=
"pp_100"
/><label
for=
"pp_100"
>
100
</label>
<input
type=
"radio"
name=
"amount"
value=
""
id=
"pp_cust"
checked=
"checked"
/><label
for=
"pp_cust"
>
custom amount
</label>
<br/>
<input
type=
"submit"
value=
"Donate"
class=
"button"
/>
<input
name=
'cmd'
type=
'hidden'
value=
'_donations'
/>
<input
name=
'business'
type=
'hidden'
value=
'tails@torservers.net'
/>
<input
name=
'item_name'
type=
'hidden'
value=
'Tails one-time donation'
/>
<input
type=
"hidden"
name=
"no_shipping"
value=
"1"
/>
<input
name=
"lc"
type=
"hidden"
value=
"US"
/>
<input
type=
"radio"
name=
"amount"
value=
"5"
id=
"pp_5"
/><label
for=
"pp_5"
>
5
</label>
<input
type=
"radio"
name=
"amount"
value=
"10"
id=
"pp_10"
/><label
for=
"pp_10"
>
10
</label>
<input
type=
"radio"
name=
"amount"
value=
"20"
id=
"pp_20"
/><label
for=
"pp_20"
>
20
</label>
<input
type=
"radio"
name=
"amount"
value=
"50"
id=
"pp_50"
/><label
for=
"pp_50"
>
50
</label>
<input
type=
"radio"
name=
"amount"
value=
"100"
id=
"pp_100"
/><label
for=
"pp_100"
>
100
</label>
<input
type=
"radio"
name=
"amount"
value=
""
id=
"pp_cust"
checked=
"checked"
/><label
for=
"pp_cust"
>
custom amount
</label>
<br/>
<input
type=
"submit"
value=
"Donate"
class=
"button"
/>
</form>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment