Index: trunk/www/sites/www/community/donations/previousdonations.php =================================================================== --- trunk/www/sites/www/community/donations/previousdonations.php (revision 1530076) +++ trunk/www/sites/www/community/donations/previousdonations.php (revision 1530077) @@ -1,77 +1,77 @@ "PayPal Donations", 'cssFile' => '/css/announce.css' ]); require('../../aether/header.php'); $site_root = "../../"; ?>

PayPal Donations

The following contributions have been generously made through PayPal to KDE using the donation form. If you want to contribute in other ways, look at the overview page to see all the ways you can contribute. We thank the donors listed below for their support!

Note this list does not include campaign specific donations like:

2001; $year--) { echo "

$year

"; - echo "
"; + echo "
"; echo ""; echo "
"; echo "

"; for ($month = 12; $month >=1 ; $month--) { $month < 10 ? $month_s = "0".$month : $month_s = $month; $query = "select *,unix_timestamp(date) as date_t from donations "; $query .= "where date >= '".$year."-".$month_s."-01' and "; $query .= "date <= '".$year."-".$month_s."-31 23:59:59' order by date desc"; # echo "
".$query."

"; $q = mysql_query($query,$sq); echo mysql_error(); if (mysql_num_rows($q) == 0) { continue; } $total = 0; echo ""; echo ""; echo ""; while ($row = mysql_fetch_array($q)) { $msg = htmlentities($row["message"]); if ($msg == "") { $msg = "Anonymous donation"; } $total += $row["amount"]; echo ""; echo ""; echo ""; echo ""; echo ""; } echo ""; echo "
".date("Y - F", mktime(0,0,0,$month,1,$year))."
DateAmountMessage
".date("jS H:i", $row["date_t"])."€ ".number_format($row["amount"],2)."".$msg."
Total€ ".number_format($total,2)." 

"; } } ?>

Note: donations that have been made in the past in US$ are converted to Euro on Aug 8th 2011 with a current exchange rate of 1 US$ = 0.7002 Euro. The original amount is listed.