blob: 2807273f7a3f106a76f516d1cbc4c87e81643ef6 [file] [log] [blame]
<?php
/*******************************************************************************
* Copyright (c) 2014 Eclipse Foundation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Christopher Guindon (Eclipse Foundation)- initial API and implementation
* Edouard Poitras (Eclipse Foundation)- Some additions
*******************************************************************************/
//if name of the file requested is the same as the current file, the script will exit directly.
if(basename(__FILE__) == basename($_SERVER['PHP_SELF'])){exit();}
include("functions.php");
?>
<div id="rightcolumn">
<div class="sideitem">
<h6>Related Links</h6>
<ul>
<li><a href="faq.php">FAQ</a>
</li>
<li><a href="http://dev.eclipse.org/site_login">Friends of Eclipse
Login</a>
</li>
</ul>
<?php echo $App->getFacebookLikeButtonHTML() ?>
</div>
<div class="sideitem">
<h6>Recent Donations</h6>
<?php
print donorListTable(10, TRUE, FALSE);
?>
<a href="/donate/donorlist.php">Donor List</a>
<p style="font-size: 10px; color: #BBB;">*Amounts are in USD</p>
</div>
</div>