Index: trunk/www/sites/www/fundraisers/randameetings2014/index.php =================================================================== --- trunk/www/sites/www/fundraisers/randameetings2014/index.php (revision 1530176) +++ trunk/www/sites/www/fundraisers/randameetings2014/index.php (revision 1530177) @@ -1,206 +1,216 @@ "Randa Meetings 2014 fundraising", + 'cssFile' => '/css/announce.css' + ]); + + require('../../aether/header.php'); + $site_root = "../../"; require("donations_auth.inc"); $query = "select *,unix_timestamp(date) as date_t from randameetings2014donations order by date desc;"; $q = mysql_query($query,$sq); echo mysql_error(); $total = 0; $count = 0; $table = ""; $table.=""; while ($row = mysql_fetch_array($q)) { $msg = htmlspecialchars($row["message"]); if ($msg == "") { $msg = "Anonymous donation"; } $total += $row["amount"]; $count++; $table.=""; $table.=""; $table.=""; $table.=""; $table.=""; $table.=""; } $table.="
No.DateAmountDonor Name
".$row["id"]."".date("jS F Y", $row["date_t"])."€ ".number_format($row["amount"],2)."".$msg."

"; $percent=round($total * 100 / $goal); $percent=min($percent, 100); $graph_style = "width: 100%; height: 30px; border: 1px solid #888; background: rgb(204,204,204); position: relative;"; $bar_style = "height: 30px; background: rgb(68,132,242); width: ".$percent."%"; ?> +
+ +

Randa Meetings 2014 fundraising

€$total raised of a €$goal goal

"; echo "
"; echo "
" ?> The Randa Meetings 2014 Fundraiser has finished. Thank you everybody who supported us in this fundraiser. We didn't reach the set goal but we collected quite some money and that means there is going to be Randa Meetings in August 2014. See http://planet.kde.org for more information to come and go to the KDE donation page if you want to support us further.

For the fifth year, the intense sprints in Randa, Switzerland will include key KDE projects and top developers, all working concurrently under one roof, isolated from noise and distractions.

Previous Randa Meetings have been concentrated and productive, generating exceptional results; organizers and participants expect the same and more this year. And the meetings have produced significant breakthroughs for KDE software users and developers.

Participants donate their time to help improve the software you love and this is why we need money to cover hard expenses like accommodation and travel to get the volunteer contributors to Randa. If you are not attending, you can still support the Randa Meetings by making a donation. As in the past, the Randa Meetings will benefit everyone who uses KDE software.

We have a fundraising goal of €. Please donate what you can to help make the Randa Meetings 2014 possible. This fund campaign ends on the 9th of July (one month before the beginning of the Randa Meetings 2014).

Randa Meetings 2014 projects:

Links:

Read more about the Randa Meetings and the Fundraising on KDE.News where you can write your comments.

The costs for the Randa Meetings 2014 are composed of the following items:

Even if we don't reach our ambitious goal, the money received will be spent for the Randa Meetings (although with fewer participants) or other KDE purposes (like other sprints).

If you prefer to use international bank transfers please see this page.
Please write us an email so we can add you to the list of donors manually.

List of donations

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