No need for a "donation" subdirectory anymore.

This commit is contained in:
Kevin
2008-08-29 20:26:42 +00:00
parent e256e9a039
commit 41eeeb1be4
10 changed files with 4 additions and 94 deletions

View File

@@ -1,7 +0,0 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
</head>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</html>

View File

@@ -1,38 +0,0 @@
<!--version $Id$ //-->
<!-- reference and all paypal codes
https://www.paypal.com/cgi-bin/webscr?cmd=p/pdn/howto_checkout-outside
https://www.paypal.com/cgi-bin/webscr?cmd=p/sell/mc/mc_wa-outside
//-->
<form action="https://www.paypal.com/cgi-bin/webscr" target="_blank" method="post">
<div style="text-align: center;">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="{PAY_ACC}" />
<input type="hidden" name="item_name" value="{L_PAY_ITEM}" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="no_shipping" value="2" />
<input type="hidden" name="bn" value="PP-DonationsBF" />
<input type="hidden" name="tax" value="0" />
$
<!--
ISO 8859-1 character set overview
http://www.htmlhelp.com/reference/charset/
//-->
<select name="amount">
<option value="1.00">1.00</option>
<option value="2.00">2.00</option>
<option value="3.00">3.00</option>
<option value="4.00">4.00</option>
<option value="5.00">5.00</option>
<option value="10.00">10.00</option>
<option value="20.00">20.00</option>
<option value="25.00">25.00</option>
<option value="50.00">50.00</option>
<option value="100.00">100.00</option>
</select>
<br />
<input type="image" src="{T_THEME_PATH}/images/portal/paypal.gif" style="border:0px; background-color:transparent; padding-top:6px" />
</div>
</form>

View File

@@ -157,7 +157,7 @@ small, .small {
<!-- ENDIF -->
<!-- IF S_DISPLAY_PAY_C -->
<!-- INCLUDE portal/block/donation/donation.html -->
<!-- INCLUDE portal/block/donation.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_WORDGRAPH -->
@@ -215,7 +215,7 @@ small, .small {
<!-- ENDIF -->
<!-- IF S_DISPLAY_PAY_S -->
<!-- INCLUDE portal/block/donation/donation_small.html -->
<!-- INCLUDE portal/block/donation_small.html -->
<!-- ENDIF -->
</td>
<!-- [-] right block area -->