Sebastian Hahn commited on 2015-11-20 16:34:12
Zeige 2 geänderte Dateien mit 1 Einfügungen und 54 Löschungen.
| ... | ... |
@@ -103,57 +103,4 @@ jQuery(function(){
|
| 103 | 103 |
displayVals(); |
| 104 | 104 |
}); |
| 105 | 105 |
</script> |
| 106 |
- |
|
| 107 |
- <!-- <div class="hundred toptwenty"> |
|
| 108 |
- <div class="dbox donate" style="text-align: center;"> |
|
| 109 |
- <form id="donate" action="https://www.paypal.com/cgi-bin/webscr" method="post"> |
|
| 110 |
- <p class="type"> |
|
| 111 |
- <select id="t3" name="t3"> |
|
| 112 |
- <option value="0">One-time Donation</option> |
|
| 113 |
- <option value="M">Monthly Subscription</option> |
|
| 114 |
- </select> |
|
| 115 |
- <small id="ppinfo">Does Not Require a PayPal |
|
| 116 |
-Account</small> |
|
| 117 |
- </p> |
|
| 118 |
- <div class="drow" style="text-align: center;"> |
|
| 119 |
- <div style="text-align: center;"> |
|
| 120 |
- <ul class="amounts"> |
|
| 121 |
- <li> |
|
| 122 |
- <select name="currency_code" class="cur"> |
|
| 123 |
- <option value="USD" selected="selected">$</option> |
|
| 124 |
- <option value="EUR">€</option> |
|
| 125 |
- <option value="GBP">£</option> |
|
| 126 |
- </select> |
|
| 127 |
- </li> |
|
| 128 |
- <li><input type="radio" class="radio" name="amount" value="10.00"><label for="10">10 </label></li> |
|
| 129 |
- <li><input type="radio" class="radio" name="amount" value="23.00"><label for="23">23 </label></li> |
|
| 130 |
- <li><input type="radio" class="radio" name="amount" value="100.00" checked="checked"><label for="100">100 </label></li> |
|
| 131 |
- <li><input type="radio" class="radio" name="amount" value="256.00"><label for="256">256</label></li> |
|
| 132 |
- <li><input type="radio" class="radio" name="amount" value="500.00"><label for="500">500</label></li> |
|
| 133 |
- <li><input id="other" type="radio" class="radio" name="amount" value="other"><label for="other">other</label></li> |
|
| 134 |
- <li><input style="display: none;" type="text" id="amount" class="amount" name="amount"></li> |
|
| 135 |
- </ul> |
|
| 136 |
- </div> |
|
| 137 |
- <div style="text-align: center;"> |
|
| 138 |
- <input type="hidden" id="a3" name="a3" value="0"> |
|
| 139 |
-< !-- <input class="donate-btn" type="submit" name="donate" value="Donate" alt="Subscribe to Tor with PayPal - it's fast, free and secure!"> -/- > |
|
| 140 |
- </div> |
|
| 141 |
- <input type="hidden" id="p3" name="p3" value="1"> |
|
| 142 |
- <input type="hidden" name="sra" value="1"> |
|
| 143 |
- <input type="hidden" name="src" value="1"> |
|
| 144 |
- <input type="hidden" name="no_shipping" value="1"> |
|
| 145 |
- <input type="hidden" name="no_note" value="1"> |
|
| 146 |
- <input type="hidden" id="cmd" name="cmd" value="_donations"> |
|
| 147 |
- <input type="hidden" name="business" value="donations@torproject.org"> |
|
| 148 |
- <input type="hidden" id="item_name" name="item_name" value="Donation to the Tor Project"> |
|
| 149 |
- <input type="hidden" name="return" value="https://www.torproject.org/donate/thankyou"> |
|
| 150 |
- <input type="hidden" name="cancel_return" value="https://www.torproject.org/getinvolved/volunteer"> |
|
| 151 |
- </div> |
|
| 152 |
- <div style="text-align: center;"> |
|
| 153 |
- <input type="image" src="$(IMGROOT)/paypal_logo.jpg" height="55" name="submit" alt="Subscribe to Tor with PayPal - it's fast, free and secure!"> |
|
| 154 |
- </div> |
|
| 155 |
- </form> |
|
| 156 |
- </div> |
|
| 157 |
- </div>--> |
|
| 158 |
-<!-- END PAYPAL --> |
|
| 159 | 106 |
#include <donatefoot.wmi> |
| ... | ... |
@@ -2,7 +2,7 @@ |
| 2 | 2 |
<footer class="container footer"> |
| 3 | 3 |
<div class="col-md-12"> |
| 4 | 4 |
<p class="text-center">The Tor Project is a 501(c)(3) US non-profit organization dedicated to research, development, and education about online anonymity and privacy.<br /> |
| 5 |
- <a href="donor-privacy-policy.html">Privacy Policy</a> & <a href="donor-faq.html">Donor FAQ</a></p> |
|
| 5 |
+ <a href="<page donate/donor-privacy-policy>">Privacy Policy</a> & <a href="<page donate/donor-faq>">Donor FAQ</a></p> |
|
| 6 | 6 |
</div> |
| 7 | 7 |
</footer> |
| 8 | 8 |
|
| 9 | 9 |