Index: trunk/www/sites/www/fundraisers/yearend2014/index.php =================================================================== --- trunk/www/sites/www/fundraisers/yearend2014/index.php (revision 1530170) +++ trunk/www/sites/www/fundraisers/yearend2014/index.php (revision 1530171) @@ -1,290 +1,300 @@ i18n_noop("Make the World a Better Place! - KDE End of Year 2014 Fundraising"), + 'cssFile' => '/css/announce.css' + ]); + + require('../../aether/header.php'); + $site_root = "../../"; require("donations_auth.inc"); $query = "select count(*) from yearend2014donations;"; $q = mysql_query($query,$sq); echo mysql_error(); $row = mysql_fetch_array($q); $index = $row[0]; $query = "select *,unix_timestamp(date) as date_t from yearend2014donations order by date desc;"; $q = mysql_query($query,$sq); echo mysql_error(); $total = 0; $table = ""; $table.=""; while ($row = mysql_fetch_array($q)) { $msg = htmlspecialchars($row["message"]); if ($msg == "") { $msg = "".i18n_var("Anonymous donation").""; } $amount = $row["amount"]; $table.=""; $table.=""; $table.=""; if ($row["currency"] == "EUR") { $table.=""; $total += $amount; } else { $table.=""; $total += $amount * 0.78; } $table.=""; $table.=""; $index--; } $table.="
".i18n_var("Date")."".i18n_var("Amount")."".i18n_var("Donor Name")."
".$index."".date("jS F Y", $row["date_t"])."€ ".number_format($amount,2)."$ ".number_format($amount,2)."".$msg."

"; $total = number_format($total, 0, ".", " "); ?> +
+ +

Make the World a Better Place! - KDE End of Year 2014 Fundraising

".i18n_var("%1 raised", "€ $total")."

"; ?>

KDE donation page if you want to support us further.", "https://www.kde.org/community/donations/index.php"); ?>

English | Català | Español | Nederlands | Polski | Português | Português brasileiro | Svenska | Українська

€ 30", "€ 10"); ?>

Postcard Design #1 Postcard Design #2 Postcard Design #3

€ 1000"); ?>

Sprints are in person meetings and are really important for a team of hardworking volunteers around the world to focus their efforts and discuss technical matters around the project. The amount of output we get from the sprints is really worthwhile for all users of the software.", "https://community.kde.org/Sprints"); ?>

quarterly reports.", "http://ev.kde.org/reports/"); ?>

see this page.", "/community/donations/#moneytransfer"); ?>
an email so we can add you to the list of donors manually.", "mailto:kde-ev-campaign@kde.org"); ?>

- +
+ require('../../aether/footer.php');