forked from Gnucash/gnucash-htdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
donate.phtml
49 lines (35 loc) · 2.29 KB
/
donate.phtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?php
include("lang.php");
$title = T_("Donations");
include("emulate_globals_on.php");
include("externals/header.phtml");
include("externals/menu.phtml");
?>
<div id="content">
<h1><?php echo T_("Donations");?></h1>
<p class="justify"><?php echo T_("<span class=\"gnucash\">GnuCash</span> is Free Software and is made available free of charge. Your donation, which is purely optional, supports our worldwide community. If you like the software, please consider a donation. We are only a handfull of developers and other volunteers serving countless users worldwide.");?></p>
<div class="featurecontainer">
<div class="featureborder">
<h2 class="featuretitle"><?php echo T_("Various ways to donate");?></h2>
</div>
<h3><?= T_("You can donate via the Sourceforge tip jar");?></h3>
<a style="float:left; margin: 0 10px 10px 0;" href="http://sourceforge.net/donate/index.php?group_id=192"><img src="<?=$home?>/images/gnucash-sf-donation.png" valign="center" alt="[Sourceforge]" /></a>
<p><a href="http://sourceforge.net/donate/index.php?group_id=192"><?=T_("Sourceforge tip jar")?></a></p>
<p><?= T_("The tip jar is run through Paypal into an account managed by IHTFP Consulting, owned by Derek Atkins. So don't be surprised when your payment goes there.");?></p>
<h3 style="clear:both;"><?= T_("You can transfer a donation to our bank account");?></h3>
<p><?php echo T_("Owner:");?> Geert Janssens<br/>
<?php echo T_("Purpose: Donation");?><br/>
<?php echo T_("Account:");?> 973-0754570-41<br/>
<?php echo T_("Bank Identifier Code (BIC):");?> ARSPBE22XXX, <?php echo T_("Bank:");?>Argenta Bank Grimbergen<br/>
<?php echo T_("IBAN:");?> IBAN BE88 9730 7545 7041<br/>
<?php echo T_("Address of bank:");?> Argenta, Lagesteenweg 96, 1850 Grimbergen, Belgium</p>
</div>
<div class="featurecontainer">
<div class="featureborder">
<h2 class="featuretitle"><?php echo T_("Why we appreciate your support");?></h2>
</div>
<p><?php echo T_("GnuCash is a volunteer effort. While we manage to keep our operational costs low there are inevitably expenses involved in keeping the servers running.");?></p>
<p><?php echo T_("Your contribution will be used to cover these expenses.");?></p>
<p><?php echo T_("Thank you for your support!");?></p>
</div>
<?php include("externals/footer.phtml"); ?></p>