Template Difference
| # | Master Template: MakeDonation.tpl | Local Copy: MakeDonation.tpl |
| 1 |
<br /> |
<br />
|
| 2 |
<br /> |
<br />
|
| 3 |
{{oinclude file="payment-js.tpl" path=$include_path}} |
{{oinclude file="payment-js.tpl" path=$include_path}}
|
| 4 |
{{if $mode_testpayment}} |
{{if $mode_testpayment}}
|
| 5 |
{{oinclude file="mode-testpayment-notice.tpl" path=$include_path}} |
{{oinclude file="mode-testpayment-notice.tpl" path=$include_path}}
|
| 6 |
{{/if}} |
{{/if}}
|
| 7 |
{{if $donationtype && $donationtype.name}} |
{{if $donationtype && $donationtype.name}}
|
| 8 |
<h1 align="center">{{$donationtype.name}}</h1> |
<h1 align="center">{{$donationtype.name}}</h1>
|
| 9 |
{{else}} |
{{else}}
|
| 10 |
<h1 align="center">Make a Donation</h1> |
<h1 align="center">Make a Donation</h1>
|
| 11 |
{{/if}} |
(<A href="https://www.panamericanrelief.org/ht/d/sp/i/11525/pid/11525">Tax Exempt Status</A>)
|
| 12 |
{{if $error_message}} |
{{/if}}
|
| 13 |
<p> |
{{if $error_message}}
|
| 14 |
{{$error_message}} |
<p>
|
| 15 |
</p> |
{{$error_message}}
|
| 16 |
{{/if}} |
</p>
|
| 17 |
{{if $donationtype}} |
{{/if}}
|
| 18 |
<p> |
{{if $donationtype}}
|
| 19 |
{{$donationtype.description}} |
<p>
|
| 20 |
</p> |
{{$donationtype.description}}
|
| 21 |
{{/if}} |
</p>
|
| 22 |
<table border="0" cellpadding="0" cellspacing="5" width="450"> |
{{/if}}
|
| 23 |
{{if $use_pflink}} |
<table border="0" cellpadding="0" cellspacing="5" width="450">
|
| 24 |
<form name="main" method="post" action="{{$site_http_url}}/index.php" onsubmit="return checkForm()"> |
{{if $use_pflink}}
|
| 25 |
<input type="hidden" name="action" value="MakeDonationWithPayflowLinkAction"> |
<form name="main" method="post" action="{{$site_http_url}}/index.php" onsubmit="return checkForm()">
|
| 26 |
<input type="hidden" name="display" value="MakeDonationWithPayflowLink"> |
<input type="hidden" name="action" value="MakeDonationWithPayflowLinkAction">
|
| 27 |
<input type="hidden" name="description" value="Donation"> |
<input type="hidden" name="display" value="MakeDonationWithPayflowLink">
|
| 28 |
<input type="hidden" name="nologin" value="true"> |
<input type="hidden" name="description" value="Donation">
|
| 29 |
{{else}} |
<input type="hidden" name="nologin" value="true">
|
| 30 |
<form name="main" method="post" action="{{$site_secure_url}}/index.php" onsubmit="return checkForm()"> |
{{else}}
|
| 31 |
{{if $actionclass}} |
<form name="main" method="post" action="{{$site_secure_url}}/index.php" onsubmit="return checkForm()">
|
| 32 |
<input type="hidden" name="action" value="{{$actionclass}}"> |
{{if $actionclass}}
|
| 33 |
{{else}} |
<input type="hidden" name="action" value="{{$actionclass}}">
|
| 34 |
<input type="hidden" name="action" value="MakeDonationAction"> |
{{else}}
|
| 35 |
{{/if}} |
<input type="hidden" name="action" value="MakeDonationAction">
|
| 36 |
<input type="hidden" name="display" value="MakeDonationDone"> |
{{/if}}
|
| 37 |
<input type="hidden" name="id" value="{{$id}}"> |
<input type="hidden" name="display" value="MakeDonationDone">
|
| 38 |
<input type="hidden" name="moid" value="{{$moid}}"> |
<input type="hidden" name="id" value="{{$id}}">
|
| 39 |
<input type="hidden" name="address_index" value="{{$address_index}}"> |
<input type="hidden" name="moid" value="{{$moid}}">
|
| 40 |
<input type="hidden" name="description" value="Donation"> |
<input type="hidden" name="address_index" value="{{$address_index}}">
|
| 41 |
{{/if}} |
<input type="hidden" name="description" value="Donation">
|
| 42 |
|
{{/if}}
|
| 43 |
{{oinclude file="payment-form.tpl" path=$include_path donation="true"}} |
|
| 44 |
|
{{oinclude file="payment-form.tpl" path=$include_path donation="true"}}
|
| 45 |
<tr> |
|
| 46 |
<td></td> |
<tr>
|
| 47 |
<td align="center" colspan="3"> |
<td></td>
|
| 48 |
<input type="submit" value="Make donation"> |
<td align="center" colspan="3">
|
| 49 |
</td> |
<input type="submit" value="Make donation">
|
| 50 |
</tr> |
</td>
|
| 51 |
</form> |
</tr>
|
| 52 |
</table> |
</form>
|
| 53 |
<br /> |
</table>
|
| 54 |
{{oinclude file="payment-disclaimer.tpl" path=$include_path}} |
<br />
|
| 55 | missing |
{{oinclude file="payment-disclaimer.tpl" path=$include_path}}
|