diff options
author | Dan McGee <dan@archlinux.org> | 2012-02-23 10:23:05 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-02-23 10:23:05 -0600 |
commit | 255823d7e2dff380bd34b570a00c9dcda602870e (patch) | |
tree | 72e7ed0c882babe56b8dae53a429557e0c338cc2 | |
parent | 8fb6581c7ace21e36ea65de84b42f9f41826d9a7 (diff) |
Remove actual link to PayPal from retro views
The logo will still be there, but no need to have anyone click through
to the actual donation box.
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | retro/templates/retro/index-20040327.html | 11 | ||||
-rw-r--r-- | retro/templates/retro/index-20050328.html | 11 | ||||
-rw-r--r-- | retro/templates/retro/index-20060328.html | 11 |
3 files changed, 3 insertions, 30 deletions
diff --git a/retro/templates/retro/index-20040327.html b/retro/templates/retro/index-20040327.html index 384ce03c..08588fe5 100644 --- a/retro/templates/retro/index-20040327.html +++ b/retro/templates/retro/index-20040327.html @@ -218,18 +218,9 @@ <tr> <td style="background-color: rgb(238, 238, 238);" align="center"><br> <!-- paypal code --> -<form action="http://web.archive.org/web/20040327023505/https://www.paypal.com/cgi-bin/webscr" method="post"> -<input name="cmd" value="_xclick" type="hidden"> -<input name="business" value="jvinet@zeroflux.org" type="hidden"> -<input name="item_name" value="Arch Linux" type="hidden"> -<input name="image_url" value="http://www.archlinux.org/logos/arch-paypal.jpg" type="hidden"> -<input name="no_shipping" value="1" type="hidden"> -<input name="cn" value="Suggestions/Comments" type="hidden"> -<input name="no_note" value="1" type="hidden"> -<input src="{{ RETRO_STATIC_URL }}x-click-butcc-donate.gif" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" style="background: none repeat scroll 0% 0% transparent; border: medium none;" border="0" type="image"> +<img src="{{ RETRO_STATIC_URL }}x-click-butcc-donate.gif" alt="Make payments with PayPal - it's fast, free and secure!" style="background: none repeat scroll 0% 0% transparent; border: medium none;" border="0"> <br> <span class="f4">All money goes directly to server costs</span> -</form> </td> </tr> <tr> diff --git a/retro/templates/retro/index-20050328.html b/retro/templates/retro/index-20050328.html index 7cdca300..e2d3058f 100644 --- a/retro/templates/retro/index-20050328.html +++ b/retro/templates/retro/index-20050328.html @@ -295,18 +295,9 @@ <tr> <td style="background-color: rgb(238, 238, 238);" align="center"><br> <!-- paypal code --> -<form action="http://web.archive.org/web/20050328032247/https://www.paypal.com/cgi-bin/webscr" method="post"> -<input name="cmd" value="_xclick" type="hidden"> -<input name="business" value="jvinet@zeroflux.org" type="hidden"> -<input name="item_name" value="Arch Linux" type="hidden"> -<input name="image_url" value="http://www.archlinux.org/logos/arch-paypal.jpg" type="hidden"> -<input name="no_shipping" value="1" type="hidden"> -<input name="cn" value="Suggestions/Comments" type="hidden"> -<input name="no_note" value="1" type="hidden"> -<input src="{{ RETRO_STATIC_URL }}x-click-butcc-donate.gif" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" style="background: none repeat scroll 0% 0% transparent; border: medium none;" border="0" type="image"> +<img src="{{ RETRO_STATIC_URL }}x-click-butcc-donate.gif" alt="Make payments with PayPal - it's fast, free and secure!" style="background: none repeat scroll 0% 0% transparent; border: medium none;" border="0"> <br> <span class="f4">All money goes directly to server costs</span> -</form> </td> </tr> <tr> diff --git a/retro/templates/retro/index-20060328.html b/retro/templates/retro/index-20060328.html index aaf006e5..840974c0 100644 --- a/retro/templates/retro/index-20060328.html +++ b/retro/templates/retro/index-20060328.html @@ -323,16 +323,7 @@ <tr> <td style="background-color: rgb(238, 238, 238);" align="center"><br> <!-- paypal code --> -<form action="http://web.archive.org/web/20060328003102/https://www.paypal.com/cgi-bin/webscr" method="post"> -<input name="cmd" value="_xclick" type="hidden"> -<input name="business" value="jvinet@zeroflux.org" type="hidden"> -<input name="item_name" value="Arch Linux" type="hidden"> -<input name="image_url" value="/logos/arch-paypal.jpg" type="hidden"> -<input name="no_shipping" value="1" type="hidden"> -<input name="cn" value="Suggestions/Comments" type="hidden"> -<input name="no_note" value="1" type="hidden"> -<input src="{{ RETRO_STATIC_URL }}x-click-butcc-donate.gif" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" style="background: none repeat scroll 0% 0% transparent; border: medium none;" border="0" type="image"> -</form> +<img src="{{ RETRO_STATIC_URL }}x-click-butcc-donate.gif" alt="Make payments with PayPal - it's fast, free and secure!" style="background: none repeat scroll 0% 0% transparent; border: medium none;" border="0"> </td> </tr> <tr> |